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

  /src/lib/libc/resolv/
res_comp.c 98 __weak_alias(res_hnok,__res_hnok)
174 res_hnok(const char *dn) { function in typeref:typename:int
205 return (res_hnok(dn+2));
209 return (res_hnok(dn));
236 return (res_hnok(dn));
  /src/include/
resolv.h 380 #define res_hnok __res_hnok macro
422 int res_hnok(const char *);
  /src/lib/libc/net/
getnetnamadr.c 82 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
gethnamaddr.c 108 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
242 name_ok = res_hnok;
getaddrinfo.c 1736 name_ok = res_hnok;
1893 if ((n < 0) || !maybe_ok(res, tbuf, res_hnok)) {

Completed in 16 milliseconds