Searched refs:res_hnok (Results 1 – 6 of 6) sorted by relevance
153 res_hnok(const char *dn) { in res_hnok() function184 return (res_hnok(dn+2)); in res_ownok()188 return (res_hnok(dn)); in res_ownok()215 return (res_hnok(dn)); in res_mailok()
365 #define res_hnok __res_hnok macro415 int res_hnok(const char *);
156 name_ok = res_hnok; in gethostanswer()308 if ((n < 0) || !res_hnok(bp)) { in gethostanswer()
213 if ((n < 0) || !res_hnok(bp)) { in getnetanswer()
2008 name_ok = res_hnok; in getanswer()
140 int res_hnok(const char *dn);2581 if (!res_hnok(sbuf)) { in check_option()2590 if (!res_hnok(sbuf)) { in check_option()2722 res_hnok(const char *dn) in res_hnok() function