Searched refs:yp_open_db_rw (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/libexec/ypxfr/
H A Dypxfr_extern.h55 extern DB *yp_open_db_rw(const char *, const char *, const int);
H A Dyp_dbwrite.c57 yp_open_db_rw(const char *domain, const char *map, const int flags) function
H A Dypxfr_main.c428 if ((dbp = yp_open_db_rw(ypxfr_dest_domain, tempmap, 0)) == NULL) {
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c93 dbp = yp_open_db_rw(domptr, map, O_RDWR);
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c433 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) {

Completed in 161 milliseconds