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

/haiku/headers/posix/
H A Dresolv.h156 #define RES_NOTLDQUERY (1 << 20) /* don't unqualified name as a tld */ macro
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c325 * unless RES_NOTLDQUERY is set and there were no dots.
327 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
H A Dres_debug.c704 #ifdef RES_NOTLDQUERY
705 case RES_NOTLDQUERY: return "no-tld-query";
H A Dres_init.c612 statp->options |= RES_NOTLDQUERY;

Completed in 89 milliseconds