Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dutils.cpp19 PCSTR pch, pchEnd = &psz[cch]; in StrEndNA() local
48 if (pchEnd == pszSrc) in StrRStrA()
54 --pchEnd; in StrRStrA()
56 if (!pchEnd) in StrRStrA()
58 if (!StrCmpNA(pchEnd, pszSearch, cchSearch) && pchEnd == StrEndNA(pszSrc, cchEnd)) in StrRStrA()
60 if (pchEnd == pszSrc) in StrRStrA()
80 if (pchEnd == pszSrc) in StrRStrW()
86 --pchEnd; in StrRStrW()
88 if (!pchEnd) in StrRStrW()
90 if (!StrCmpNW(pchEnd, pszSearch, cchSearch) && pchEnd == StrEndNW(pszSrc, cchEnd)) in StrRStrW()
[all …]
/reactos/dll/win32/shell32/folders/
H A DCFSFolder.cpp2056 LPWSTR pchEnd = NULL; in GetCustomViewInfo() local
2057 COLORREF cr = (wcstol(szText, &pchEnd, 0) & 0xFFFFFF); in GetCustomViewInfo()
2059 if (pchEnd && !*pchEnd) in GetCustomViewInfo()
2070 LPWSTR pchEnd = NULL; in GetCustomViewInfo() local
2071 COLORREF cr = (wcstol(szText, &pchEnd, 0) & 0xFFFFFF); in GetCustomViewInfo()
2073 if (pchEnd && !*pchEnd) in GetCustomViewInfo()