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()202 statp->dnsrch[0] = NULL; in load_domain_search_list()296 pp = statp->dnsrch; in __res_vinit()298 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()433 pp = statp->dnsrch; in __res_vinit()435 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()556 pp = statp->dnsrch; in __res_vinit()565 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()[all …]
275 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
154 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
2090 for (domain = (const char * const *)res->dnsrch; in res_searchN()