Searched refs:res_dnok (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/resolv/
H A Dres_comp.c231 res_dnok(const char *dn) { function
/freebsd-13-stable/include/
H A Dresolv.h361 #define res_dnok __res_dnok macro
419 int res_dnok(const char *);
/freebsd-13-stable/lib/libc/net/
H A Dgethostbydns.c166 name_ok = res_dnok;
274 if (n < 0 || !res_dnok(tbuf)) {
H A Dgetnetbydns.c207 if ((n < 0) || !res_dnok(bp))

Completed in 119 milliseconds