Searched refs:dnsrch (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_init.c292 p = res->dnsrch[*nsrch - 1];
300 res->dnsrch[*nsrch] = p;
623 pp = statp->dnsrch;
625 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++)
721 pp = statp->dnsrch;
723 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++)
956 pp = statp->dnsrch;
974 while (pp < statp->dnsrch + MAXDFLSRCH)
988 printf(";; res_init()... default dnsrch list:\n");
989 for (pp = statp->dnsrch; *p
[all...]
H A Dresolv.h188 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member in struct:__res_state
H A Ddns.c1004 for (pdns->search_count = 0; (pdns->res->dnsrch[pdns->search_count] != NULL) && (pdns->res->dnsrch[pdns->search_count][0] != '\0'); pdns->search_count++);
H A Dres_query.c818 for (domain = (const char * const *)statp->dnsrch; *domain && !done; domain++)
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootpd.c350 if (_res.dnsrch[i] == NULL) {
358 printf(" %s", _res.dnsrch[i]);
366 = DNSNameListBufferCreate((const char * *)_res.dnsrch,

Completed in 108 milliseconds