| /netbsd/src/lib/libc/yp/ |
| D | Makefile.inc | 6 SRCS+= xdryp.c yp_all.c yp_first.c yp_maplist.c yp_master.c yp_match.c \ 12 ypclnt.3 yp_match.3 ypclnt.3 yp_next.3 ypclnt.3 yp_order.3 \
|
| D | yp_match.c | 49 __weak_alias(yp_match,_yp_match) 165 yp_match(const char *indomain, const char *inmap, const char *inkey, in yp_match() function
|
| /netbsd/src/distrib/utils/libhack/ |
| D | yplib.c | 48 #define yp_match _yp_match macro 88 __weak_alias(yp_match,_yp_match); 173 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen) in yp_match() function
|
| /netbsd/src/external/bsd/libbind/dist/irs/ |
| D | nis_ho.c | 206 r = yp_match(pvt->nis_domain, ipnode_byname, tmp, in ho_byname2() 210 r = yp_match(pvt->nis_domain, ipnode_byname, tmp, in ho_byname2() 215 r = yp_match(pvt->nis_domain, hosts_byname, tmp, in ho_byname2() 220 r = yp_match(pvt->nis_domain, hosts_byname, tmp, in ho_byname2() 254 r = yp_match(pvt->nis_domain, ipnode_byaddr, tmp, strlen(tmp), in ho_byaddr() 257 r = yp_match(pvt->nis_domain, hosts_byaddr, tmp, strlen(tmp), in ho_byaddr()
|
| D | nis_nw.c | 172 r = yp_match(pvt->nis_domain, networks_byaddr, tmp, strlen(tmp), in nw_byaddr() 178 r = yp_match(pvt->nis_domain, networks_byaddr, in nw_byaddr() 206 r = yp_match(pvt->nis_domain, networks_byname, tmp, in nw_byname()
|
| D | nis_pw.c | 178 r = yp_match(pvt->nis_domain, passwd_byname, tmp, strlen(tmp), in pw_byname() 195 r = yp_match(pvt->nis_domain, passwd_byuid, tmp, strlen(tmp), in pw_byuid()
|
| D | nis_pr.c | 144 r = yp_match(pvt->nis_domain, protocols_byname, tmp, in pr_byname() 161 r = yp_match(pvt->nis_domain, protocols_bynumber, tmp, strlen(tmp), in pr_bynumber()
|
| D | nis_gr.c | 222 r = yp_match(pvt->nis_domain, group_byname, name, strlen(name), in gr_byname() 239 r = yp_match(pvt->nis_domain, group_bygid, tmp, strlen(tmp), in gr_bygid()
|
| D | nis_ng.c | 206 r = yp_match(pvt->nis_domain, netgroup_map, nametmp, len, in add_group_to_list()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | dict_nis.c | 175 err = yp_match(dict_nis_domain, dict_nis->dict.name, in dict_nis_lookup() 189 err = yp_match(dict_nis_domain, dict_nis->dict.name, in dict_nis_lookup()
|
| /netbsd/src/usr.sbin/fwctl/ |
| D | eui64.c | 248 if (yp_match(yp_domain, "eui64.byid", eui64_a, in eui64_ntohost() 297 if (yp_match(yp_domain, "eui64.byname", hostname, in eui64_hostton()
|
| /netbsd/src/lib/libc/net/ |
| D | ethers.c | 116 if (yp_match(ypdom, "ethers.byaddr", trybuf, in ether_ntohost() 170 if (yp_match(ypdom, "ethers.byname", hostname, hostlen, in ether_hostton()
|
| D | getnetnamadr.c | 563 r = yp_match(__ypdomain, "networks.byaddr", qbuf, (int)strlen(qbuf), in _yp_getnetbyaddr() 595 r = yp_match(__ypdomain, "networks.byname", name, (int)strlen(name), in _yp_getnetbyname()
|
| D | gethnamaddr.c | 1267 r = yp_match(__ypdomain, map, name, in _yp_gethtbyaddr() 1312 r = yp_match(__ypdomain, map, name, in _yp_gethtbyname()
|
| /netbsd/src/include/rpcsvc/ |
| D | ypclnt.h | 74 int yp_match (const char *, const char *, const char *,
|
| /netbsd/src/usr.bin/passwd/ |
| D | yp_passwd.c | 177 reason = yp_match(domain, "master.passwd.byname", nam, namlen, in ypgetpwnam() 180 reason = yp_match(domain, "passwd.byname", nam, namlen, in ypgetpwnam()
|
| /netbsd/src/usr.bin/ypmatch/ |
| D | ypmatch.c | 135 r = yp_match(domainname, inmap, inkey, len, in main()
|
| /netbsd/src/usr.sbin/ypserv/yptest/ |
| D | yptest.c | 71 Status = yp_match(Domain, Map, Key, KeyLen, &Value, &ValLen); in main()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | info_nis.c | 304 res = yp_match(gopt.nis_domain, map, key, strlen(key), pval, &outlen); in nis_search()
|
| /netbsd/src/usr.sbin/rpc.bootparamd/ |
| D | bootparamd.c | 349 yp_match(ypdom, "bootparams", client, in lookup_bootparam()
|
| /netbsd/src/usr.sbin/rpc.pcnfsd/ |
| D | pcnfsd_v2.c | 498 err = yp_match(domain, map, key, strlen(key), &val, &len); in find_entry()
|
| /netbsd/src/lib/libpam/modules/pam_unix/ |
| D | pam_unix.c | 233 reason = yp_match(domain, "passwd.byname", user, (int)strlen(user), in yp_check_user()
|
| /netbsd/src/lib/libc/gen/ |
| D | getnetgrent.c | 288 switch (yp_match(__ypdomain, map, name, (int)strlen(name), line, &i)) { in _nis_lookup()
|
| D | getpwent.c | 1245 if (yp_match(state->domain, "passwd.adjunct.byname", in _nis_parse() 1301 nisr = yp_match(state->domain, map_arr[state->maptype], buffer, (int)strlen(buffer), in _nis_pwscan()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 923 #define yp_match _yp_match macro
|