Searched refs:yp_get_record (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/libexec/ypxfr/
H A Dypxfr_extern.h56 extern int yp_get_record(const char *, const char *, const DBT *, DBT *, int);
H A Dypxfr_main.c311 if (yp_get_record(ypxfr_dest_domain, ypxfr_mapname,
381 if (yp_get_record(ypxfr_dest_domain,ypxfr_mapname,&key,&data,1) != YP_TRUE) {
/freebsd-11.0-release/usr.sbin/ypserv/
H A Dyp_extern.h76 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 Dyp_dblookup.c441 * - yp_get_record(): retrieve an arbitrary key/data pair given one key
452 yp_get_record(DB *dbp, const DBT *key, DBT *data, int allow) function
455 yp_get_record(const char *domain, const char *map,
684 rval = yp_get_record(yp_currmap_db,
/freebsd-11.0-release/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c117 if (yp_get_record(domptr, map, &key, &data, 0) != YP_TRUE) {
/freebsd-11.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c282 if (yp_get_record(tmp,"master.passwd.byname",
362 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) {
525 if ((rval = yp_get_record(domain,"master.passwd.byname",
777 if ((rval = yp_get_record(argp->domain, "master.passwd.byname",
/freebsd-11.0-release/usr.sbin/yppush/
H A Dyppush_main.c302 if (yp_get_record(yppush_domain, yppush_mapname, &key, &data,
560 if (yp_get_record(yppush_domain, yppush_mapname,

Completed in 116 milliseconds