Searched refs:dnsrch (Results 1 – 5 of 5) sorted by relevance
261 pp = statp->dnsrch; in __res_vinit()263 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()332 pp = statp->dnsrch; in __res_vinit()334 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()455 pp = statp->dnsrch; in __res_vinit()464 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()475 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
285 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
2097 register char **pp = statp->dnsrch; in _resolv_populate_res_for_net()2099 while (pp < statp->dnsrch + MAXDNSRCH && *p != -1) { in _resolv_populate_res_for_net()
168 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
2304 for (domain = (const char * const *)res->dnsrch; in res_searchN()