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

/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_extern.h80 extern int yp_first_record(const DB *, DBT *, DBT *, int);
H A Dyp_dblookup.c444 * - yp_first_record(): retrieve first key/data base in a database.
517 yp_first_record(const DB *dbp, DBT *key, DBT *data, int allow) function
580 rval = yp_first_record(dbp,key,data,allow);
701 rval = yp_first_record(yp_currmap_db, &db_key, &db_val, yp_allow_db);

Completed in 48 milliseconds