Home
last modified time | relevance | path

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

/freebsd/libexec/ypxfr/
H A Dypxfr_extern.h53 extern DB *yp_open_db_rw(const char *, const char *, const int);
H A Dyp_dbwrite.c55 yp_open_db_rw(const char *domain, const char *map, const int flags) in yp_open_db_rw() function
H A Dypxfr_main.c426 if ((dbp = yp_open_db_rw(ypxfr_dest_domain, tempmap, 0)) == NULL) { in main()
/freebsd/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c91 dbp = yp_open_db_rw(domptr, map, O_RDWR); in ypmap_update()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c428 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) { in update_inplace()