Home
last modified time | relevance | path

Searched refs:dnsrch (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_init.c258 pp = statp->dnsrch; in __res_vinit()
260 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
336 pp = statp->dnsrch; in __res_vinit()
338 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
511 pp = statp->dnsrch; in __res_vinit()
520 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()
531 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
H A Dres_query.c270 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Ddnsglue.c94 #define PRIMARY_DOMAIN(h) ((h.dnsrch[0] == NULL) ? NULL : strdup(h.dnsrch[0]))
/freebsd/include/
H A Dresolv.h161 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */ member
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c439 q->domain = _res.dnsrch; in yp_async_lookup_name()
/freebsd/contrib/sendmail/src/
H A Ddomain.c54 # define RES_DNSRCH_VARIABLE _res.dnsrch
H A DREADME1300 OI-dnsrch
1302 i.e., although SCO has _res.dnsrch defined, and is kinda BIND 4.8.3,
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2928 for (domain = (const char * const *)res->dnsrch; in res_searchN()