Home
last modified time | relevance | path

Searched refs:StrStrIA (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/winetests/mscoree/
H A Dmscoree.c215 … todo_wine ok(StrStrIA(dllpath, "v1.1.4322") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
216 ok(StrStrIA(dllpath, "fusion.dll") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
229 … todo_wine ok(StrStrIA(dllpath, "v2.0.50727") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
230 ok(StrStrIA(dllpath, "fusion.dll") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
245 … todo_wine ok(StrStrIA(dllpath, "v4.0.30319") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
246 ok(StrStrIA(dllpath, "fusion.dll") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
265 … todo_wine ok(StrStrIA(dllpath, latestA) != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
266 ok(StrStrIA(dllpath, "fusion.dll") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
278 … todo_wine ok(StrStrIA(dllpath, latestA) != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
279 ok(StrStrIA(dllpath, "fusion.dll") != 0, "incorrect fusion.dll path %s\n", dllpath); in test_loadlibraryshim()
/reactos/modules/rostests/winetests/shlwapi/
H A Dstring.c1250 ret = StrStrIA(NULL, NULL); in test_StrStrIA()
1253 ret = StrStrIA(NULL, ""); in test_StrStrIA()
1256 ret = StrStrIA("", NULL); in test_StrStrIA()
1260 ret = StrStrIA("", ""); in test_StrStrIA()
1265 ret = StrStrIA(deadbeefA, StrStrIA_cases[i].search); in test_StrStrIA()
/reactos/dll/win32/comctl32/
H A Dcomctl32.spec134 355 stdcall -noname -private StrStrIA(str str)
H A Dstring.c351 LPSTR WINAPI StrStrIA(LPCSTR lpszStr, LPCSTR lpszSearch) in StrStrIA() function
/reactos/dll/win32/shell32/
H A Dshell32.spec394 394 stdcall StrStrIA(str str) shlwapi.StrStrIA
/reactos/dll/win32/shlwapi/
H A Dstring.c708 LPSTR WINAPI StrStrIA(LPCSTR lpszStr, LPCSTR lpszSearch) in StrStrIA() function
H A Dshlwapi.spec818 816 stdcall StrStrIA(str str)
/reactos/sdk/include/psdk/
H A Dshlwapi.h1669 LPSTR WINAPI StrStrIA(_In_ LPCSTR pszFirst, _In_ LPCSTR pszSrch);
/reactos/dll/win32/wininet/
H A Dftp.c3677 if((pszTmp = StrStrIA(szMonths, pszToken))) in FTP_ParseNextFile()