Searched refs:dnsrch (Results 1 – 8 of 8) sorted by relevance
232 pp = _res.dnsrch; in res_init()234 for (n = 0; *cp && pp < _res.dnsrch + MAXDNSRCH; cp++) { in res_init()286 pp = _res.dnsrch; in res_init()292 for (; n >= LOCALDOMAINPARTS && pp < _res.dnsrch + MAXDFLSRCH; n--) { in res_init()
77 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
177 for (domain = _res.dnsrch; *domain; domain++) {
386 pp = statp->dnsrch; in __res_vinit()388 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()453 pp = statp->dnsrch; in __res_vinit()455 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()579 pp = statp->dnsrch; in __res_vinit()588 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()599 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
260 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
233 for (i = 0; res.dnsrch[i]; i++) { in krb5_get_default_realm()235 res.dnsrch[i], &context->default_realm); in krb5_get_default_realm()
197 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
61 # define RES_DNSRCH_VARIABLE _res.dnsrch