HomeSort by relevance Sort by last modified time
    Searched refs:dnsrch (Results 1 - 8 of 8) sorted by null

  /bionic/libc/netbsd/resolv/
res_init.c 250 pp = statp->dnsrch;
252 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
321 pp = statp->dnsrch;
323 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
444 pp = statp->dnsrch;
453 while (pp < statp->dnsrch + MAXDFLSRCH) {
463 printf(";; res_init()... default dnsrch list:\n");
464 for (pp = statp->dnsrch; *pp; pp++)
res_query.c 275 for (domain = (const char * const *)statp->dnsrch;
327 /* if we got here for some reason other than DNSRCH,
352 * the last DNSRCH we did.
res_cache.c     [all...]
  /bionic/libc/private/
resolv_private.h 156 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 114 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 114 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 114 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member in struct:__res_state
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]

Completed in 115 milliseconds