Home
last modified time | relevance | path

Searched refs:swprintf (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/reactos/modules/rosapps/applications/fraginator/
H A DReportDialog.cpp32 swprintf (Text, L"%.2f %s", (double)(signed)(Report.DiskSizeBytes / in SetReportInfo()
76 swprintf (Text, L"(%.2f%%)", Report.PercentFragged); in SetReportInfo()
78 swprintf (Text3, L"%s %s", Text, Text2); in SetReportInfo()
82 swprintf (Text, L"%.2f", Report.AverageFragments); in SetReportInfo()
88 swprintf (Text, L"%.2f %s", (double)(signed)(Report.FilesSizeBytes / in SetReportInfo()
117 swprintf (Text, L"%.2f %s", (double)(signed)(Report.FilesSlackBytes / in SetReportInfo()
126 swprintf (Text2, L"(%.2f%%)", Report.PercentSlack); in SetReportInfo()
127 swprintf (Text3, L"%s %s", Text2, Text); in SetReportInfo()
144 swprintf in SetReportInfo()
156 swprintf in SetReportInfo()
[all …]
/reactos/modules/rostests/apitests/ntdll/
H A DRtlDoesFileExists.c231 swprintf(FileName, L"C:\\%ls", CustomPath); in START_TEST()
236 swprintf(FileName, L"C:\\%ls", CustomPath); in START_TEST()
240 swprintf(FileName, L"C:\\%ls\\ThisFolderExists", CustomPath); in START_TEST()
243 swprintf(FileName, L"C:\\%ls\\ThisFolderExists\\ThisFileExists", CustomPath); in START_TEST()
279 swprintf(FileName, L"C:\\%ls\\ThisFolderExists\\With Space", CustomPath); in START_TEST()
284 swprintf(FileName, L"C:\\%ls\\ThisFolderExists\\Without", CustomPath); in START_TEST()
291 swprintf(FileName, Tests[i].FileName, CustomPath); in START_TEST()
339 swprintf(FileName, L"C:\\%ls\\ThisFolderExists\\Without", CustomPath); in START_TEST()
342 swprintf(FileName, L"C:\\%ls\\ThisFolderExists\\With Space", CustomPath); in START_TEST()
352 swprintf(FileName, L"C:\\%ls\\ThisFolderExists", CustomPath); in START_TEST()
[all …]
H A DRtlDosSearchPath_U.c226 swprintf(SearchPath, Tests[i].SearchPath, CustomPath, CustomPath, CustomPath, CustomPath); in RunTestCases()
227 swprintf(FileName, Tests[i].FileName, CustomPath, CustomPath, CustomPath, CustomPath); in RunTestCases()
242swprintf(ResultPath, Tests[i].ResultPath, CustomPath, CustomPath, CustomPath, CustomPath); in RunTestCases()
273 swprintf(FileName, path, CustomPath); \
280 swprintf(FileName, path, CustomPath); \
289 swprintf(FileName, path, CustomPath); \
298 swprintf(FileName, path, CustomPath); \
316 swprintf(FileName, L"C:\\%ls", CustomPath); in START_TEST()
321 swprintf(FileName, L"C:\\%ls", CustomPath); in START_TEST()
H A DNtDeleteKey.c97 swprintf(Buffer, L"\\Registry\\Machine\\Software\\RosTests\\Child%04d", i); in START_TEST()
101 swprintf(Buffer, L"\\Registry\\Machine\\Software\\RosTests\\Child%04d\\Pet", i); in START_TEST()
123 swprintf(Buffer, L"\\Registry\\Machine\\Software\\RosTests\\Child%04d\\Pet", i); in START_TEST()
128 swprintf(Buffer, L"\\Registry\\Machine\\Software\\RosTests\\Child%04d", i); in START_TEST()
/reactos/base/applications/cmdutils/tree/
H A Dtree.c139 swprintf(str, L"+---%s", arrFolder[i].cFileName); in DrawTree()
141 swprintf(str, L"\x251C\x2500\x2500\x2500%s", arrFolder[i].cFileName); in DrawTree()
150 swprintf(str, L"| %s", arrFolder[i].cFileName); in DrawTree()
152 swprintf(str, L"\x2502 %s", arrFolder[i].cFileName); in DrawTree()
157 swprintf(str, L" %s", arrFolder[i].cFileName); in DrawTree()
167 swprintf(str, L"\\---%s", arrFolder[i].cFileName); in DrawTree()
169 swprintf(str, L"\x2514\x2500\x2500\x2500%s", arrFolder[i].cFileName); in DrawTree()
177 swprintf(str, L"| %s", arrFolder[i].cFileName); in DrawTree()
179 swprintf(str, L"\x2502 %s", arrFolder[i].cFileName); in DrawTree()
184 swprintf(str, L" %s", arrFolder[i].cFileName); in DrawTree()
/reactos/base/services/tcpsvcs/
H A Dskelserver.c87 swprintf(logBuf, in AcceptConnections()
94 swprintf(logBuf, L"Creating worker thread for %s", lpName); in AcceptConnections()
106 swprintf(logBuf, L"Failed to start worker thread for the %s server", in AcceptConnections()
152 swprintf(logBuf, L"FYI, received %d unexpected bytes during shutdown", ret); in ShutdownConnection()
173 swprintf(logBuf, L"Starting %s server", pServices->lpName); in StartServer()
181 swprintf(logBuf, in StartServer()
195 swprintf(logBuf, L"Exiting %s thread", pServices->lpName); in StartServer()
/reactos/dll/directx/bdaplgin/
H A Ddevicecontrol.cpp135swprintf(Buffer, L"CBDADeviceControl::StartChanges: hr %lx, BytesReturned %lu\n", hr, BytesReturne… in StartChanges()
161swprintf(Buffer, L"CBDADeviceControl::CheckChanges: hr %lx, BytesReturned %lu\n", hr, BytesReturne… in CheckChanges()
187swprintf(Buffer, L"CBDADeviceControl::CommitChanges: hr %lx, BytesReturned %lu\n", hr, BytesReturn… in CommitChanges()
232swprintf(Buffer, L"CBDADeviceControl::GetNodeTypes: hr %lx, BytesReturned %lu\n", hr, BytesReturne… in GetNodeTypes()
239swprintf(Buffer, L"CBDADeviceControl::GetPinTypes: Index %lu Value %lx\n", Index, rgulNodeTypes[In… in GetNodeTypes()
269swprintf(Buffer, L"CBDADeviceControl::GetNodeDescriptors: hr %lx, BytesReturned %lu\n", hr, BytesR… in GetNodeDescriptors()
326swprintf(Buffer, L"CBDADeviceControl::GetNodeInterfaces: Index %lu Name %s\n", Index, pstr); in GetNodeInterfaces()
355swprintf(Buffer, L"CBDADeviceControl::GetPinTypes: hr %lx, BytesReturned %lu\n", hr, BytesReturned… in GetPinTypes()
362swprintf(Buffer, L"CBDADeviceControl::GetPinTypes: Index %lu Value %lx\n", Index, rgulPinTypes[Ind… in GetPinTypes()
444swprintf(Buffer, L"CBDADeviceControl::CreateTopology: hr %lx, BytesReturned %lu\n", hr, BytesRetur… in CreateTopology()
[all …]
H A Ddigitaldemo.cpp88 swprintf(Buffer, L"CBDADigitalDemodulator::QueryInterface: NoInterface for %s", lpstr); in QueryInterface()
114swprintf(Buffer, L"CBDADigitalDemodulator::put_ModulationType: pModulationType %lu hr %lx\n", *pMo… in put_ModulationType()
145swprintf(Buffer, L"CBDADigitalDemodulator::put_InnerFECMethod: pFECMethod %lu hr %lx\n", *pFECMeth… in put_InnerFECMethod()
175swprintf(Buffer, L"CBDADigitalDemodulator::put_InnerFECRate: pFECRate %lu hr %lx\n", *pFECRate, hr… in put_InnerFECRate()
205swprintf(Buffer, L"CBDADigitalDemodulator::put_OuterFECMethod: pFECMethod %lu hr %lx\n", *pFECMeth… in put_OuterFECMethod()
235swprintf(Buffer, L"CBDADigitalDemodulator::put_OuterFECRate: pFECRate %lu hr %lx\n", *pFECRate, hr… in put_OuterFECRate()
265swprintf(Buffer, L"CBDADigitalDemodulator::put_SymbolRate: pSymbolRate %lu hr %lx\n", *pSymbolRate… in put_SymbolRate()
295swprintf(Buffer, L"CBDADigitalDemodulator::put_SpectralInversion: pSpectralInversion %lu hr %lx\n"… in put_SpectralInversion()
H A Dsignalstatistics.cpp109swprintf(Buffer, L"CBDASignalStatistics::get_SignalStrength: m_NodeId %lu hr %lx, BytesReturned %l… in get_SignalStrength()
140swprintf(Buffer, L"CBDASignalStatistics::get_SignalQuality: m_NodeId %lu hr %lx, BytesReturned %lu… in get_SignalQuality()
175swprintf(Buffer, L"CBDASignalStatistics::get_SignalPresent: m_NodeId %lu hr %lx, BytesReturned %lu… in get_SignalPresent()
209swprintf(Buffer, L"CBDASignalStatistics::get_SignalLocked: m_NodeId %lu hr %lx, BytesReturned %lu … in get_SignalLocked()
232 swprintf(Buffer, L"CBDASignalStatistics::put_SampleTime: m_NodeId %lu hr %lx\n", m_NodeId, hr); in put_SampleTime()
256swprintf(Buffer, L"CBDASignalStatistics::get_SampleTime: m_NodeId %lu hr %lx, BytesReturned %lu \n… in get_SampleTime()
H A Dfrequencyfilter.cpp86 swprintf(Buffer, L"CControlNode::QueryInterface: NoInterface for %s", lpstr); in QueryInterface()
125swprintf(Buffer, L"CBDAFrequencyFilter::put_Frequency: m_NodeId %lu ulFrequency %lu hr %lx\n", m_N… in put_Frequency()
155swprintf(Buffer, L"CBDAFrequencyFilter::put_Polarity: m_NodeId %lu Polarity %lu hr %lx\n", m_NodeI… in put_Polarity()
185swprintf(Buffer, L"CBDAFrequencyFilter::put_Range: m_NodeId %lu ulRange %lu hr %lx\n", m_NodeId, u… in put_Range()
215swprintf(Buffer, L"CBDAFrequencyFilter::put_Bandwidth: m_NodeId %lu ulBandwidth %lu hr %lx\n", m_N… in put_Bandwidth()
244swprintf(Buffer, L"CBDAFrequencyFilter::put_FrequencyMultiplier: m_NodeId %lu ulMultiplier %lu hr … in put_FrequencyMultiplier()
H A Dcontrolnode.cpp81 swprintf(Buffer, L"CControlNode::QueryInterface: NoInterface for %s", lpstr); in QueryInterface()
105 swprintf(Buffer, L"%u", PinId); in CControlNode_fnConstructor()
113 swprintf(Buffer, L"CControlNode_fnConstructor failed find pin %lu with %lx\n", PinId, hr); in CControlNode_fnConstructor()
125 swprintf(Buffer, L"CControlNode_fnConstructor get IID_IKsObject status %lx\n", hr); in CControlNode_fnConstructor()
H A Dlnbinfo.cpp81 swprintf(Buffer, L"CBDALNBInfo::QueryInterface: NoInterface for %s", lpstr); in QueryInterface()
105swprintf(Buffer, L"CBDALNBInfo::put_LocalOscillatorFrequencyLowBand: m_NodeId %lu ulLOFLow %lu hr … in put_LocalOscillatorFrequencyLowBand()
135swprintf(Buffer, L"CBDALNBInfo::put_LocalOscillatorFrequencyHighBand: m_NodeId %lu ulLOFHigh %lu h… in put_LocalOscillatorFrequencyHighBand()
165swprintf(Buffer, L"CBDALNBInfo::put_HighLowSwitchFrequency: m_NodeId %lu ulSwitchFrequency %lu hr … in put_HighLowSwitchFrequency()
/reactos/drivers/bus/pci/
H A Dpci.c289 swprintf(Buffer, in PciCreateDeviceIDString()
322 Index += swprintf(&Buffer[Index], in PciCreateHardwareIDsString()
331 Index += swprintf(&Buffer[Index], in PciCreateHardwareIDsString()
339 Index += swprintf(&Buffer[Index], in PciCreateHardwareIDsString()
348 Index += swprintf(&Buffer[Index], in PciCreateHardwareIDsString()
374 Index += swprintf(&Buffer[Index], in PciCreateCompatibleIDsString()
381 Index += swprintf(&Buffer[Index], in PciCreateCompatibleIDsString()
387 Index += swprintf(&Buffer[Index], in PciCreateCompatibleIDsString()
395 Index += swprintf(&Buffer[Index], in PciCreateCompatibleIDsString()
402 Index += swprintf(&Buffer[Index], in PciCreateCompatibleIDsString()
[all …]
/reactos/drivers/hid/hidclass/
H A Dpdo.c212 …Offset += swprintf(&Buffer[Offset], L"HID\\Vid_%04x&Pid_%04x&Col%02x", PDODeviceExtension->Common.… in HidClassPDO_HandleQueryHardwareId()
219 …Offset = swprintf(&Buffer[Offset], L"HID\\Vid_%04x&Pid_%04x&Rev_%04x", PDODeviceExtension->Common.… in HidClassPDO_HandleQueryHardwareId()
220 …Offset += swprintf(&Buffer[Offset], L"HID\\Vid_%04x&Pid_%04x", PDODeviceExtension->Common.Attribut… in HidClassPDO_HandleQueryHardwareId()
238 Offset += swprintf(&Buffer[Offset], L"HID_DEVICE_SYSTEM_MOUSE") + 1; in HidClassPDO_HandleQueryHardwareId()
245 Offset += swprintf(&Buffer[Offset], L"HID_DEVICE_SYSTEM_GAME") + 1; in HidClassPDO_HandleQueryHardwareId()
252 Offset += swprintf(&Buffer[Offset], L"HID_DEVICE_SYSTEM_KEYBOARD") + 1; in HidClassPDO_HandleQueryHardwareId()
258 Offset += swprintf(&Buffer[Offset], L"HID_DEVICE_SYSTEM_CONTROL") + 1; in HidClassPDO_HandleQueryHardwareId()
267 Offset += swprintf(&Buffer[Offset], L"HID_DEVICE_SYSTEM_CONSUMER") + 1; in HidClassPDO_HandleQueryHardwareId()
273 …Offset += swprintf(&Buffer[Offset], L"HID_DEVICE_UP:%04x_U:%04x", CollectionDescription->UsagePage… in HidClassPDO_HandleQueryHardwareId()
278 Offset +=swprintf(&Buffer[Offset], L"HID_DEVICE") + 1; in HidClassPDO_HandleQueryHardwareId()
[all …]
/reactos/dll/directx/msvidctl/
H A Dtunerequest.cpp29 swprintf(Buffer, L"CTuneRequest::Release : m_TuningSpace %p delete\n", m_TuningSpace); in Release()
116 swprintf(Buffer, L"CTuneRequest::QueryInterface: NoInterface for %s", lpstr); in QueryInterface()
189 swprintf(Buffer, L"CTuneRequest::Clone %p\n", NewTuneRequest); in Clone()
241 swprintf(Buffer, L"CTuneRequest::put_ONID : %lu\n", ONID); in put_ONID()
267 swprintf(Buffer, L"CTuneRequest::put_TSID : %lu\n", TSID); in put_TSID()
293 swprintf(Buffer, L"CTuneRequest::put_SID : %lu\n", SID); in put_SID()
316 swprintf(Buffer, L"CTuneRequest_fnConstructor riid %s pUnknown %p\n", lpstr, pUnknown); in CTuneRequest_fnConstructor()
/reactos/dll/win32/fusion/
H A Dasmenum.c194 swprintf(buf, star_prefix_fmt, path, prefix); in build_file_mask()
196 swprintf(buf, star_fmt, path); in build_file_mask()
205 swprintf(buf, ss_fmt, path, disp); in build_file_mask()
207 swprintf(buf, ss_fmt, path, star); in build_file_mask()
226 swprintf(version, ver_fmt, major, minor, build, revision); in build_file_mask()
241 swprintf(buf, ssss_fmt, path, prefix, verptr, pubkeyptr); in build_file_mask()
243 swprintf(buf, sss_fmt, path, verptr, pubkeyptr); in build_file_mask()
348 swprintf(asmpath, path_fmt, path, ffd.cFileName, parent); in enum_gac_assemblies()
360 swprintf(disp, name_fmt, parent, version, token); in enum_gac_assemblies()
388 swprintf(buf, ss_fmt, path, ffd.cFileName); in enum_gac_assemblies()
/reactos/drivers/usb/usbccgp/
H A Dfunction.c388 …Index = swprintf(Buffer, L"USB\\VID_%04x&PID_%04x&Rev_%04x&MI_%02x", FDODeviceExtension->DeviceDes… in USBCCGP_InitFunctionDescriptor()
392 …Index += swprintf(&Buffer[Index], L"USB\\VID_%04x&PID_%04x&MI_%02x", FDODeviceExtension->DeviceDes… in USBCCGP_InitFunctionDescriptor()
415 …Index = swprintf(Buffer, L"USB\\Class_%02x&SubClass_%02x&Prot_%02x", Descriptor->bFunctionClass, D… in USBCCGP_InitFunctionDescriptor()
416 …Index += swprintf(&Buffer[Index], L"USB\\Class_%02x&SubClass_%02x", Descriptor->bFunctionClass, D… in USBCCGP_InitFunctionDescriptor()
417 Index += swprintf(&Buffer[Index], L"USB\\Class_%02x", Descriptor->bFunctionClass) + 1; in USBCCGP_InitFunctionDescriptor()
552 …Index = swprintf(Buffer, L"USB\\VID_%04x&PID_%04x&Rev_%04x&MI_%02x", FDODeviceExtension->DeviceDes… in USBCCG_InitIdsWithInterfaceDescriptor()
556 …Index += swprintf(&Buffer[Index], L"USB\\VID_%04x&PID_%04x&MI_%02x", FDODeviceExtension->DeviceDes… in USBCCG_InitIdsWithInterfaceDescriptor()
579 …Index = swprintf(Buffer, L"USB\\Class_%02x&SubClass_%02x&Prot_%02x", Descriptor->bInterfaceClass, … in USBCCG_InitIdsWithInterfaceDescriptor()
580 …Index += swprintf(&Buffer[Index], L"USB\\Class_%02x&SubClass_%02x", Descriptor->bInterfaceClass, … in USBCCG_InitIdsWithInterfaceDescriptor()
581 Index += swprintf(&Buffer[Index], L"USB\\Class_%02x", Descriptor->bInterfaceClass) + 1; in USBCCG_InitIdsWithInterfaceDescriptor()
/reactos/base/applications/fontview/
H A Ddisplay.c81 swprintf(szCaption, L"%s%s", pData->szTypeFaceName, pData->szFormat); in Display_DrawText()
96 swprintf(szCaption, L"abcdefghijklmnopqrstuvwxyz"); in Display_DrawText()
100 swprintf(szCaption, L"ABCDEFGHIJKLMNOPQRSTUVWXYZ"); in Display_DrawText()
104 swprintf(szCaption, L"0123456789.:,;(\"~!@#$%%^&*')"); in Display_DrawText()
122 swprintf(szSize, L"%d", pData->nSizes[i]); in Display_DrawText()
202 swprintf(pData->szFormat, L" (OpenType)"); in Display_SetTypeFace()
204 swprintf(pData->szFormat, L" (TrueType)"); in Display_SetTypeFace()
208 swprintf(pData->szFormat, L" (Vector)"); in Display_SetTypeFace()
212 swprintf(pData->szFormat, L" (Raster)"); in Display_SetTypeFace()
521 swprintf(ptr, L"%s%s", pData->szTypeFaceName, pData->szFormat); in Display_GetFullName()
/reactos/drivers/wdm/audio/hdaudbus/
H A Dpdo.cpp110swprintf(DeviceName, L"HDAUDIO\\FUNC_%02X&VEN_%04X&DEV_%04X&SUBSYS_%08X", DeviceExtension->AudioGr… in HDA_PDOQueryId()
128 …Length = swprintf(DeviceName, L"HDAUDIO\\FUNC_%02X&VEN_%04X&DEV_%04X&REV_%04X", DeviceExtension->A… in HDA_PDOQueryId()
129 …Length += swprintf(&DeviceName[Length], L"HDAUDIO\\FUNC_%02X&VEN_%04X&DEV_%04X", DeviceExtension->… in HDA_PDOQueryId()
130 …Length += swprintf(&DeviceName[Length], L"HDAUDIO\\FUNC_%02X&VEN_%04X", DeviceExtension->AudioGrou… in HDA_PDOQueryId()
131 …Length += swprintf(&DeviceName[Length], L"HDAUDIO\\FUNC_%02X", DeviceExtension->AudioGroup->Functi… in HDA_PDOQueryId()
/reactos/dll/directx/msdvbnp/
H A Dscanningtuner.cpp95 swprintf(Buffer, L"CScanningTunner::QueryInterface: NoInterface for %s\n", lpstr); in QueryInterface()
315swprintf(Buffer, L"BandWidth %lu Frequency %lu Rate %lu InnerFEC %ld OuterFEC %ld InnerFECRate %ld… in performDVBTTune()
338 swprintf(Buffer, L"CScanningTunner::performDVBTTune GetControlNode %lx\n", hr); in performDVBTTune()
350 swprintf(Buffer, L"CScanningTunner::performDVBTTune IID_IBDA_FrequencyFilter hr %lx\n", hr); in performDVBTTune()
358 swprintf(Buffer, L"CScanningTunner::performDVBTTune SetFrequency hr %lx\n", hr); in performDVBTTune()
370 swprintf(Buffer, L"CScanningTunner::performDVBTTune IID_IBDA_LNBInfo hr %lx\n", hr); in performDVBTTune()
379 swprintf(Buffer, L"CScanningTunner::performDVBTTune SetLnbInfo hr %lx\n", hr); in performDVBTTune()
390swprintf(Buffer, L"CScanningTunner::performDVBTTune IID_IBDA_DigitalDemodulator hr %lx\n", hr); in performDVBTTune()
398 swprintf(Buffer, L"CScanningTunner::performDVBTTune SetDigitalDemodulator hr %lx\n", hr); in performDVBTTune()
707 swprintf(Buffer, L"CScanningTunner_fnConstructor riid %s\n", lpstr); in CScanningTunner_fnConstructor()
/reactos/dll/win32/msctf/
H A Dcategorymgr.c118 swprintf(fullkey,fmt,szwSystemTIPKey,buf); in CategoryMgr_RegisterCategory()
126 swprintf(fullkey,fmt2,ctg,ctg,buf,buf2); in CategoryMgr_RegisterCategory()
134 swprintf(fullkey,fmt2,ctg,itm,buf2,buf); in CategoryMgr_RegisterCategory()
166 swprintf(fullkey,fmt,szwSystemTIPKey,buf); in CategoryMgr_UnregisterCategory()
174 swprintf(fullkey,fmt2,ctg,ctg,buf,buf2); in CategoryMgr_UnregisterCategory()
176 swprintf(fullkey,fmt2,ctg,itm,buf2,buf); in CategoryMgr_UnregisterCategory()
217 swprintf(fullkey,fmt,szwSystemTIPKey,buf,buf); in CategoryMgr_FindClosestCategory()
/reactos/drivers/storage/port/scsiport/
H A Dregistry.c174 swprintf(NameBuffer, in RegistryInitAdapterKey()
287 swprintf(NameBuffer, in RegistryInitAdapterKey()
312 swprintf(NameBuffer, in RegistryInitAdapterKey()
374 swprintf(nameBuffer, L"Target Id %lu", LunExtension->TargetId); in RegistryInitLunKey()
391 swprintf(nameBuffer, L"Logical Unit Id %lu", LunExtension->Lun); in RegistryInitLunKey()
408 swprintf(nameBuffer, in RegistryInitLunKey()
/reactos/dll/directx/ksproxy/
H A Doutput_pin.cpp1559 swprintf(Buffer, L"COutputPin::Connect CreatePin handle failed with %lx\n", hr); in Connect()
1610swprintf(Buffer, L"COutputPin::Connect IMemAllocator::SetProperties failed with hr %lx\n", hr); in Connect()
1624 swprintf(Buffer, L"COutputPin::Connect IMemAllocator::Commit failed with hr %lx\n", hr); in Connect()
1637swprintf(Buffer, L"COutputPin::Connect No IMemAllocatorCallbackTemp interface hr %lx\n", hr); in Connect()
1667swprintf(Buffer, L"COutputPin::Connect IMemInputPin::NotifyAllocator failed with hr %lx\n", hr); in Connect()
1989 swprintf(Buffer, L"COutputPin::CreatePin KsQueryMediums failed %lx\n", hr); in CreatePin()
2002 swprintf(Buffer, L"COutputPin::CreatePin KsQueryInterfaces failed %lx\n", hr); in CreatePin()
2040 swprintf(Buffer, L"COutputPin::CreatePinHandle failed with %lx\n", hr); in CreatePin()
2058swprintf(Buffer, L"COutputPin::CreatePin failed to create interface handler %lx\n", hr); in CreatePin()
2102 swprintf(Buffer, L"COutputPin::CreatePin Result %lx\n", hr); in CreatePin()
[all …]
/reactos/base/applications/cmdutils/reg/
H A Dexport.c89 line_len = swprintf(buf, L"\"%s\"=", str); in export_value_name()
112 swprintf(*buf, L"\"%s\"", str); in export_string_data()
119 swprintf(*buf, L"dword:%08x", *data); in export_dword_data()
135 line_len = swprintf(buf, L"hex(%x):", type); in export_hex_data_type()
159 pos += swprintf(*buf + pos, L"%02x", ((BYTE *)data)[i]); in export_hex_data()
223 swprintf(buf, L"\r\n[%s]\r\n", name); in export_key_name()
/reactos/sdk/include/c++/stlport/stl/
H A D_cwchar.h80 extern int swprintf();
244 # undef swprintf
245 # define swprintf _snwprintf macro
248 using ::swprintf;
251 using _STLP_VENDOR_CSTD::swprintf;

12345678910>>...13