Searched refs:yp_get_record (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/ypserv/ |
H A D | yp_extern.h | 76 extern int yp_get_record(DB *, const DBT *, DBT *, int); 78 extern int yp_get_record(const char *, const char *, const DBT *, DBT *, int);
|
H A D | yp_dblookup.c | 446 yp_get_record(DB *dbp, const DBT *key, DBT *data, int allow) in yp_get_record() function 449 yp_get_record(const char *domain, const char *map, in yp_get_record() 678 rval = yp_get_record(yp_currmap_db, in yp_getbykey()
|
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_extern.h | 56 extern int yp_get_record(const char *, const char *, const DBT *, DBT *, int);
|
H A D | ypxfr_main.c | 311 if (yp_get_record(ypxfr_dest_domain, ypxfr_mapname, in main() 381 if (yp_get_record(ypxfr_dest_domain,ypxfr_mapname,&key,&data,1) != YP_TRUE) { in main()
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_server.c | 279 if (yp_get_record(tmp,"master.passwd.byname", in find_domain() 360 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) { in update_inplace() 539 if ((rval = yp_get_record(domain,"master.passwd.byname", in yppasswdproc_update_1_svc() 796 if ((rval = yp_get_record(argp->domain, "master.passwd.byname", in yppasswdproc_update_master_1_svc()
|
/freebsd/usr.sbin/yppush/ |
H A D | yppush_main.c | 301 if (yp_get_record(yppush_domain, yppush_mapname, &key, &data, in yppush_send_xfr() 573 if (yp_get_record(yppush_domain, yppush_mapname, in main()
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | yp_dbupdate.c | 117 if (yp_get_record(domptr, map, &key, &data, 0) != YP_TRUE) { in ypmap_update()
|