Searched refs:RES_NOTLDQUERY (Results 1 – 5 of 5) sorted by relevance
371 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
682 #ifdef RES_NOTLDQUERY in p_option()683 case RES_NOTLDQUERY: return "no-tld-query"; in p_option()
658 statp->options |= RES_NOTLDQUERY; in res_setoptions()
247 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */ macro
2971 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) && in res_searchN()