/freebsd/lib/libc/net/ |
H A D | ether_addr.c | 161 if (yp_match(yp_domain, "ethers.byaddr", ether_a, in ether_ntohost() 209 if (yp_match(yp_domain, "ethers.byname", hostname, in ether_hostton()
|
H A D | eui64.c | 238 if (yp_match(yp_domain, "eui64.byid", eui64_a, in eui64_ntohost() 287 if (yp_match(yp_domain, "eui64.byname", hostname, in eui64_hostton()
|
H A D | getnetbynis.c | 73 if (yp_match(ned->yp_domain, map, name, strlen(name), &result, in _getnetbynis()
|
H A D | gethostbynis.c | 81 if (yp_match(hed->yp_domain, map, name, strlen(name), &result, in _gethostbynis()
|
H A D | getservent.c | 718 if (yp_match(st->yp_domain, "services.byname", buf, in nis_servent() 743 rv = yp_match(st->yp_domain, "services.byport", buf, in nis_servent() 747 if (yp_match(st->yp_domain, in nis_servent()
|
H A D | getaddrinfo.c | 2629 r = yp_match(ypdomain, "ipnodes.byname", name, in _yp_getaddrinfo() 2660 r = yp_match(ypdomain, "hosts.byname", name, in _yp_getaddrinfo()
|
/freebsd/lib/libypclnt/ |
H A D | ypclnt_get.c | 45 r = yp_match(ypc->domain, ypc->map, in ypclnt_get()
|
/freebsd/lib/libc/yp/ |
H A D | Symbol.map | 10 yp_match;
|
H A D | yplib.c | 644 yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen, in yp_match() function
|
/freebsd/include/rpcsvc/ |
H A D | ypclnt.h | 77 int yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen,
|
/freebsd/usr.bin/ypmatch/ |
H A D | ypmatch.c | 121 r = yp_match(domainname, inmap, inkey, in main()
|
/freebsd/lib/libc/rpc/ |
H A D | getpublickey.c | 118 err = yp_match(domain, PKMAP, key, strlen(key), &lookup, &len); in getpublicandprivatekey()
|
H A D | netnamer.c | 271 err = yp_match(domain, NETID, key, in getnetid()
|
H A D | getrpcent.c | 447 rv = yp_match(st->domain, "rpc.byname", buf, in nis_rpcent() 478 if (yp_match(st->domain, "rpc.bynumber", buf, in nis_rpcent()
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | bootparamd.c | 217 if (yp_match(yp_domain, "bootparams", l_askname, strlen(l_askname), in getthefile() 327 if (!yp_match(yp_domain, "bootparams", l_askname, strlen(l_askname), in checkhost()
|
/freebsd/lib/libc/gen/ |
H A D | getnetgrent.c | 503 y = yp_match(lookupdom, map, key, strlen(key), &result, 809 if (yp_match(_netgr_yp_domain, "netgroup", group,
|
H A D | getpwent.c | 1247 rv = yp_match(domain, "passwd.adjunct.byname", name, strlen(name), in nis_adjunct() 1371 rv = yp_match(st->domain, map, buffer, strlen(buffer), in nis_passwd()
|
H A D | getgrent.c | 1176 rv = yp_match(st->domain, map, buffer, strlen(buffer), in nis_group()
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 3300 yperr = yp_match(map->map_domain, map->map_file, "@", 1, 3367 yperr = yp_match(map->map_domain, map->map_file, keybuf, buflen, 3376 yperr = yp_match(map->map_domain, map->map_file, keybuf, buflen, 3439 yperr = yp_match(yp_domain, "hosts.byname", nbuf, keylen, 3448 yperr = yp_match(yp_domain, "hosts.byname", nbuf, keylen,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3432 fun:yp_match=uninstrumented
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 4324 Prevent memory leak from use of NIS maps and yp_match(3). Problem
|