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()
79 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
179 for (domain = _res.dnsrch; *domain; domain++) {
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()
232 for (i = 0; res.dnsrch[i]; i++) { in krb5_get_default_realm()234 res.dnsrch[i], &context->default_realm); in krb5_get_default_realm()
197 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
63 # define RES_DNSRCH_VARIABLE _res.dnsrch