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

/freebsd-10-stable/include/
H A Dresolv.h246 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */ macro
/freebsd-10-stable/lib/libc/resolv/
H A Dres_query.c375 * unless RES_NOTLDQUERY is set and there were no dots.
377 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
H A Dres_debug.c691 #ifdef RES_NOTLDQUERY
692 case RES_NOTLDQUERY: return "no-tld-query";
H A Dres_init.c672 statp->options |= RES_NOTLDQUERY;
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c2967 * unless RES_NOTLDQUERY is set and there were no dots.
2969 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) &&

Completed in 182 milliseconds