HomeSort by relevance Sort by last modified time
    Searched refs:RES_NOTLDQUERY (Results 1 - 4 of 4) sorted by null

  /bionic/libc/netbsd/resolv/
res_query.c 337 * unless RES_NOTLDQUERY is set and there were no dots.
339 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
res_debug.c 637 #ifdef RES_NOTLDQUERY
638 case RES_NOTLDQUERY: return "no-tld-query";
res_init.c 540 statp->options |= RES_NOTLDQUERY;
  /bionic/libc/private/
resolv_private.h 245 #define RES_NOTLDQUERY 0x00100000 /* don't unqualified name as a tld */

Completed in 1378 milliseconds