Searched refs:yp_first (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpcsvc/
H A Dypclnt.h92 extern int yp_first ();
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dypclnt.h92 extern int yp_first ();
/illumos-gate/usr/src/head/rpcsvc/
H A Dypclnt.h107 extern int yp_first(char *, char *, char **, int *, char **, int *);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c199 err = yp_first(nis_mydomain, my_mapname,
204 err = yp_first(nis_mydomain, my_mapname,
214 err = yp_first(nis_mydomain, my_mapname,
334 err = yp_first(nis_mydomain, my_nismap, &nkey, &nkl,
339 err = yp_first(nis_mydomain, my_nismap,
349 err = yp_first(nis_mydomain, my_nismap,
450 * Have to use yp_first() since yp_all() simply fails if
460 nserr = yp_first(nis_mydomain, my_map, &key, &nkl, &val, &vl);
463 nserr = yp_first(nis_mydomain, my_map,
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypcat.c266 if (err = yp_first(domain, map, &outkey, &outkeylen, &val, &vallen)) {
H A Dyppush.c491 if (err = yp_first(domain_alias, ypservers, &outkey, &outkeylen,
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_enum.c117 yp_first( function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetgraent.c338 if (reason = yp_first(g->domain, "group.adjunct.byname",
341 fprintf(stderr, "reason yp_first failed is %d\n", reason);
H A Dgetpwaent.c360 reason = yp_first(domain, "passwd_adjunct", &key, &keylen, &yp, &yplen);
363 fprintf(stderr, "reason yp_first failed is %d\n", reason);
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile312 yp_first.3nsl \
560 yp_first.3nsl := LINKSRC = ypclnt.3nsl
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl1030 int yp_first(char *domain, char *map, char **key, int *keylen,

Completed in 106 milliseconds