Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/net/
Dether_addr.c164 if (yp_match(yp_domain, "ethers.byaddr", ether_a, in ether_ntohost()
212 if (yp_match(yp_domain, "ethers.byname", hostname, in ether_hostton()
Deui64.c241 if (yp_match(yp_domain, "eui64.byid", eui64_a, in eui64_ntohost()
290 if (yp_match(yp_domain, "eui64.byname", hostname, in eui64_hostton()
Dgetnetbynis.c76 if (yp_match(ned->yp_domain, map, name, strlen(name), &result, in _getnetbynis()
Dgethostbynis.c84 if (yp_match(hed->yp_domain, map, name, strlen(name), &result, in _gethostbynis()
Dgetservent.c724 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()
Dgetaddrinfo.c2626 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/
Dypclnt_get.c47 r = yp_match(ypc->domain, ypc->map, in ypclnt_get()
/freebsd-12-stable/lib/libc/yp/
DSymbol.map14 yp_match;
Dyplib.c651 yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen, in yp_match() function
/freebsd-12-stable/include/rpcsvc/
Dypclnt.h79 int yp_match(char *indomain, char *inmap, const char *inkey, int inkeylen,
/freebsd-12-stable/usr.bin/ypmatch/
Dypmatch.c124 r = yp_match(domainname, inmap, inkey, in main()
/freebsd-12-stable/lib/libc/rpc/
Dgetpublickey.c124 err = yp_match(domain, PKMAP, key, strlen(key), &lookup, &len); in getpublicandprivatekey()
Dnetnamer.c277 err = yp_match(domain, NETID, key, in getnetid()
Dgetrpcent.c453 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/
Dbootparamd.c219 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/
Dchkey.c258 if (yp_match(domain, "passwd.byuid", uidstr, strlen(uidstr), in ypgetpwuid()
/freebsd-12-stable/contrib/amd/amd/
Dinfo_nis.c302 res = yp_match(gopt.nis_domain, map, key, strlen(key), pval, &outlen); in nis_search()
/freebsd-12-stable/lib/libc/gen/
Dgetnetgrent.c507 y = yp_match(lookupdom, map, key, strlen(key), &result,
813 if (yp_match(_netgr_yp_domain, "netgroup", group,
Dgetpwent.c1250 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()
Dgetgrent.c1180 rv = yp_match(st->domain, map, buffer, strlen(buffer), in nis_group()
/freebsd-12-stable/contrib/sendmail/src/
Dmap.c3150 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/
Dsys-protos.h1344 extern int yp_match(char *, char *, char *, int, char **, int *);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3426 fun:yp_match=uninstrumented
/freebsd-12-stable/contrib/amd/
DChangeLog866 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/
DRELEASE_NOTES4149 Prevent memory leak from use of NIS maps and yp_match(3). Problem