Home
last modified time | relevance | path

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

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