Home
last modified time | relevance | path

Searched refs:res_hnok (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_comp.c171 res_hnok(const char *dn) { in res_hnok() function
202 return (res_hnok(dn+2)); in res_ownok()
206 return (res_hnok(dn)); in res_ownok()
233 return (res_hnok(dn)); in res_mailok()
/bionic/libc/private/
Dresolv_private.h372 #define res_hnok __res_hnok macro
411 int res_hnok(const char *);
/bionic/libc/netbsd/
Dgethnamaddr.c196 name_ok = res_hnok; in getanswer()
340 if ((n < 0) || !res_hnok(bp)) { in getanswer()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1129 name_ok = res_hnok; in getanswer()