Searched refs:StrChrA (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/win32/shlwapi/ |
H A D | string.c | 236 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 D | path.c | 959 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 D | shlwapi.spec | 774 772 stdcall StrChrA(str long)
|
/reactos/dll/win32/comctl32/ |
H A D | string.c | 266 LPSTR WINAPI StrChrA(LPCSTR lpszStr, WORD ch) in StrChrA() function 456 return COMCTL32_StrSpnHelperA(lpszStr, lpszMatch, StrChrA, TRUE); in StrCSpnA()
|
H A D | comctl32.spec | 129 350 stdcall -noname -private StrChrA(str long)
|
/reactos/dll/win32/mapi32/ |
H A D | mapi32.spec | 74 130 stdcall SzFindCh@8(str long) shlwapi.StrChrA
|
H A D | prop.c | 334 LPSTR (WINAPI *pStrChrFn)(LPCSTR,WORD) = StrChrA; in FPropContainsProp()
|
/reactos/dll/win32/shell32/ |
H A D | shell32.spec | 369 369 stdcall StrChrA(str long) shlwapi.StrChrA
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | string.c | 252 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 D | shlwapi.h | 1520 LPSTR WINAPI StrChrA(_In_ LPCSTR, WORD);
|