Searched refs:swprintf_s (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxCommon.h22 int swprintf_s(WCHAR *buffer, size_t cbBuffer, const WCHAR *format, ...);
H A DVBoxCommon.cpp30 #if (_MSC_VER < 1400) /* Provide swprintf_s to VC < 8.0. */
31 int swprintf_s(WCHAR *buffer, size_t cbBuffer, const WCHAR *format, ...) function
H A DVBoxInstallHelper.cpp211 swprintf_s(wszPath, RT_ELEMENTS(wszPath), L"%s\\InstallPath", wszRoot);
235 swprintf_s(wszExec, RT_ELEMENTS(wszExec), L"%s\\python.exe", wszVal);
236 swprintf_s(wszCmdLine, RT_ELEMENTS(wszCmdLine), L"%s\\python.exe -c \"import win32api\"", wszVal);
259 swprintf_s(wszPath, RT_ELEMENTS(wszPath), L"%s", wszPathTargetDir);
262 swprintf_s(wszCmdLine, RT_ELEMENTS(wszCmdLine), L"%s\\python.exe vboxapisetup.py install", wszVal);
311 swprintf_s(wszKey, RT_ELEMENTS(wszKey), L"SOFTWARE\\%s\\VirtualBox\\Branding\\", VBOX_VENDOR_SHORT, pwszSection);
313 swprintf_s(wszKey, RT_ELEMENTS(wszKey), L"SOFTWARE\\%s\\VirtualBox\\Branding", VBOX_VENDOR_SHORT);
340 swprintf_s(wszDest, RT_ELEMENTS(wszDest), L"%s%c", pwszDestDir, '\0');
341 swprintf_s(wszSource, RT_ELEMENTS(wszSource), L"%s%c", pwszSourceDir, '\0');
370 swprintf_s(wszDes
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h228 int __cdecl swprintf_s(wchar_t*,size_t,const wchar_t*,...);
H A Dwchar.h354 int __cdecl swprintf_s(wchar_t*,size_t,const wchar_t*,...);

Completed in 1662 milliseconds