Searched refs:dnsrch (Results 1 – 9 of 9) sorted by relevance
231 pp = _res.dnsrch; in res_init()233 for (n = 0; *cp && pp < _res.dnsrch + MAXDNSRCH; cp++) { in res_init()285 pp = _res.dnsrch; in res_init()291 for (; n >= LOCALDOMAINPARTS && pp < _res.dnsrch + MAXDFLSRCH; n--) { in res_init()
79 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
178 for (domain = _res.dnsrch; *domain; domain++) {
216 for (i = 0; res.dnsrch[i]; i++) { in krb5_get_default_realm()218 res.dnsrch[i], &context->default_realm); in krb5_get_default_realm()
391 pp = statp->dnsrch; in __res_vinit()393 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()458 pp = statp->dnsrch; in __res_vinit()460 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()584 pp = statp->dnsrch; in __res_vinit()593 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()604 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
265 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
369 entry = res_state.dnsrch[i]; in smb_ddiscover_domain_match()
197 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
63 # define RES_DNSRCH_VARIABLE _res.dnsrch