Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dstring.c236 LPSTR WINAPI StrChrA(LPCSTR lpszStr, WORD ch) in StrChrA() function
1161 return SHLWAPI_StrSpnHelperA(lpszStr, lpszMatch, StrChrA, FALSE); in StrSpnA()
1193 return SHLWAPI_StrSpnHelperA(lpszStr, lpszMatch, StrChrA, TRUE); in StrCSpnA()
1271 if (StrChrA(lpszMatch, *lpszStr)) in StrPBrkA()
1846 while (*lpszRead && StrChrA(lpszTrim, *lpszRead)) in StrTrimA()
1859 while (StrChrA(lpszTrim, lpszRead[-1])) in StrTrimA()
2584 if ((lpszIter = StrChrA(lpszStr, '&'))) in SHStripMneumonicA()
H A Dpath.c959 if(lpszPath && StrChrA(lpszPath,' ')) in PathQuoteSpacesA()
2565 if ((lpszSlash = StrChrA(lpszPath, '\\'))) in PathFindNextComponentA()
3258 if ((lpszPath = StrChrA(lpszPath, '\\')) && in PathSkipRootA()
3259 (lpszPath = StrChrA(lpszPath + 1, '\\'))) in PathSkipRootA()
H A Dshlwapi.spec774 772 stdcall StrChrA(str long)
/reactos/dll/win32/comctl32/
H A Dstring.c266 LPSTR WINAPI StrChrA(LPCSTR lpszStr, WORD ch) in StrChrA() function
456 return COMCTL32_StrSpnHelperA(lpszStr, lpszMatch, StrChrA, TRUE); in StrCSpnA()
H A Dcomctl32.spec129 350 stdcall -noname -private StrChrA(str long)
/reactos/dll/win32/mapi32/
H A Dmapi32.spec74 130 stdcall SzFindCh@8(str long) shlwapi.StrChrA
H A Dprop.c334 LPSTR (WINAPI *pStrChrFn)(LPCSTR,WORD) = StrChrA; in FPropContainsProp()
/reactos/dll/win32/shell32/
H A Dshell32.spec369 369 stdcall StrChrA(str long) shlwapi.StrChrA
/reactos/modules/rostests/winetests/shlwapi/
H A Dstring.c252 LPSTR result = StrChrA(string+32, count); in test_StrChrA()
259 LPSTR result = StrChrA(string+count+1, count); in test_StrChrA()
/reactos/sdk/include/psdk/
H A Dshlwapi.h1520 LPSTR WINAPI StrChrA(_In_ LPCSTR, WORD);