Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c682 int (*name_ok)(const char *); in gethostans() local
705 name_ok = res_hnok; in gethostans()
708 name_ok = res_dnok; in gethostans()
736 if (n < 0 || !maybe_ok(pvt->res, bp, name_ok)) { in gethostans()
771 if (n < 0 || !maybe_ok(pvt->res, bp, name_ok)) { in gethostans()
801 if (n < 0 || !maybe_ok(pvt->res, tbuf, name_ok)) { in gethostans()