OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_NOTLDQUERY
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/netbsd/resolv/
res_query.c
346
* unless
RES_NOTLDQUERY
is set and there were no dots.
348
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
248
#define
RES_NOTLDQUERY
0x00100000 /* don't unqualified name as a tld */
Completed in 28 milliseconds