Searched refs:res_hnok (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/libc/resolv/
H A Dres_comp.c158 res_hnok(const char *dn) { function
189 return (res_hnok(dn+2));
193 return (res_hnok(dn));
220 return (res_hnok(dn));
/barrelfish-master/include/
H A Dresolv.h364 #define res_hnok __res_hnok macro
414 int res_hnok(const char *);
/barrelfish-master/lib/libc/net/
H A Dgethostbydns.c161 name_ok = res_hnok;
310 if ((n < 0) || !res_hnok(bp)) {
H A Dgetnetbydns.c217 if ((n < 0) || !res_hnok(bp)) {
H A Dgetaddrinfo.c2010 name_ok = res_hnok;

Completed in 92 milliseconds