Searched refs:RES_NOTLDQUERY (Results 1 – 5 of 5) sorted by relevance
131 #define RES_NOTLDQUERY 0x01000000 /* Do not look up unqualified name macro
693 { STRnLEN ("no_tld_query"), 0, RES_NOTLDQUERY }, in res_setoptions()694 { STRnLEN ("no-tld-query"), 0, RES_NOTLDQUERY }, in res_setoptions()
496 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()
Completed in 15 milliseconds