Home
last modified time | relevance | path

Searched refs:_snwprintf (Results 1 – 25 of 60) sorted by relevance

123

/reactos/modules/rosapps/drivers/vfd/
H A Dvfdlink.c58 _snwprintf(name_buf, sizeof(name_buf) - 1, in VfdSetLink()
95 _snwprintf(name_buf, sizeof(name_buf) - 1, in VfdSetLink()
102 _snwprintf(name_buf, ARRAYSIZE(name_buf) - 1, in VfdSetLink()
152 _snwprintf(name_buf, sizeof(name_buf) - 1, in VfdLoadLink()
158 _snwprintf(name_buf, ARRAYSIZE(name_buf) - 1, in VfdLoadLink()
219 _snwprintf(name_buf, sizeof(name_buf) - 1, in VfdStoreLink()
225 _snwprintf(name_buf, ARRAYSIZE(name_buf) - 1, in VfdStoreLink()
H A Dvfddev.c68 _snwprintf(name_buffer, sizeof(name_buffer) - 1, in VfdCreateDevice()
73 _snwprintf(name_buffer, ARRAYSIZE(name_buffer) - 1, in VfdCreateDevice()
143 _snwprintf(name_buffer, sizeof(name_buffer) - 1, in VfdCreateDevice()
149 _snwprintf(name_buffer, ARRAYSIZE(name_buffer) - 1, in VfdCreateDevice()
373 _snwprintf(name_buffer, sizeof(name_buffer) - 1, in VfdDeleteDevice()
379 _snwprintf(name_buffer, ARRAYSIZE(name_buffer) - 1, in VfdDeleteDevice()
H A Dimports.h349 int _snwprintf(wchar_t *buffer, size_t count, const wchar_t *format, ...);
/reactos/subsystems/mvdm/ntvdm/console/
H A Dconsole.c175_snwprintf(szMenuString2, ARRAYSIZE(szMenuString2), szMenuString1, i, GlobalSettings.FloppyDisks[i… in UpdateVdmMenuDisks()
185 _snwprintf(szMenuString2, ARRAYSIZE(szMenuString2), szMenuString1, i, szNoMedia); in UpdateVdmMenuDisks()
246 _snwprintf(szMenuString2, ARRAYSIZE(szMenuString2), szMenuString1, i, szNoMedia); in CreateVdmMenu()
262 _snwprintf(szMenuString2, ARRAYSIZE(szMenuString2), szMenuString1, i); in CreateVdmMenu()
/reactos/sdk/include/reactos/wine/
H A Dunicode.h29 #define _swprintf(s,f,...) _snwprintf((s),MAXLONG,(f),##__VA_ARGS__)
66 #define snprintfW _snwprintf
/reactos/modules/rostests/apitests/wscript/
H A Dwsf.c35 … if (_snwprintf(path + cch, cchpath - cch, L"~%u.%hs", i, ext ? ext : "tmp") >= cchpath - cch) in makestringfile()
66 if (_snwprintf(cmd, _countof(cmd), L"\"%s\" //nologo \"%s\"", exe, path) >= _countof(cmd)) in runscriptfile()
/reactos/sdk/lib/crt/printf/
H A D_snwprintf.c9 #define _sxprintf _snwprintf
H A Dprintf.cmake4 printf/_snwprintf.c
/reactos/base/services/tcpsvcs/
H A Dlog.c97 _snwprintf(lpFullMsg, in LogToFile()
118 _snwprintf(lpFullMsg, in LogToFile()
H A Dtcpsvcs.c51 _snwprintf(szSet, in UpdateStatus()
/reactos/dll/win32/wininet/
H A Dprecomp.h40 #define swprintf _snwprintf
/reactos/modules/rostests/apitests/crt/
H A Dstatic_crt_apitest.cmake4 _snwprintf.c
H A Dntdll_crt_apitest.cmake23 _snwprintf.c
/reactos/base/setup/lib/utils/
H A Dinicache.c125 _snwprintf(NameU, NameLength, L"%.*S", NameLength, (PCCH)Name); in IniCacheAddKeyAorW()
152 _snwprintf(DataU, DataLength, L"%.*S", DataLength, (PCCH)Data); in IniCacheAddKeyAorW()
190 _snwprintf(DataU, DataLength, L"%.*S", DataLength, (PCCH)Data); in IniCacheAddKeyAorW()
257 _snwprintf(NameU, NameLength, L"%.*S", NameLength, (PCCH)Name); in IniCacheAddSectionAorW()
/reactos/sdk/lib/atl/
H A Datltrace.h206 _snwprintf(szFile, _countof(szFile), ((sizeof(X_CHAR) == 2) ? L"%ls" : L"%hs"), file); in AtlTraceV()
208 cch = _snwprintf(szBuff, _countof(szBuff), (bUnicode ? L"%ls - " : L"%hs - "), cat.m_name); in AtlTraceV()
/reactos/dll/3rdparty/libtirpc/src/
H A Dwintirpc.c53 _snwprintf(chMsg, sizeof(chMsg) / sizeof(WCHAR), L"tirpc report: %d", GetLastError()); in tirpc_report()
/reactos/base/applications/mstsc/
H A Dsettings.c216 _snwprintf(line, MAXKEY + MAXVALUE + 4, L"%s:i:%d\r\n", in WriteRdpFile()
222 _snwprintf(line, MAXKEY + MAXVALUE + 4, L"%s:s:%s\r\n", in WriteRdpFile()
/reactos/sdk/lib/crt/misc/
H A Ddbgrpt.cpp173 _snwprintf(szCompleteMessage, in _CrtDbgReportWindow()
393 _snwprintf(szCompleteMessage, in _VCrtDbgReportW()
/reactos/dll/win32/syssetup/
H A Dlogfile.c136 _snwprintf(pszLineBuffer, in pSetupDebugPrint()
/reactos/ntoskrnl/io/iomgr/
H A Dramdisk.c224 _snwprintf(SourceString, in IopStartRamdisk()
/reactos/base/applications/mscutils/servman/
H A Dstop_dependencies.c224 _snwprintf(lpStr, in InitDialog()
/reactos/ntoskrnl/ex/
H A Dinit.c418 _snwprintf(InitBuffer->DebugBuffer, in ExpLoadInitialProcess()
446 _snwprintf(InitBuffer->DebugBuffer, in ExpLoadInitialProcess()
571 _snwprintf(InitBuffer->DebugBuffer, in ExpLoadInitialProcess()
587 _snwprintf(InitBuffer->DebugBuffer, in ExpLoadInitialProcess()
/reactos/subsystems/win/basesrv/
H A Ddosdev.c600 CchLength = _snwprintf(lpBuffer, 0x1000, L"\\??\\%wZ", &DefineDosDeviceRequest->DeviceName); in CSR_API()
719 … CchLength = _snwprintf(lpBuffer, 0x1000, L"\\GLOBAL??\\%wZ", &DefineDosDeviceRequest->DeviceName); in CSR_API()
/reactos/base/applications/taskmgr/
H A Dtaskmgr.c674 _snwprintf(szLogOffItem, _countof(szLogOffItem), szTemp, lpUserName); in OnCreate()
679 _snwprintf(szLogOffItem, _countof(szLogOffItem), szTemp, L"n/a"); in OnCreate()
686 _snwprintf(szLogOffItem, _countof(szLogOffItem), szTemp, L"n/a"); in OnCreate()
/reactos/sdk/include/c++/stlport/stl/
H A D_cwchar.h245 # define swprintf _snwprintf

123