Home
last modified time | relevance | path

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

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