Searched refs:StrCmpNA (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | string.c | 489 INT WINAPI StrCmpNA(LPCSTR lpszStr, LPCSTR lpszComp, INT iLen) in StrCmpNA() function 582 return COMCTL32_StrStrHelperA(lpszStr, lpszSearch, StrCmpNA); in StrStrA()
|
H A D | comctl32.spec | 131 352 stdcall -noname -private StrCmpNA(str str long)
|
/reactos/dll/win32/shell32/ |
H A D | shell32.spec | 373 373 stdcall StrCmpNA(str str long) shlwapi.StrCmpNA 379 379 stdcall StrNCmpA(str str long) shlwapi.StrCmpNA
|
/reactos/dll/win32/shlwapi/ |
H A D | string.c | 373 INT WINAPI StrCmpNA(LPCSTR lpszStr, LPCSTR lpszComp, INT iLen) in StrCmpNA() function 598 return SHLWAPI_StrStrHelperA(lpszStr, lpszSearch, StrCmpNA); in StrStrA()
|
H A D | shlwapi.spec | 782 780 stdcall StrCmpNA(str str long)
|
H A D | ordinal.c | 804 return StrCmpNA(lpszSrc, lpszCmp, len); in StrCmpNCA()
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | string.c | 749 ok(0 != StrCmpNA(str1, str2, 6), "StrCmpNA is case-insensitive\n"); in test_StrCmpA()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 1547 INT WINAPI StrCmpNA(_In_ LPCSTR, _In_ LPCSTR, INT);
|