HomeSort by: relevance | last modified time | path
    Searched refs:dnsrch (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/resolv/
res_init.c 335 pp = statp->dnsrch;
337 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
404 pp = statp->dnsrch;
406 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
538 pp = statp->dnsrch;
547 while (pp < statp->dnsrch + MAXDFLSRCH) {
557 printf(";; res_init()... default dnsrch list:\n");
558 for (pp = statp->dnsrch; *pp; pp++)
res_query.c 297 for (domain = (const char * const *)statp->dnsrch;
349 /* if we got here for some reason other than DNSRCH,
374 * the last DNSRCH we did.
  /src/include/
resolv.h 161 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */ member in struct:__res_state
  /src/lib/libc/net/
getaddrinfo.c 2733 for (domain = (const char * const *)res->dnsrch;
2778 * if we got here for some reason other than DNSRCH,
2803 * the last DNSRCH we did.

Completed in 15 milliseconds