Home
last modified time | relevance | path

Searched refs:wine_dbgstr_wn (Results 1 – 25 of 30) sorted by relevance

12

/reactos/modules/rostests/apitests/kernel32/
H A DCreateProcess.c31 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 Ddirectory.c244 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 Drtlstr.c2508 … 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 Dreg.c1761 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 Ddebug.h177 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 Dtest.h79 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 Dmetadataquery.c177 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 Dtestlist.c2 #define wine_dbgstr_wn wine_dbgstr_wn_ macro
/reactos/modules/rostests/winetests/kernel32/
H A Dchange.c885 "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 Dcodepage.c902 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 Dlocale.c4289 "%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 Dstatic_crt_apitest.cmake43 …itest PRIVATE TEST_STATIC_CRT _CRTBLD wine_dbgstr_an=wine_dbgstr_an_ wine_dbgstr_wn=wine_dbgstr_wn…
/reactos/sdk/lib/rtl/
H A Dwine_debug.c119 const char *wine_dbgstr_wn( const WCHAR *str, int n ) in wine_dbgstr_wn() function
/reactos/modules/rostests/apitests/partmgr/
H A DStorDeviceNumber.c14 return wine_dbgstr_wn(us->Buffer, us->Length / sizeof(WCHAR)); in wine_dbgstr_us()
/reactos/dll/win32/dbghelp/
H A Dcompat.c367 const char *wine_dbgstr_wn( const WCHAR *str, int n ) in wine_dbgstr_wn() function
H A Dcompat.h47 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 Ddebug.c546 const char *wine_dbgstr_wn( const WCHAR *s, int n ) in wine_dbgstr_wn() function
/reactos/modules/rostests/winetests/oleacc/
H A Dmain.c438 wine_dbgstr_wn(buf, ret), wine_dbgstr_wn(ptr, ret)); in test_GetStateText()
/reactos/modules/rostests/winetests/user32/
H A Dclipboard.c2084 … "%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 Dmisc.c396 "incorrect string '%s'\n", wine_dbgstr_wn(buffer, ret)); in test_SQLGetPrivateProfileStringW()
/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c1048 ERR("MessageBox: %s\n", wine_dbgstr_wn(lpMsgBoxParams->lpszText, textlen)); in SoftModalMessageBox()
/reactos/modules/rostests/winetests/advapi32/
H A Dregistry.c285 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()
2019wine_dbgstr_wn(classbufferW, sizeof(classbufferW) / sizeof(WCHAR)), wine_dbgstr_w(expectbufferW)); in test_reg_query_info()
2030wine_dbgstr_wn(classbufferW, sizeof(classbufferW) / sizeof(WCHAR)), wine_dbgstr_w(expectbufferW)); in test_reg_query_info()
/reactos/modules/rostests/apitests/ntdll/
H A DNtMapViewOfSection.c771 …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 Dtmarshal.c1302 … 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 Dsaxreader.c139 …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()

12