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

  /bionic/libc/dns/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));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 306 #define res_hnok __res_hnok macro
326 int res_hnok (const char *) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 308 #define res_hnok __res_hnok macro
328 int res_hnok (const char *) __THROW;
  /bionic/libc/dns/include/
resolv_private.h 404 #define res_hnok __res_hnok macro
442 int res_hnok(const char *);
  /bionic/libc/dns/net/
gethnamaddr.c 95 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
229 name_ok = res_hnok;
    [all...]
getaddrinfo.c     [all...]

Completed in 150 milliseconds