/reactos/modules/rostests/winetests/devenum/ |
H A D | devenum.c | 47 static const WCHAR backslashW[] = {'\\',0}; variable 581 lstrcatW(buffer, backslashW); in test_legacy_filter() 648 lstrcatW(buffer, backslashW); in test_dsound() 667 lstrcatW(buffer, backslashW); in test_dsound() 740 lstrcatW(buffer, backslashW); in test_waveout() 763 lstrcatW(buffer, backslashW); in test_waveout() 826 lstrcatW(buffer, backslashW); in test_wavein() 849 lstrcatW(buffer, backslashW); in test_wavein() 917 lstrcatW(buffer, backslashW); in test_midiout() 987 lstrcatW(buffer, backslashW); in test_vfw()
|
/reactos/dll/directx/wine/devenum/ |
H A D | devenum_private.h | 83 static const WCHAR backslashW[] = {'\\',0}; variable
|
H A D | mediacatenum.c | 350 lstrcatW(rpb->path, backslashW); in create_PropertyBag() 355 lstrcatW(rpb->path, backslashW); in create_PropertyBag() 365 lstrcatW(rpb->path, backslashW); in create_PropertyBag() 732 lstrcatW(buffer, backslashW); in DEVENUM_IMediaCatMoniker_GetDisplayName() 1030 lstrcatW(buffer, backslashW); in create_EnumMoniker()
|
H A D | createdevenum.c | 131 lstrcatW(buffer, backslashW); in register_codec() 457 lstrcatW(wszRegKey, backslashW); in register_legacy_filters()
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | printerdrivers.c | 21 static const WCHAR backslashW[] = {'\\',0}; variable 105 StringCbCatW(wszDriverPath, sizeof(wszDriverPath), backslashW); in InitializePrinterDrivers() 901 lstrcatW(fullname, backslashW); in driver_load() 972 lstrcatW(apd.src, backslashW); in myAddPrinterDriverEx() 975 lstrcatW(apd.dst, backslashW); in myAddPrinterDriverEx()
|
/reactos/dll/win32/sxs/ |
H A D | cache.c | 46 static const WCHAR backslashW[] = {'\\',0}; variable 517 lstrcatW( ret, backslashW ); in build_policy_filename() 652 lstrcatW( dst, backslashW ); in install_assembly() 731 lstrcatW( filename, backslashW ); in uninstall_assembly()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | directory.c | 82 static const WCHAR backslashW[] = {'\\',0}; variable 99 lstrcatW( buf, backslashW ); in set_up_attribute_test() 134 lstrcatW( buf, backslashW ); in tear_down_attribute_test()
|
/reactos/dll/win32/dbghelp/ |
H A D | minidump.c | 329 static const WCHAR backslashW[] = {'\\', '\0'}; in fetch_module_versioninfo() local 340 if (VerQueryValueW(info, backslashW, (void*)&ptr, &len)) in fetch_module_versioninfo()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shelldispatch.c | 124 static const WCHAR backslashW[] = {'\\',0}; in test_namespace() local 316 lstrcatW(tempW, backslashW); in test_namespace()
|
H A D | shlfolder.c | 210 static WCHAR backslashW[] = {'\\',0}; in test_ParseDisplayName() local 269 lstrcatW(buffer, backslashW); in test_ParseDisplayName()
|
/reactos/dll/win32/setupapi/ |
H A D | queue.c | 422 static const WCHAR backslashW[] = {'\\',0}; in extract_cabinet_file() local 435 strcatW(path, backslashW); in extract_cabinet_file()
|
/reactos/modules/rostests/winetests/wbemprox/ |
H A D | query.c | 571 static const WCHAR backslashW[] = {'\\',0}; in test_Win32_ComputerSystem() local 598 lstrcatW( username, backslashW ); in test_Win32_ComputerSystem()
|