Searched refs:RES_NOTLDQUERY (Results 1 – 4 of 4) sorted by relevance
329 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
714 #ifdef RES_NOTLDQUERY in p_option()715 case RES_NOTLDQUERY: return "no-tld-query"; in p_option()
703 statp->options |= RES_NOTLDQUERY; in res_setoptions()
284 #define RES_NOTLDQUERY 0x00100000 /* don't unqualified name as a tld */ macro