HomeSort by: relevance | last modified time | path
    Searched defs:res_hnok (Results 1 - 2 of 2) 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 *);

Completed in 12 milliseconds