| /freebsd-12-stable/lib/libc/net/ |
| D | ether_addr.c | 164 if (yp_match(yp_domain, "ethers.byaddr", ether_a, in ether_ntohost() 212 if (yp_match(yp_domain, "ethers.byname", hostname, in ether_hostton()
|
| D | eui64.c | 241 if (yp_match(yp_domain, "eui64.byid", eui64_a, in eui64_ntohost() 290 if (yp_match(yp_domain, "eui64.byname", hostname, in eui64_hostton()
|
| D | getnetbynis.c | 76 if (yp_match(ned->yp_domain, map, name, strlen(name), &result, in _getnetbynis()
|
| D | gethostbynis.c | 84 if (yp_match(hed->yp_domain, map, name, strlen(name), &result, in _gethostbynis()
|
| D | getservent.c | 724 if (yp_match(st->yp_domain, "services.byname", buf, in nis_servent() 749 rv = yp_match(st->yp_domain, "services.byport", buf, in nis_servent() 753 if (yp_match(st->yp_domain, in nis_servent()
|
| D | getaddrinfo.c | 2626 r = yp_match(ypdomain, "ipnodes.byname", name, in _yp_getaddrinfo() 2657 r = yp_match(ypdomain, "hosts.byname", name, in _yp_getaddrinfo()
|
| /freebsd-12-stable/lib/libypclnt/ |
| D | ypclnt_get.c | 47 r = yp_match(ypc->domain, ypc->map, in ypclnt_get()
|
| /freebsd-12-stable/lib/libc/yp/ |
| D | Symbol.map | 14 yp_match;
|
| D | yplib.c | 651 yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen, in yp_match() function
|
| /freebsd-12-stable/include/rpcsvc/ |
| D | ypclnt.h | 79 int yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen,
|
| /freebsd-12-stable/usr.bin/ypmatch/ |
| D | ypmatch.c | 124 r = yp_match(domainname, inmap, inkey, in main()
|
| /freebsd-12-stable/lib/libc/rpc/ |
| D | getpublickey.c | 124 err = yp_match(domain, PKMAP, key, strlen(key), &lookup, &len); in getpublicandprivatekey()
|
| D | netnamer.c | 277 err = yp_match(domain, NETID, key, in getnetid()
|
| D | getrpcent.c | 453 rv = yp_match(st->domain, "rpc.byname", buf, in nis_rpcent() 484 if (yp_match(st->domain, "rpc.bynumber", buf, in nis_rpcent()
|
| /freebsd-12-stable/usr.sbin/bootparamd/bootparamd/ |
| D | bootparamd.c | 219 if (yp_match(yp_domain, "bootparams", l_askname, strlen(l_askname), in getthefile() 329 if (!yp_match(yp_domain, "bootparams", l_askname, strlen(l_askname), in checkhost()
|
| /freebsd-12-stable/usr.bin/chkey/ |
| D | chkey.c | 258 if (yp_match(domain, "passwd.byuid", uidstr, strlen(uidstr), in ypgetpwuid()
|
| /freebsd-12-stable/contrib/amd/amd/ |
| D | info_nis.c | 302 res = yp_match(gopt.nis_domain, map, key, strlen(key), pval, &outlen); in nis_search()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | getnetgrent.c | 507 y = yp_match(lookupdom, map, key, strlen(key), &result, 813 if (yp_match(_netgr_yp_domain, "netgroup", group,
|
| D | getpwent.c | 1250 rv = yp_match(domain, "passwd.adjunct.byname", name, strlen(name), in nis_adjunct() 1374 rv = yp_match(st->domain, map, buffer, strlen(buffer), in nis_passwd()
|
| D | getgrent.c | 1180 rv = yp_match(st->domain, map, buffer, strlen(buffer), in nis_group()
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | map.c | 3150 yperr = yp_match(map->map_domain, map->map_file, "@", 1, 3217 yperr = yp_match(map->map_domain, map->map_file, keybuf, buflen, 3226 yperr = yp_match(map->map_domain, map->map_file, keybuf, buflen, 3289 yperr = yp_match(yp_domain, "hosts.byname", nbuf, keylen, 3298 yperr = yp_match(yp_domain, "hosts.byname", nbuf, keylen,
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sys-protos.h | 1344 extern int yp_match(char *, char *, char *, int, char **, int *);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3426 fun:yp_match=uninstrumented
|
| /freebsd-12-stable/contrib/amd/ |
| D | ChangeLog | 866 sure that sun_entry2amd() is not called when yp_match() returns an 868 BZ#); free the output allocated by yp_match() instead of freeing
|
| /freebsd-12-stable/contrib/sendmail/ |
| D | RELEASE_NOTES | 4149 Prevent memory leak from use of NIS maps and yp_match(3). Problem
|