put               196 libdb/bt_open.c 	dbp->put = __bt_put;
put                97 libdb/db.c     	dbp->put = (int (*)())__dberr;
put               109 libdb/db.h     	int (*put)	(const struct __db *, DBT *, const DBT *, u_int);
put               180 libutil/dbop.c 	status = (*db->put)(db, &key, &dat, 0);
put               214 libutil/dbop.c 	status = (*db->put)(db, &key, &dat, 0);