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

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_query.c329 * unless RES_NOTLDQUERY is set and there were no dots.
331 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
H A Dres_debug.c695 #ifdef RES_NOTLDQUERY
696 case RES_NOTLDQUERY: return "no-tld-query";
H A Dres_init.c594 statp->options |= RES_NOTLDQUERY;
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h251 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */ macro
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_query.c365 * unless RES_NOTLDQUERY is set and there were no dots.
367 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
H A Dres_debug.c711 #ifdef RES_NOTLDQUERY
712 case RES_NOTLDQUERY: return "no-tld-query";
H A Dres_init.c672 statp->options |= RES_NOTLDQUERY;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h257 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */ macro

Completed in 224 milliseconds