Searched refs:dnsrch (Results 1 – 4 of 4) sorted by relevance
182 pp = statp->dnsrch; in load_domain_search_list()183 while ( pp < statp->dnsrch + MAXDNSRCH ) { in load_domain_search_list()198 if (pp > statp->dnsrch) in load_domain_search_list()294 pp = statp->dnsrch; in __res_vinit()296 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()431 pp = statp->dnsrch; in __res_vinit()433 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()554 pp = statp->dnsrch; in __res_vinit()563 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()574 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
275 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
154 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
1670 for (domain = (const char * const *)res->dnsrch; in res_searchN()