Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/yp/
H A DMakefile.inc6 SRCS+= xdryp.c yp_all.c yp_first.c yp_maplist.c yp_master.c yp_match.c \
10 MLINKS+=ypclnt.3 yp_all.3 ypclnt.3 yp_bind.3 ypclnt.3 yp_first.3 \
H A Dyp_first.c43 __weak_alias(yp_first,_yp_first) in __weak_alias() argument
48 yp_first(const char *indomain, const char *inmap, char **outkey, in __weak_alias()
/netbsd-src/distrib/utils/libhack/
H A Dyplib.c44 #define yp_first _yp_first macro
84 __weak_alias(yp_first,_yp_first);
188 yp_first(indomain, inmap, outkey, outkeylen, outval, outvallen) in yp_first() function
/netbsd-src/include/rpcsvc/
H A Dypclnt.h76 int yp_first (const char *, const char *, char **, int *,
/netbsd-src/usr.sbin/ypserv/yptest/
H A Dyptest.c78 Status = yp_first(Domain, Map, &Key2, &KeyLen, &Value, &ValLen); in main()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c409 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen); in am_yp_all()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dnis_pw.c144 r = yp_first(pvt->nis_domain, passwd_byname, in pw_next()
H A Dnis_pr.c179 r = yp_first(pvt->nis_domain, protocols_bynumber, in pr_next()
H A Dnis_gr.c190 r = yp_first(pvt->nis_domain, group_byname, in gr_next()
H A Dnis_sv.c185 r = yp_first(pvt->nis_domain, services_byname, in sv_next()
H A Dnis_nw.c234 r = yp_first(pvt->nis_domain, networks_byaddr, in nw_next()
H A Dnis_ho.c278 r = yp_first(pvt->nis_domain, hosts_byaddr, in ho_next()
/netbsd-src/lib/libc/gen/
H A Dgetusershell.c441 if (yp_first(_nis_state.domain, "shells", in _nis_getusershell()
H A Dgetpwent.c1405 if (yp_first(_nis_state.domain, PASSWD_BYNAME(&_nis_state), in _nis_getpwent()
1487 if (yp_first(_nis_state.domain, PASSWD_BYNAME(&_nis_state), in _nis_getpwent_r()
H A Dgetgrent.c1014 if (yp_first(state->domain, map, in __grscan_nis()
/netbsd-src/lib/libc/include/
H A Dnamespace.h917 #define yp_first _yp_first
909 #define yp_first _yp_first global() macro