Home
last modified time | relevance | path

Searched refs:yp_match (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/lib/libc/yp/
DMakefile.inc6 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 \
Dyp_match.c49 __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/
Dyplib.c48 #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/
Dnis_ho.c206 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()
Dnis_nw.c172 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()
Dnis_pw.c178 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()
Dnis_pr.c144 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()
Dnis_gr.c222 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()
Dnis_ng.c206 r = yp_match(pvt->nis_domain, netgroup_map, nametmp, len, in add_group_to_list()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_nis.c175 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/
Deui64.c248 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/
Dethers.c116 if (yp_match(ypdom, "ethers.byaddr", trybuf, in ether_ntohost()
170 if (yp_match(ypdom, "ethers.byname", hostname, hostlen, in ether_hostton()
Dgetnetnamadr.c563 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()
Dgethnamaddr.c1267 r = yp_match(__ypdomain, map, name, in _yp_gethtbyaddr()
1312 r = yp_match(__ypdomain, map, name, in _yp_gethtbyname()
/netbsd/src/include/rpcsvc/
Dypclnt.h74 int yp_match (const char *, const char *, const char *,
/netbsd/src/usr.bin/passwd/
Dyp_passwd.c177 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/
Dypmatch.c135 r = yp_match(domainname, inmap, inkey, len, in main()
/netbsd/src/usr.sbin/ypserv/yptest/
Dyptest.c71 Status = yp_match(Domain, Map, Key, KeyLen, &Value, &ValLen); in main()
/netbsd/src/external/bsd/am-utils/dist/amd/
Dinfo_nis.c304 res = yp_match(gopt.nis_domain, map, key, strlen(key), pval, &outlen); in nis_search()
/netbsd/src/usr.sbin/rpc.bootparamd/
Dbootparamd.c349 yp_match(ypdom, "bootparams", client, in lookup_bootparam()
/netbsd/src/usr.sbin/rpc.pcnfsd/
Dpcnfsd_v2.c498 err = yp_match(domain, map, key, strlen(key), &val, &len); in find_entry()
/netbsd/src/lib/libpam/modules/pam_unix/
Dpam_unix.c233 reason = yp_match(domain, "passwd.byname", user, (int)strlen(user), in yp_check_user()
/netbsd/src/lib/libc/gen/
Dgetnetgrent.c288 switch (yp_match(__ypdomain, map, name, (int)strlen(name), line, &i)) { in _nis_lookup()
Dgetpwent.c1245 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/
Dnamespace.h923 #define yp_match _yp_match macro

12