Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 12 of 12) sorted by relevance

/reactos/base/applications/taskmgr/
H A Dprocpage.c778 WCHAR text2[260]; in ProcessPageCompareFunc() local
801 PerfDataGetImageName(IndexParam2, text2, _countof(text2)); in ProcessPageCompareFunc()
802 ret = _wcsicmp(text1, text2); in ProcessPageCompareFunc()
813 PerfDataGetUserName(IndexParam2, text2, _countof(text2)); in ProcessPageCompareFunc()
814 ret = _wcsicmp(text1, text2); in ProcessPageCompareFunc()
819 PerfDataGetCommandLine(IndexParam2, text2, _countof(text2)); in ProcessPageCompareFunc()
820 ret = _wcsicmp(text1, text2); in ProcessPageCompareFunc()
/reactos/modules/rostests/winetests/riched32/
H A Deditor.c134 static const char text2[] = "aaa\r\nbbb\r\nccc\r\nddd\r\neee\r\n"; in test_WM_GETTEXTLENGTH() local
145 SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text2); in test_WM_GETTEXTLENGTH()
147 ok(result == lstrlenA(text2), in test_WM_GETTEXTLENGTH()
149 result, lstrlenA(text2)); in test_WM_GETTEXTLENGTH()
597 const char * text2 = "foo bar\rfoo bar"; in test_EM_GETSELTEXT() local
610 SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text2); in test_EM_GETSELTEXT()
/reactos/dll/3rdparty/libpng/docs/
H A Dexample.c878 char text2[] = "<long text>";
880 text_ptr[2].text = text2;
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dorders.h291 TEXT2_ORDER text2; member
H A Dorders.c1362 process_text2(This, s, &os->text2, present, delta); in process_orders()
/reactos/base/applications/mstsc/
H A Dorders.h287 TEXT2_ORDER text2; member
H A Dorders.c1430 process_text2(s, &os->text2, present, delta); in process_orders()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c1688 SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text2); in test_WM_GETTEXT()
1706 result == lstrlenA(text2) - 1, /* XP, win2k3 */ in test_WM_GETTEXT()
1708 result = strcmp(buffer,text2); in test_WM_GETTEXT()
1710 result = strncmp(buffer, text2, lstrlenA(text2) - 1); /* XP, win2k3 */ in test_WM_GETTEXT()
1721 const char * text2 = "foo bar\rfoo bar"; in test_EM_GETTEXTRANGE() local
1736 SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text2); in test_EM_GETTEXTRANGE()
1805 const char * text2 = "foo bar\rfoo bar"; in test_EM_GETSELTEXT() local
1817 SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text2); in test_EM_GETSELTEXT()
5436 const char* text2 = "testing paste\r\rtesting paste"; in test_WM_PASTE() local
5460 SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text2); in test_WM_PASTE()
[all …]
/reactos/modules/rostests/winetests/msxml3/
H A Ddomdoc.c7532 IXMLDOMText *text, *text2; in test_splitText() local
7610 text2 = (void*)0xdeadbeef; in test_splitText()
7612 hr = IXMLDOMText_splitText(text, -1, &text2); in test_splitText()
7614 ok(text2 == (void*)0xdeadbeef, "got %p\n", text2); in test_splitText()
7616 text2 = (void*)0xdeadbeef; in test_splitText()
7620 ok(text2 == 0, "got %p\n", text2); in test_splitText()
7622 text2 = (void*)0xdeadbeef; in test_splitText()
7626 ok(text2 == 0, "got %p\n", text); in test_splitText()
7628 text2 = 0; in test_splitText()
7629 hr = IXMLDOMText_splitText(text, 4, &text2); in test_splitText()
[all …]
/reactos/modules/rostests/winetests/comctl32/
H A Dtab.c229 text2[] = "Wide Tab 2", in create_tabcontrol() local
244 tcNewTab.pszText = text2; in create_tabcontrol()
H A Dlistview.c998 text2[] = "Text2", in test_checkboxes() local
1059 item.pszText = text2; in test_checkboxes()
/reactos/modules/rostests/winetests/mshtml/
H A Ddom.c913 IHTMLDOMTextNode2 *text2; in _get_text2_iface() local
916 hres = IUnknown_QueryInterface(unk, &IID_IHTMLDOMTextNode2, (void**)&text2); in _get_text2_iface()
918 return text2; in _get_text2_iface()