Home
last modified time | relevance | path

Searched refs:RES_NOTLDQUERY (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/resolv/
Dres_init.c693 { STRnLEN ("no_tld_query"), 0, RES_NOTLDQUERY }, in res_setoptions()
694 { STRnLEN ("no-tld-query"), 0, RES_NOTLDQUERY }, in res_setoptions()
Dresolv.h131 #define RES_NOTLDQUERY 0x01000000 /* Do not look up unqualified name macro
Dres_query.c512 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0) in __res_context_search()
Dtst-resolv-res_init-skeleton.c128 print_option_flag (fp, &options, RES_NOTLDQUERY, "no-tld-query"); in print_resp()
Dres_debug.c613 case RES_NOTLDQUERY: return "no-tld-query"; in libresolv_hidden_def()
/glibc-2.36/ChangeLog.old/
DChangeLog.1894471 * resolv/resolv.h: Define RES_NOTLDQUERY.
94473 no-tld-query and set RES_NOTLDQUERY.
94474 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.