Searched refs:trailing_dot (Results 1 – 2 of 2) sorted by relevance
219 const bool trailing_dot = (cp > name && *--cp == '.') ? true : false; in res_nsearch() local227 if (dots >= statp->ndots || trailing_dot) { in res_nsearch()229 if (ret > 0 || trailing_dot) return ret; in res_nsearch()239 if ((!dots || (dots && !trailing_dot)) && !isMdnsResolution(statp->flags)) { in res_nsearch()
1821 const bool trailing_dot = (cp > name && *--cp == '.') ? true : false; in res_searchN() local1841 if ((!dots || (dots && !trailing_dot)) && !isMdnsResolution(res->flags)) { in res_searchN()