Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_init.c286 pp = statp->dnsrch; in __res_vinit()
288 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
365 pp = statp->dnsrch; in __res_vinit()
367 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
547 pp = statp->dnsrch; in __res_vinit()
556 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()
567 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
H A Dres_query.c275 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
/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.c2894 for (domain = (const char * const *)res->dnsrch; in res_searchN()