Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dether_addr.c161 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 Deui64.c238 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 Dgetnetbynis.c73 if (yp_match(ned->yp_domain, map, name, strlen(name), &result, in _getnetbynis()
H A Dgethostbynis.c81 if (yp_match(hed->yp_domain, map, name, strlen(name), &result, in _gethostbynis()
H A Dgetservent.c718 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 Dgetaddrinfo.c2629 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 Dypclnt_get.c45 r = yp_match(ypc->domain, ypc->map, in ypclnt_get()
/freebsd/lib/libc/yp/
H A DSymbol.map10 yp_match;
H A Dyplib.c644 yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen, in yp_match() function
/freebsd/include/rpcsvc/
H A Dypclnt.h77 int yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen,
/freebsd/usr.bin/ypmatch/
H A Dypmatch.c121 r = yp_match(domainname, inmap, inkey, in main()
/freebsd/lib/libc/rpc/
H A Dgetpublickey.c118 err = yp_match(domain, PKMAP, key, strlen(key), &lookup, &len); in getpublicandprivatekey()
H A Dnetnamer.c271 err = yp_match(domain, NETID, key, in getnetid()
H A Dgetrpcent.c447 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 Dbootparamd.c217 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 Dgetnetgrent.c503 y = yp_match(lookupdom, map, key, strlen(key), &result,
809 if (yp_match(_netgr_yp_domain, "netgroup", group,
H A Dgetpwent.c1247 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 Dgetgrent.c1176 rv = yp_match(st->domain, map, buffer, strlen(buffer), in nis_group()
/freebsd/contrib/sendmail/src/
H A Dmap.c3300 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 Dlibc_ubuntu1404_abilist.txt3432 fun:yp_match=uninstrumented
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES4324 Prevent memory leak from use of NIS maps and yp_match(3). Problem