HomeSort by: relevance | last modified time | path
    Searched refs:RES_NOTLDQUERY (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
resolv.h 251 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */
  /src/lib/libc/resolv/
res_query.c 359 * unless RES_NOTLDQUERY is set and there were no dots.
361 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
res_debug.c 703 #ifdef RES_NOTLDQUERY
704 case RES_NOTLDQUERY: return "no-tld-query";
res_init.c 684 statp->options |= RES_NOTLDQUERY;

Completed in 14 milliseconds