| /netbsd-src/lib/libc/yp/ |
| H A D | Makefile.inc | 6 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 D | yp_first.c | 43 __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 D | yplib.c | 44 #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 D | ypclnt.h | 76 int yp_first (const char *, const char *, char **, int *,
|
| /netbsd-src/usr.sbin/ypserv/yptest/ |
| H A D | yptest.c | 78 Status = yp_first(Domain, Map, &Key2, &KeyLen, &Value, &ValLen); in main()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | info_nis.c | 409 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen); in am_yp_all()
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | nis_pw.c | 144 r = yp_first(pvt->nis_domain, passwd_byname, in pw_next()
|
| H A D | nis_pr.c | 179 r = yp_first(pvt->nis_domain, protocols_bynumber, in pr_next()
|
| H A D | nis_gr.c | 190 r = yp_first(pvt->nis_domain, group_byname, in gr_next()
|
| H A D | nis_sv.c | 185 r = yp_first(pvt->nis_domain, services_byname, in sv_next()
|
| H A D | nis_nw.c | 234 r = yp_first(pvt->nis_domain, networks_byaddr, in nw_next()
|
| H A D | nis_ho.c | 278 r = yp_first(pvt->nis_domain, hosts_byaddr, in ho_next()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | getusershell.c | 441 if (yp_first(_nis_state.domain, "shells", in _nis_getusershell()
|
| H A D | getpwent.c | 1405 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 D | getgrent.c | 1014 if (yp_first(state->domain, map, in __grscan_nis()
|
| /netbsd-src/lib/libc/include/ |
| H A D | namespace.h | 917 #define yp_first _yp_first 909 #define yp_first _yp_first global() macro
|