Searched refs:RES_NOTLDQUERY (Results 1 – 6 of 6) sorted by relevance
693 { STRnLEN ("no_tld_query"), 0, RES_NOTLDQUERY }, in res_setoptions()694 { STRnLEN ("no-tld-query"), 0, RES_NOTLDQUERY }, in res_setoptions()
131 #define RES_NOTLDQUERY 0x01000000 /* Do not look up unqualified name macro
512 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0) in __res_context_search()
128 print_option_flag (fp, &options, RES_NOTLDQUERY, "no-tld-query"); in print_resp()
613 case RES_NOTLDQUERY: return "no-tld-query"; in libresolv_hidden_def()
94471 * resolv/resolv.h: Define RES_NOTLDQUERY.94473 no-tld-query and set RES_NOTLDQUERY.94474 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.