Searched refs:yp_master (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/lib/librpcsvc/
H A Dyp_passwd.c69 if (yp_master(domain, "passwd.byname", &server))
H A Dyp_update.c74 if ((rval = yp_master(domain, map, &master)))
/freebsd-13-stable/lib/libypclnt/
H A Dypclnt_connect.c79 r = yp_master(ypclnt->domain, ypclnt->map, &ypclnt->server);
/freebsd-13-stable/include/rpcsvc/
H A Dypclnt.h86 int yp_master(char *indomain, char *inmap, char **outname);
/freebsd-13-stable/usr.bin/ypwhich/
H A Dypwhich.c225 r = yp_master(domain, map, &master);
256 r = yp_master(domain, ypml->map, &master);
/freebsd-13-stable/libexec/ypxfr/
H A Dypxfr_misc.c107 * These are wrappers for the usual yp_master() and yp_order() functions.
108 * They can use either local yplib functions (the real yp_master() and
116 * Careful: yp_master() returns a pointer to a dynamically allocated
132 if ((res = yp_master(domain, map, &master))) {
/freebsd-13-stable/usr.sbin/yppoll/
H A Dyppoll.c120 clnt_perror(client, "yp_master: clnt_call");
162 r = yp_master(domainname, inmap, &master);
/freebsd-13-stable/usr.bin/chkey/
H A Dchkey.c117 if (yp_master(domain, PKMAP, &master) != 0)
/freebsd-13-stable/lib/libc/yp/
H A Dyplib.c1059 yp_master(char *indomain, char *inmap, char **outname) function
1091 clnt_perror(ysd->dom_client, "yp_master: clnt_call");

Completed in 179 milliseconds