Searched refs:dnsrch (Results 1 – 5 of 5) sorted by relevance
175 pp = statp->dnsrch; in res_vinit()183 while (pp < statp->dnsrch + MAXDFLSRCH) { in res_vinit()191 for (pp = statp->dnsrch; *pp; pp++) LOG(DEBUG) << "\t" << *pp; in res_vinit()
96 char* dnsrch[MAXDNSRCH + 1]; /* components of domain to search */ member
259 for (domain = (const char* const*) statp->dnsrch; *domain && !done; domain++) { in res_nsearch()
1906 char** pp = statp->dnsrch; in _resolv_populate_res_for_net()1908 while (pp < statp->dnsrch + MAXDNSRCH && *p != -1) { in _resolv_populate_res_for_net()
1715 for (domain = (const char* const*) res->dnsrch; *domain && !done; domain++) { in res_searchN()