Home
last modified time | relevance | path

Searched refs:yp_first_record (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/ypserv/
H A Dyp_extern.h80 extern int yp_first_record(const DB *, DBT *, DBT *, int);
H A Dyp_dblookup.c509 yp_first_record(const DB *dbp, DBT *key, DBT *data, int allow) in yp_first_record() function
572 rval = yp_first_record(dbp,key,data,allow); in yp_next_record()
693 rval = yp_first_record(yp_currmap_db, &db_key, &db_val, yp_allow_db); in yp_firstbykey()