Searched refs:dnsrch (Results 1 – 8 of 8) sorted by relevance
258 pp = statp->dnsrch; in __res_vinit()260 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()336 pp = statp->dnsrch; in __res_vinit()338 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()511 pp = statp->dnsrch; in __res_vinit()520 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()531 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
270 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
94 #define PRIMARY_DOMAIN(h) ((h.dnsrch[0] == NULL) ? NULL : strdup(h.dnsrch[0]))
161 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */ member
439 q->domain = _res.dnsrch; in yp_async_lookup_name()
54 # define RES_DNSRCH_VARIABLE _res.dnsrch
1300 OI-dnsrch1302 i.e., although SCO has _res.dnsrch defined, and is kinda BIND 4.8.3,
2928 for (domain = (const char * const *)res->dnsrch; in res_searchN()