/reactos/modules/rostests/apitests/kernel32/ |
H A D | JapaneseCalendar.c | 66 ok(/* WinXP */ lstrcmpiA(szTextA, "19") == 0 || in START_TEST() 67 /* Win10 */ lstrcmpiA(szTextA, "\x90\xBC\x97\xEF" "19") == 0, "szTextA: %s\n", szTextA); in START_TEST() 73 ok(/* WinXP */ lstrcmpiA(szTextA, "19") == 0 || in START_TEST() 74 /* Win10 */ lstrcmpiA(szTextA, "\x90\xBC\x97\xEF" "19") == 0, "szTextA: %s\n", szTextA); in START_TEST() 101 ok(lstrcmpiA(szTextA, "\x95\xBD\x90\xAC" "31") == 0, "szTextA: %s\n", szTextA); in START_TEST() 107 ok(lstrcmpiA(szTextA, "\x95\xBD\x90\xAC" "31") == 0, "szTextA: %s\n", szTextA); in START_TEST() 146 ok(lstrcmpiA(szTextA, "\x7F") == 0, "szTextA: %s\n", szTextA); in START_TEST() 153 ok(lstrcmpiA(szTextA, "\x98\x61\x97\xEF") == 0, "szTextA: %s\n", szTextA); in START_TEST() 160 ok(lstrcmpiA(szTextA, "\x95\xBD\x90\xAC") == 0, "szTextA: %s\n", szTextA); in START_TEST()
|
/reactos/modules/rostests/win32/loadlib/ |
H A D | loadlib.c | 169 if (lstrcmpiA(argv[i], "ansi") == 0) { in main() 171 } else if (lstrcmpiA(argv[i], "unicode") == 0) { in main() 173 } else if (lstrcmpiA(argv[i], "loop") == 0) { in main() 175 } else if (lstrcmpiA(argv[i], "recurse") == 0) { in main() 177 } else if (lstrcmpiA(argv[i], "verbose") == 0) { in main() 179 } else if (lstrcmpiA(argv[i], "debug") == 0) { in main()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SystemMenu.c | 544 if (!lstrcmpiA(buf, "TestWindowClass") || in is_our_logged_class() 545 !lstrcmpiA(buf, "ShowWindowClass") || in is_our_logged_class() 547 !lstrcmpiA(buf, "TestParentClass") || in is_our_logged_class() 548 !lstrcmpiA(buf, "TestPopupClass") || in is_our_logged_class() 555 !lstrcmpiA(buf, "my_edit_class") || in is_our_logged_class() 556 !lstrcmpiA(buf, "static") || in is_our_logged_class() 557 !lstrcmpiA(buf, "ListBox") || in is_our_logged_class() 558 !lstrcmpiA(buf, "ComboBox") || in is_our_logged_class() 559 !lstrcmpiA(buf, "MyDialogClass") || in is_our_logged_class() 560 !lstrcmpiA(buf, "#32770") || in is_our_logged_class() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | path.c | 149 ok(lstrcmpiA(fullpath,tmpstr)==0, in test_ValidPathA() 153 ok(lstrcmpiA(strptr,filename)==0, in test_ValidPathA() 243 ok(lstrcmpiA(dir,goodstr)==0, in test_LongtoShortA() 245 ok(lstrcmpiA(three,ext)==0, in test_LongtoShortA() 639 ok(lstrcmpiA(tmpstr,tmpstr1)==0, in test_PathNameA() 648 ok(lstrcmpiA(tmpstr,tmpstr1)==0, in test_PathNameA() 814 ok(lstrcmpiA(tmpstr,tmpstr2)==0 || lstrcmpiA(tmpstr1,tmpstr2)==0, in test_PathNameA() 829 ok(lstrcmpiA(tmpstr,tmpstr1)==0, in test_PathNameA() 879 ok(lstrcmpiA(tmpstr,tmpstr1)==0, in test_PathNameA() 886 ok(lstrcmpiA(tmpstr,tmpstr1)==0, in test_PathNameA() [all …]
|
H A D | toolhelp.c | 247 if (!lstrcmpiA(expected[i], me.szModule)) found[i]++; in test_module() 265 if (!lstrcmpiA(expected[i], me.szModule)) found[i]++; in test_module()
|
/reactos/modules/rostests/apitests/psapi/ |
H A D | psapi.c | 40 if (lstrcmpiA(Module.szExePath, Image) == 0) in IntGetImageBase() 120 ok(lstrcmpiA(ModInfo.Path, FileName) == 0, "File name: %s\n", FileName); in START_TEST() 130 ok(lstrcmpiA(ModInfo.Path, FileName) == 0, "File name: %s\n", FileName); in START_TEST() 179 ok(lstrcmpiA(ModInfo.Path, FileName) == 0, "File name: %s\n", FileName); in START_TEST() 189 ok(lstrcmpiA(ModInfo.Path, FileName) == 0, "File name: %s\n", FileName); in START_TEST()
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | query.c | 129 if (!lstrcmpiA(test, filename)) in check_info_filename() 438 ok(!lstrcmpiA(destfile, buffer), "unexpected result string: %s\n", buffer); in test_SetupGetTargetPath() 456 ok(!lstrcmpiA(buffer, destfile), "unexpected path: %s\n", buffer); in test_SetupGetTargetPath() 474 ok(!lstrcmpiA(buffer, destfile), "unexpected path: %s\n", buffer); in test_SetupGetTargetPath() 492 ok(!lstrcmpiA(buffer, destfile), "unexpected path: %s\n", buffer); in test_SetupGetTargetPath() 510 ok(!lstrcmpiA(buffer, destfile), "unexpected path: %s\n", buffer); in test_SetupGetTargetPath()
|
H A D | parser.c | 299 ok( !lstrcmpiA( buffer, "version" ) || !lstrcmpiA( buffer, "s1" ) || in test_enum_sections() 300 … !lstrcmpiA( buffer, "s2" ) || !lstrcmpiA( buffer, "s3" ) || !lstrcmpiA( buffer, "strings" ), in test_enum_sections()
|
/reactos/modules/rostests/apitests/include/ |
H A D | apitest_iathook.h | 11 if (!lstrcmpiA(Name, DllName)) in FindImportDescriptor() 35 if (!lstrcmpiA((PCSTR)ImportName->Name, FunctionName)) in RedirectIat()
|
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | AssocQueryString.c | 80 ok(lstrcmpiA(szPath, szAnswer) == 0, "%s vs %s\n", szDebug1, szDebug2); in TEST_AssocQueryStringA() 100 ok(lstrcmpiA(szPath, szAnswer) == 0, "%s vs %s\n", szDebug1, szDebug2); in TEST_AssocQueryStringA() 120 ok(lstrcmpiA(szPath, szAnswer) == 0, "%s vs %s\n", szDebug1, szDebug2); in TEST_AssocQueryStringA()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shelllink.c | 162 ok(lstrcmpiA(buffer,str)==0, "GetWorkingDirectory returned '%s'\n", buffer); in test_get_set() 208 ok(lstrcmpiA(buffer,str)==0, "GetPath returned '%s'\n", buffer); in test_get_set() 214 ok(lstrcmpiA(buffer,str)==0, "GetPath returned '%s'\n", buffer); in test_get_set() 216 … ok(lstrcmpiA(finddata.cFileName, "file") == 0, "unexpected filename '%s'\n", finddata.cFileName); in test_get_set() 234 ok(lstrcmpiA(buffer,str)==0, "GetIDList returned '%s'\n", buffer); in test_get_set() 267 ok(lstrcmpiA(buffer, mypath)==0, "GetPath returned '%s'\n", buffer); in test_get_set() 273 ok(lstrcmpiA(buffer, mypath)==0, "GetPath returned '%s'\n", buffer); in test_get_set() 388 ok(lstrcmpiA(buffer,str)==0, "GetIconLocation returned '%s'\n", buffer); in test_get_set() 601 lok(lstrcmpiA(buffer, desc->path)==0, "GetPath returned '%s' instead of '%s'\n", in check_lnk_() 628 lok(lstrcmpiA(buffer, desc->icon)==0, "GetIconLocation returned '%s' instead of '%s'\n", in check_lnk_() [all …]
|
/reactos/sdk/lib/3rdparty/stlport/src/c_locale_win32/ |
H A D | c_locale_win32.c | 1379 if ((cmp = lstrcmpiA(lname, (*(ConvTable + i)).name)) == 0) in __ConvertName() 1490 if (lstrcmpiA(Lang, __FndLang) != 0) { in EnumLocalesProcA() 1492 if (lstrcmpiA(Lang, __FndLang) != 0) { in EnumLocalesProcA() 1494 if (lstrcmpiA(Lang, __FndLang) == 0) LangFlag = 1; in EnumLocalesProcA() 1502 if (lstrcmpiA(Ctry, __FndCtry) != 0) { in EnumLocalesProcA() 1504 if (lstrcmpiA(Ctry, __FndCtry) != 0) { in EnumLocalesProcA() 1506 if (lstrcmpiA(Ctry, __FndCtry) == 0) CtryFlag = 1; in EnumLocalesProcA() 1587 if (lstrcmpiA(page, "ACP") == 0 || page[0] == 0) in __GetLCIDFromName() 1589 else if (lstrcmpiA(page, "OCP") == 0) in __GetLCIDFromName() 1591 else if (lstrcmpiA(page, "UTF7") == 0) in __GetLCIDFromName() [all …]
|
/reactos/modules/rostests/winetests/advpack/ |
H A D | advpack.c | 452 ok(!lstrcmpiA(buffer, PROG_FILES_ROOT), in translateinfstringex_test() 463 ok(!lstrcmpiA(buffer, PROG_FILES_ROOT), in translateinfstringex_test() 479 ok(!lstrcmpiA(buffer, drive), in translateinfstringex_test() 537 ok(!lstrcmpiA(buffer, PROG_FILES_ROOT), in translateinfstringex_test()
|
/reactos/base/applications/winhlp32/ |
H A D | macro.c | 64 if (!lstrcmpiA(name, (*b)->lpszID)) break; in MACRO_LookupButton() 294 if (lstrcmpiA(win->info->name, "main")) in MACRO_CloseSecondarys() 311 if (!lstrcmpiA(win->info->name, lpszWindow)) in MACRO_CloseWindow() 460 if (!lstrcmpiA(win->info->name, lpszWindow)) in MACRO_FocusWindow() 497 if (!lstrcmpiA(win->info->name, "main")) in MACRO_HelpOnTop()
|
H A D | winhelp.c | 263 if (!lstrcmpiA(hlpfile->windows[i].name, name)) in WINHELP_GetWindowInfo() 557 bExit = (Globals.wVersion >= 4 && !lstrcmpiA(win->info->name, "main")); in WINHELP_DeleteWindow() 708 bPrimary = !lstrcmpiA(wpage->wininfo->name, "main"); in WINHELP_CreateHelpWindow() 715 if (!lstrcmpiA(win->info->name, wpage->wininfo->name)) in WINHELP_CreateHelpWindow() 851 if (!lstrcmpiA(win->info->name, wpage->wininfo->name)) break; in WINHELP_CreateHelpWindow()
|
/reactos/dll/win32/shdocvw/ |
H A D | utility.cpp | 69 return !lstrcmpiA(ansi, buf); in SHELL_IsVerb()
|
/reactos/base/system/expand/ |
H A D | expand.c | 144 if (!lstrcmpiA( infile, outfile )) in main()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | lstring.c | 42 lstrcmpiA(LPCSTR lpString1, LPCSTR lpString2) in lstrcmpiA() function
|
/reactos/dll/win32/t2embed/ |
H A D | main.c | 142 if (!lstrcmpiA(name, facename)) in TTIsEmbeddingEnabledForFacename()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | ole_server.c | 399 if (!lstrcmpiA(argv[2], "-Embedding")) in START_TEST() 405 if (!lstrcmpiA(argv[2], "-server")) in START_TEST()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | monitor.c | 196 (!lstrcmpiA(buffer, device_id_prefix) && in test_enumdisplaydevices_monitor() 204 …ok(!lstrcmpiA(buffer, device_id_prefix), "#%d wrong DeviceID : %s\n", monitor_index, device->Devic… in test_enumdisplaydevices_monitor() 211 …ok(!lstrcmpiA(buffer, device_key_prefix), "#%d: wrong DeviceKey : %s\n", monitor_index, device->De… in test_enumdisplaydevices_monitor()
|
/reactos/dll/win32/propsys/ |
H A D | propvar.c | 287 if (!lstrcmpiA(propvarIn->u.pszVal, "true") || !lstrcmpA(propvarIn->u.pszVal, "#TRUE#")) in PropVariantToBoolean() 293 … if (!lstrcmpiA(propvarIn->u.pszVal, "false") || !lstrcmpA(propvarIn->u.pszVal, "#FALSE#")) in PropVariantToBoolean() 898 res = lstrcmpiA(propvar1->u.pszVal, propvar2_converted->u.pszVal); in PropVariantCompareEx()
|
/reactos/dll/win32/inetcomm/ |
H A D | mimeole.c | 570 if(!lstrcmpiA(*ptr, prop->name)) in read_prop() 582 if(!lstrcmpiA(*ptr, prop_entry->prop.name)) in read_prop() 881 else if(!lstrcmpiA(name, header->prop->name)) in find_prop() 904 else if(!lstrcmpiA(name, prop_def->name)) in find_default_prop() 1101 if(!ISPIDSTR(pszName) && !lstrcmpiA(pszName, "att:pri-content-type")) in MimeBody_GetProp() 1154 else if(!lstrcmpiA(pszName, prop_entry->prop.name)) in MimeBody_SetProp() 1239 found = !lstrcmpiA(pszName, cursor->prop->name); in MimeBody_DeleteProp() 1372 if(lstrcmpiA(pri, pszPriType)) return S_FALSE; in MimeBody_IsContentType() 1379 if(lstrcmpiA(sub, pszSubType)) return S_FALSE; in MimeBody_IsContentType() 2187 if(!lstrcmpiA(param_info[i].pszName, "boundary")) in create_sub_body()
|
/reactos/modules/rostests/apitests/imm32/ |
H A D | himc.c | 180 if (lstrcmpiA(pszClass, "BUTTON") == 0) in Test2()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | oid.c | 435 ok(!lstrcmpiA(ptr, bogusDll_A), "Unexpected dll\n"); in test_registerDefaultOIDFunction() 437 ok(!lstrcmpiA(ptr, bogus2Dll_A), "Unexpected dll\n"); in test_registerDefaultOIDFunction()
|