Home
last modified time | relevance | path

Searched defs:_snwprintf (Results 1 – 4 of 4) sorted by relevance

/third_party/mingw-w64/mingw-w64-crt/stdio/
Ducrt__snwprintf.c19 #define _snwprintf real__snwprintf macro
28 int __cdecl _snwprintf(wchar_t * restrict _Dest, size_t _Count, const wchar_t * restrict _Format, .… in _snwprintf() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdio.h1292 …int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Fo… in _snwprintf() function
Dwchar.h798 …int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Fo… in _snwprintf() function
/third_party/mingw-w64/mingw-w64-headers/include/
Dstrsafe.h1958 #define _snwprintf _snwprintf_instead_use_StringCbPrintfW_or_StringCchPrintfW; macro