Searched defs:pszDosDot (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp171 const char *pszDosDot = strrchr(pszNext, '.'); local
172 if (!pszDosDot && uc == '.')
173 pszDosDot = pszNext - 1;
174 if (!pszDosDot)
188 return !pszDosDot[1];
206 } while ((intptr_t)pszDosDot - (intptr_t)pszNext >= -1);
228 } while ((intptr_t)pszDosDot - (intptr_t)pszNext >= -1);

Completed in 71 milliseconds