Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dstring.c489 INT WINAPI StrCmpNA(LPCSTR lpszStr, LPCSTR lpszComp, INT iLen) in StrCmpNA() function
582 return COMCTL32_StrStrHelperA(lpszStr, lpszSearch, StrCmpNA); in StrStrA()
H A Dcomctl32.spec131 352 stdcall -noname -private StrCmpNA(str str long)
/reactos/dll/win32/shell32/
H A Dshell32.spec373 373 stdcall StrCmpNA(str str long) shlwapi.StrCmpNA
379 379 stdcall StrNCmpA(str str long) shlwapi.StrCmpNA
/reactos/dll/win32/shlwapi/
H A Dstring.c373 INT WINAPI StrCmpNA(LPCSTR lpszStr, LPCSTR lpszComp, INT iLen) in StrCmpNA() function
598 return SHLWAPI_StrStrHelperA(lpszStr, lpszSearch, StrCmpNA); in StrStrA()
H A Dshlwapi.spec782 780 stdcall StrCmpNA(str str long)
H A Dordinal.c804 return StrCmpNA(lpszSrc, lpszCmp, len); in StrCmpNCA()
/reactos/modules/rostests/winetests/shlwapi/
H A Dstring.c749 ok(0 != StrCmpNA(str1, str2, 6), "StrCmpNA is case-insensitive\n"); in test_StrCmpA()
/reactos/sdk/include/psdk/
H A Dshlwapi.h1547 INT WINAPI StrCmpNA(_In_ LPCSTR, _In_ LPCSTR, INT);