Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dpath.c1942 while (*lpszMask) in PathMatchSpecA()
1944 while (*lpszMask == ' ') in PathMatchSpecA()
1950 while (*lpszMask && *lpszMask != ';') in PathMatchSpecA()
1951 lpszMask = CharNextA(lpszMask); /* masks separated by ';' */ in PathMatchSpecA()
1953 if (*lpszMask == ';') in PathMatchSpecA()
1954 lpszMask++; in PathMatchSpecA()
1973 while (*lpszMask) in PathMatchSpecW()
1975 while (*lpszMask == ' ') in PathMatchSpecW()
1981 while (*lpszMask && *lpszMask != ';') in PathMatchSpecW()
1984 if (*lpszMask == ';') in PathMatchSpecW()
[all …]