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