Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dres_query.c360 int trailing_dot, ret, saved_herrno; in __res_context_search() local
371 trailing_dot = 0; in __res_context_search()
373 trailing_dot++; in __res_context_search()
388 if (dots >= statp->ndots || trailing_dot) { in __res_context_search()
393 if (ret > 0 || trailing_dot in __res_context_search()
419 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0)) { in __res_context_search()