Searched refs:yp_open_db_rw (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_extern.h | 53 extern DB *yp_open_db_rw(const char *, const char *, const int);
|
H A D | yp_dbwrite.c | 55 yp_open_db_rw(const char *domain, const char *map, const int flags) in yp_open_db_rw() function
|
H A D | ypxfr_main.c | 426 if ((dbp = yp_open_db_rw(ypxfr_dest_domain, tempmap, 0)) == NULL) { in main()
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | yp_dbupdate.c | 91 dbp = yp_open_db_rw(domptr, map, O_RDWR); in ypmap_update()
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_server.c | 428 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) { in update_inplace()
|