Searched refs:trailing_dot (Results 1 – 2 of 2) sorted by relevance
223 const bool trailing_dot = (cp > name && *--cp == '.') ? true : false; in res_nsearch() local231 if (dots >= statp->ndots || trailing_dot) { in res_nsearch()233 if (ret > 0 || trailing_dot) return ret; in res_nsearch()243 if ((!dots) || (dots && !trailing_dot)) { in res_nsearch()
1824 const bool trailing_dot = (cp > name && *--cp == '.') ? true : false; in res_searchN() local1843 if ((!dots) || (dots && !trailing_dot)) { in res_searchN()