Home
last modified time | relevance | path

Searched refs:RES_NOTLDQUERY (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c329 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
H A Dres_debug.c714 #ifdef RES_NOTLDQUERY in p_option()
715 case RES_NOTLDQUERY: return "no-tld-query"; in p_option()
H A Dres_init.c703 statp->options |= RES_NOTLDQUERY; in res_setoptions()
/titanic_41/usr/src/head/
H A Dresolv.h284 #define RES_NOTLDQUERY 0x00100000 /* don't unqualified name as a tld */ macro