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

  /bionic/libc/netbsd/resolv/
res_comp.c 171 res_hnok(const char *dn) { function
202 return (res_hnok(dn+2));
206 return (res_hnok(dn));
233 return (res_hnok(dn));
  /bionic/libc/private/
resolv_private.h 374 #define res_hnok __res_hnok macro
413 int res_hnok(const char *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 302 #define res_hnok __res_hnok macro
322 int res_hnok (const char *) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 302 #define res_hnok __res_hnok macro
322 int res_hnok (const char *) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 302 #define res_hnok __res_hnok macro
322 int res_hnok (const char *) __THROW;
  /bionic/libc/netbsd/
gethnamaddr.c 202 name_ok = res_hnok;
346 if ((n < 0) || !res_hnok(bp)) {
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]

Completed in 38 milliseconds