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

/freebsd-current/lib/libc/resolv/
H A Dres_query.c369 * unless RES_NOTLDQUERY is set and there were no dots.
371 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
H A Dres_debug.c682 #ifdef RES_NOTLDQUERY
683 case RES_NOTLDQUERY: return "no-tld-query";
H A Dres_init.c658 statp->options |= RES_NOTLDQUERY;
/freebsd-current/include/
H A Dresolv.h247 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */ macro
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c2969 * unless RES_NOTLDQUERY is set and there were no dots.
2971 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) &&

Completed in 180 milliseconds