/reactos/modules/rostests/apitests/crt/ |
H A D | _vsnwprintf.c | 22 ret = _vsnwprintf(buf, buf_size, formatString, args); in call_varargs() 27 START_TEST(_vsnwprintf) in START_TEST() argument
|
H A D | static_crt_apitest.cmake | 8 _vsnwprintf.c
|
H A D | ntdll_crt_apitest.cmake | 38 _vsnwprintf.c
|
H A D | msvcrt_crt_apitest.cmake | 836 _vsnwprintf.c 845 # _vswprintf_c.c _vsnwprintf
|
H A D | crtdll_crt_apitest.cmake | 317 _vsnwprintf.c
|
/reactos/sdk/include/reactos/wine/ |
H A D | unicode.h | 30 #define _vswprintf(s,f,v) _vsnwprintf((s),MAXLONG,(f),(v)) 67 #define vsnprintfW _vsnwprintf
|
/reactos/sdk/lib/crt/printf/ |
H A D | _vsnwprintf.c | 9 #define _sxprintf _vsnwprintf
|
H A D | printf.cmake | 9 printf/_vsnwprintf.c
|
/reactos/base/applications/regedit/ |
H A D | error.c | 54 _vsnwprintf(lpMsgBuf, strLen, lpMessage, args); in InfoMessageBox()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | main.cpp | 230 len = _vsnwprintf(nullptr, 0, fmt.c_str(), args); in wstring_sprintf() 236 _vsnwprintf((wchar_t*)s.c_str(), len, fmt.c_str(), args); in wstring_sprintf() 716 len = _vsnwprintf(nullptr, 0, fmt.c_str(), args); in string_error() 722 _vsnwprintf((wchar_t*)s.c_str(), len, fmt.c_str(), args); in string_error()
|
/reactos/modules/rostests/win32/user32/kbdlayout/ |
H A D | kbdlayout.c | 101 _vsnwprintf(buf, sizeof(buf)-1, format, argptr); in FormatMsg() 111 _vsnwprintf(buf, sizeof(buf)-1, Format, argptr); in FormatBox()
|
/reactos/sdk/include/crt/ |
H A D | stdio.h | 928 …_CRTIMP int __cdecl _vsnwprintf(wchar_t *_Dest,size_t _Count,const wchar_t *_Format,va_list _Args); 937 return _vsnwprintf(s,n,format,arg); in vsnwprintf() 968 ret = _vsnwprintf(_DstBuf, _SizeInWords, _Format, args); in swprintf() 983 return _vsnwprintf(_DstBuf, _SizeInWords, _Format, _ArgList); in vswprintf()
|
H A D | wchar.h | 1116 …_CRTIMP int __cdecl _vsnwprintf(wchar_t *_Dest,size_t _Count,const wchar_t *_Format,va_list _Args); 1120 …tf (wchar_t *s, size_t n, const wchar_t *format, va_list arg) { return _vsnwprintf(s,n,format,arg)… in vsnwprintf() 1400 ret = _vsnwprintf(_DstBuf, _SizeInWords, _Format, args); in swprintf() 1415 return _vsnwprintf(_DstBuf, _SizeInWords, _Format, _ArgList); in vswprintf()
|
H A D | tchar.h | 170 #define _vsntprintf _vsnwprintf
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _cwchar.h | 247 # define vswprintf _vsnwprintf
|
/reactos/sdk/lib/atl/ |
H A D | atltrace.h | 209 _vsnwprintf(&szBuff[cch], _countof(szBuff) - cch, format, va); in AtlTraceV()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | sprintf.c | 49 ret = _vsnwprintf(buf, MAXLONG, fmt, argptr); in my_swprintf()
|
/reactos/subsystems/mvdm/ntvdm/ |
H A D | ntvdm.c | 396 _vsnwprintf(Buffer, MsgLen, Format, args); in DisplayMessage()
|
/reactos/sdk/lib/crt/misc/ |
H A D | dbgrpt.cpp | 402 int len = _vsnwprintf(szFormatted, in _VCrtDbgReportW()
|
/reactos/sdk/include/psdk/ |
H A D | strsafe.h | 1560 iRet = _vsnwprintf(pszDest,cchMax,pszFormat,argList); in StringVPrintfWorkerW() 1670 iRet = _vsnwprintf(pszDest,cchMax,pszFormat,argList); in StringVPrintfExWorkerW() 1953 #undef _vsnwprintf 1954 #define _vsnwprintf _vsnwprintf_instead_use_StringCbVPrintfW_or_StringCchVPrintfW; macro
|
/reactos/sdk/include/ucrt/ |
H A D | corecrt_wstdio.h | 1111 int, __RETURN_POLICY_SAME, _CRT_STDIO_INLINE, __CRTDECL, _snwprintf, _vsnwprintf, 1120 _CRT_STDIO_INLINE int __CRTDECL _vsnwprintf(
|
/reactos/dll/win32/crtdll/ |
H A D | crtdll.spec | 321 @ cdecl _vsnwprintf(ptr long wstr long)
|
/reactos/base/shell/progman/ |
H A D | main.c | 119 _vsnwprintf(Buffer, ARRAYSIZE(Buffer), szStr, args); in PrintStringV()
|
/reactos/sdk/include/ddk/ |
H A D | ntstrsafe.h | 2838 int iRet = _vsnwprintf(pszDest, cchDest, pszFormat, argList); in RtlpArrayVPrintfWorkerW() 2862 int iRet = _vsnwprintf(pszDest, cchMax, pszFormat, argList); in RtlpStringVPrintfWorkerW()
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | printf.c | 1228 ret = _vsnwprintf(str, len, format, valist); in _vsnwprintf_wrapper()
|