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

  /bionic/libc/netbsd/resolv/
res_init.c 238 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
239 statp->defdname[sizeof(statp->defdname) - 1] = '\0';
249 cp = statp->defdname;
296 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
297 statp->defdname[sizeof(statp->defdname) - 1] = '\0';
298 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL
    [all...]
res_data.c 315 if (!*_nres.defdname)
318 len_domain = strlen(_nres.defdname);
320 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
res_cache.c 1252 char defdname[256]; member in struct:resolv_cache_info
    [all...]
  /bionic/libc/private/
resolv_private.h 157 char defdname[256]; /* default domain (deprecated) */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 115 char defdname[256]; /* default domain (deprecated) */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 115 char defdname[256]; /* default domain (deprecated) */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 115 char defdname[256]; /* default domain (deprecated) */ member in struct:__res_state

Completed in 490 milliseconds