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

  /src/lib/libc/resolv/
res_comp.c 98 __weak_alias(res_hnok,__res_hnok)
174 res_hnok(const char *dn) { function
205 return (res_hnok(dn+2));
209 return (res_hnok(dn));
236 return (res_hnok(dn));
  /src/external/bsd/libbind/dist/resolv/
res_comp.c 158 res_hnok(const char *dn) { function
189 return (res_hnok(dn+2));
193 return (res_hnok(dn));
220 return (res_hnok(dn));
  /src/include/
resolv.h 380 #define res_hnok __res_hnok macro
422 int res_hnok(const char *);
  /src/external/bsd/libbind/dist/include/
resolv.h 382 #define res_hnok __res_hnok macro
424 int res_hnok __P((const char *));

Completed in 61 milliseconds