Searched refs:lpszMask (Results 1 – 1 of 1) sorted by relevance
1942 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 …]