Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c92 #pragma weak __res_hnok = res_hnok
173 res_hnok(const char *dn) { in res_hnok() function
204 return (res_hnok(dn+2)); in res_ownok()
208 return (res_hnok(dn)); in res_ownok()
235 return (res_hnok(dn)); in res_mailok()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_p.h27 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
H A Ddns_ho.c705 name_ok = res_hnok; in gethostans()
/illumos-gate/usr/src/head/
H A Dresolv.h349 int res_hnok __P((const char *));
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dmapfile-vers375 res_hnok;