get               195 libdb/bt_open.c 	dbp->get = __bt_get;
get                96 libdb/db.c     	dbp->get = (int (*)())__dberr;
get               108 libdb/db.h     	int (*get)	(const struct __db *, const DBT *, DBT *, u_int);
get               143 libutil/dbop.c 	status = (*db->get)(db, &key, &dat, 0);