Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypserv/
H A Dyp_extern.h90 extern DB *yp_open_db(const char *, const char *);
H A Dyp_dblookup.c362 if ((dbp = yp_open_db(domain, map)) != NULL) { in yp_open_db_cache()
379 yp_open_db(const char *domain, const char *map) in yp_open_db() function
474 if ((dbp = yp_open_db(domain, map)) == NULL) { in yp_get_record()