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