Home
last modified time | relevance | path

Searched refs:yp_first (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/yp/
HDSymbol.map8 yp_first;
HDMakefile.inc26 ypclnt.3 yp_first.3 \
HDyplib.c760 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, in yp_first() function
/dragonfly/include/rpcsvc/
HDypclnt.h79 int yp_first(char *, char *, char **, int *, char **, int *);
/dragonfly/lib/libc/gen/
HDgetusershell.c213 if (yp_first(ypdomain, "shells", &key, &keylen, &data, &datalen)) in _nis_initshells()
HDgetgrent.c1136 rv = yp_first(st->domain, map, &st->key, in nis_group()
HDgetpwent.c1359 rv = yp_first(st->domain, map, &st->key, in nis_passwd()
/dragonfly/lib/libc/rpc/
HDgetrpcent.c480 rv = yp_first(st->domain, "rpc.bynumber", in nis_rpcent()
/dragonfly/lib/libc/net/
HDgetservent.c571 rv = yp_first(st->yp_domain, "services.byname", in nis_servent()