Searched refs:dnsrch (Results 1 – 5 of 5) sorted by relevance
262 pp = statp->dnsrch; in __res_vinit()264 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()333 pp = statp->dnsrch; in __res_vinit()335 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()456 pp = statp->dnsrch; in __res_vinit()465 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()476 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
285 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
2204 register char **pp = statp->dnsrch; in _resolv_populate_res_for_net()2206 while (pp < statp->dnsrch + MAXDNSRCH && *p != -1) { in _resolv_populate_res_for_net()
156 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
2343 for (domain = (const char * const *)res->dnsrch; in res_searchN()