Searched refs:dnsrch (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libc/resolv/
H A Dres_init.c280 pp = statp->dnsrch;
282 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
347 pp = statp->dnsrch;
349 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
528 pp = statp->dnsrch;
537 while (pp < statp->dnsrch + MAXDFLSRCH) {
547 printf(";; res_init()... default dnsrch list:\n");
548 for (pp = statp->dnsrch; *pp; pp++)
H A Dres_query.c279 for (domain = (const char * const *)statp->dnsrch;
/freebsd-9.3-release/include/
H A Dresolv.h160 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */ member in struct:__res_state
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c445 q->domain = _res.dnsrch;
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddomain.c42 # define RES_DNSRCH_VARIABLE _res.dnsrch
/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c2756 for (domain = (const char * const *)res->dnsrch;

Completed in 182 milliseconds