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

/freebsd-9.3-release/include/
H A Dresolv.h245 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */ macro
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_query.c373 * unless RES_NOTLDQUERY is set and there were no dots.
375 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
H A Dres_debug.c672 #ifdef RES_NOTLDQUERY
673 case RES_NOTLDQUERY: return "no-tld-query";
H A Dres_init.c641 statp->options |= RES_NOTLDQUERY;
/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c2831 * unless RES_NOTLDQUERY is set and there were no dots.
2833 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) &&

Completed in 75 milliseconds