/reactos/modules/rostests/apitests/kernel32/ |
H A D | CreateProcess.c | 31 wine_dbgstr_wn(StaticString->Buffer, StaticString->Length / sizeof(WCHAR)), in START_TEST() 32 wine_dbgstr_wn(CompareString.Buffer, CompareString.Length / sizeof(WCHAR))); in START_TEST()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | directory.c | 244 wine_dbgstr_wn(mask->Buffer, mask->Length/sizeof(WCHAR) )); in test_flags_NtQueryDirectoryFile() 545 "incorrect long file name: %s\n", wine_dbgstr_wn(fbdi->FileName, in test_NtQueryDirectoryFile() 568 wine_dbgstr_wn(fbdi->FileName, fbdi->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() 570 wine_dbgstr_wn(fbdi->FileName, fbdi->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() 607 wine_dbgstr_wn(fbdi->FileName, fbdi->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() 614 wine_dbgstr_wn(next->FileName, next->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() 629 wine_dbgstr_wn(fbdi->FileName, fbdi->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() 659 wine_dbgstr_wn(fbdi->FileName, fbdi->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() 665 wine_dbgstr_wn(next->FileName, next->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() 682 wine_dbgstr_wn(names->FileName, names->FileNameLength/sizeof(WCHAR))); in test_NtQueryDirectoryFile() [all …]
|
H A D | rtlstr.c | 2508 … i, wine_dbgstr_wn(buffer, bytes_out / sizeof(WCHAR)), wine_dbgstr_w(utf8_to_unicode[i].expected)); in test_RtlUTF8ToUnicodeN() 2526 … i, wine_dbgstr_wn(buffer, bytes_out / sizeof(WCHAR)), wine_dbgstr_w(utf8_to_unicode[i].expected)); in test_RtlUTF8ToUnicodeN()
|
H A D | reg.c | 1761 wine_dbgstr_wn(str.Buffer, str.Length/sizeof(WCHAR)), in test_NtQueryKey() 1762 wine_dbgstr_wn(winetestpath.Buffer, winetestpath.Length/sizeof(WCHAR))); in test_NtQueryKey()
|
/reactos/sdk/include/reactos/wine/ |
H A D | debug.h | 177 extern const char *wine_dbgstr_wn( const WCHAR *s, int n ); 194 return wine_dbgstr_wn( s, -1 ); in wine_dbgstr_w() 387 static __inline const char *debugstr_wn( const WCHAR *s, int n ) { return wine_dbgstr_wn( s, n ); } in debugstr_wn() 390 static __inline const char *debugstr_w( const WCHAR *s ) { return wine_dbgstr_wn( s, -1 ); } in debugstr_w()
|
H A D | test.h | 79 extern const char *wine_dbgstr_wn( const WCHAR *str, intptr_t n ); 90 static inline const char *debugstr_w( const WCHAR *s ) { return wine_dbgstr_wn( s, -1 ); } in debugstr_w() 91 static inline const char *debugstr_wn( const WCHAR *s, int n ) { return wine_dbgstr_wn( s, n ); } in debugstr_wn() 93 static inline const char *wine_dbgstr_w( const WCHAR *s ) { return wine_dbgstr_wn( s, -1 ); } in wine_dbgstr_w() 702 const char *wine_dbgstr_wn( const WCHAR *str, intptr_t n ) in wine_dbgstr_wn() function
|
/reactos/dll/win32/windowscodecs/ |
H A D | metadataquery.c | 177 WARN("type %s is not recognized\n", wine_dbgstr_wn(str->str, str->len)); in map_type() 189 TRACE("%s, len %d\n", wine_dbgstr_wn(elem->str, elem->len), elem->len); in get_token() 220 TRACE("indexed %s [%d]\n", wine_dbgstr_wn(elem->str, elem->len), *idx); in get_token() 235 TRACE("type %s => %d\n", wine_dbgstr_wn(next_elem.str, next_elem.len), vt); in get_token() 296 TRACE("id %s [%d]\n", wine_dbgstr_wn(elem->str, elem->len), *idx); in get_token() 358 TRACE("id %s [%d]\n", wine_dbgstr_wn(elem->str, elem->len), *idx); in get_token() 499 …TRACE("parsed %d characters: %s, index %d\n", elem.len, wine_dbgstr_wn(elem.str, elem.len), index); in mqr_GetMetadataByName()
|
/reactos/modules/rostests/apitests/rtl/ |
H A D | testlist.c | 2 #define wine_dbgstr_wn wine_dbgstr_wn_ macro
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | change.c | 885 "FileName = %s\n", wine_dbgstr_wn(fni->FileName, fni->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr() 905 "FileName = %s\n", wine_dbgstr_wn(fni->FileName, fni->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr() 921 "FileName = %s\n", wine_dbgstr_wn(fni->FileName, fni->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr() 937 "FileName = %s\n", wine_dbgstr_wn(fni->FileName, fni->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr() 961 … "FileName = %s\n", wine_dbgstr_wn(fni->FileName, fni->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr() 969 … "FileName = %s\n", wine_dbgstr_wn(fni_next->FileName, fni_next->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr() 1002 "FileName = %s\n", wine_dbgstr_wn(fni->FileName, fni->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr() 1020 … "FileName = %s\n", wine_dbgstr_wn(fni_next->FileName, fni_next->FileNameLength/sizeof(WCHAR))); in test_readdirectorychanges_cr()
|
H A D | codepage.c | 902 i, wine_dbgstr_wn(expected, expected_len + 1), wine_dbgstr_wn(output, expected_len + 1)); in test_utf7_decoding() 955 i, wine_dbgstr_wn(expected, expected_len + 1), wine_dbgstr_wn(output, expected_len + 1)); in test_utf7_decoding() 981 i, wine_dbgstr_wn(tests[i].expected_dst, tests[i].chars_written + 1), in test_utf7_decoding() 982 wine_dbgstr_wn(tests[i].dst, tests[i].chars_written + 1)); in test_utf7_decoding()
|
H A D | locale.c | 4289 "%d) buf = %s\n", i, wine_dbgstr_wn(buf, ret)); in test_IdnToNameprepUnicode() 4359 "%d) buf = %s\n", i, wine_dbgstr_wn(buf, ret)); in test_IdnToAscii() 4435 "%d) buf = %s\n", i, wine_dbgstr_wn(buf, ret)); in test_IdnToUnicode()
|
/reactos/modules/rostests/apitests/crt/ |
H A D | static_crt_apitest.cmake | 43 …itest PRIVATE TEST_STATIC_CRT _CRTBLD wine_dbgstr_an=wine_dbgstr_an_ wine_dbgstr_wn=wine_dbgstr_wn…
|
/reactos/sdk/lib/rtl/ |
H A D | wine_debug.c | 119 const char *wine_dbgstr_wn( const WCHAR *str, int n ) in wine_dbgstr_wn() function
|
/reactos/modules/rostests/apitests/partmgr/ |
H A D | StorDeviceNumber.c | 14 return wine_dbgstr_wn(us->Buffer, us->Length / sizeof(WCHAR)); in wine_dbgstr_us()
|
/reactos/dll/win32/dbghelp/ |
H A D | compat.c | 367 const char *wine_dbgstr_wn( const WCHAR *str, int n ) in wine_dbgstr_wn() function
|
H A D | compat.h | 47 extern const char *wine_dbgstr_wn( const WCHAR *s, int n ); 56 static __inline const char *debugstr_wn( const WCHAR *s, int n ) { return wine_dbgstr_wn( s, n ); } in debugstr_wn() 58 static __inline const char *debugstr_w( const WCHAR *s ) { return wine_dbgstr_wn( s, -1 ); } in debugstr_w() 59 static __inline const char *wine_dbgstr_w( const WCHAR *s ){return wine_dbgstr_wn( s, -1 );} in wine_dbgstr_w()
|
/reactos/sdk/lib/3rdparty/libwine/ |
H A D | debug.c | 546 const char *wine_dbgstr_wn( const WCHAR *s, int n ) in wine_dbgstr_wn() function
|
/reactos/modules/rostests/winetests/oleacc/ |
H A D | main.c | 438 wine_dbgstr_wn(buf, ret), wine_dbgstr_wn(ptr, ret)); in test_GetStateText()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 2084 … "%u: wrong data %s\n", i, wine_dbgstr_wn( data, (test_data[i].len + 1) / sizeof(WCHAR) )); in test_string_data() 2117 ok( !memcmp( data, bufferW, len ), "%u: wrong data %s\n", i, wine_dbgstr_wn( data, len2 )); in test_string_data_process() 2128 "%u: wrong data %s\n", i, wine_dbgstr_wn( data, (len + 1) / sizeof(WCHAR) )); in test_string_data_process()
|
/reactos/modules/rostests/winetests/odbccp32/ |
H A D | misc.c | 396 "incorrect string '%s'\n", wine_dbgstr_wn(buffer, ret)); in test_SQLGetPrivateProfileStringW()
|
/reactos/win32ss/user/user32/windows/ |
H A D | messagebox.c | 1048 ERR("MessageBox: %s\n", wine_dbgstr_wn(lpMsgBoxParams->lpszText, textlen)); in SoftModalMessageBox()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | registry.c | 285 wine_dbgstr_wn((WCHAR*)value, cbData / sizeof(WCHAR)), cbData, in _test_hkey_main_Value_W() 286 wine_dbgstr_wn(string, full_byte_len / sizeof(WCHAR)), full_byte_len); in _test_hkey_main_Value_W() 2019 … wine_dbgstr_wn(classbufferW, sizeof(classbufferW) / sizeof(WCHAR)), wine_dbgstr_w(expectbufferW)); in test_reg_query_info() 2030 … wine_dbgstr_wn(classbufferW, sizeof(classbufferW) / sizeof(WCHAR)), wine_dbgstr_w(expectbufferW)); in test_reg_query_info()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtMapViewOfSection.c | 771 …skip("Failed to open file %s\n", wine_dbgstr_wn(FileName.Buffer, FileName.Length / sizeof(WCHAR))); in Test_ImageSection()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | tmarshal.c | 1302 … ok(!memcmp(in, test_bstr1, len), "Got string %s.\n", wine_dbgstr_wn(in, len / sizeof(WCHAR))); in Widget_bstr() 2420 ok(!memcmp(out, test_bstr4, len), "Got string %s.\n", wine_dbgstr_wn(out, len)); in test_marshal_bstr() 2434 ok(!memcmp(out, test_bstr4, len), "Got string %s.\n", wine_dbgstr_wn(out, len)); in test_marshal_bstr()
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | saxreader.c | 139 …ok_(file, line) (lenexp == len, "len %d (%s), expected %d (%s)\n", len, wine_dbgstr_wn(str, len), … in test_saxstr() 142 …ok_(file, line) (lenexp == len, "len %d (%s), expected %d (%s)\n", len, wine_dbgstr_wn(str, len), … in test_saxstr() 155 wine_dbgstr_wn(str, len), expected); in test_saxstr() 159 wine_dbgstr_wn(str, len), expected); in test_saxstr()
|