Searched refs:vswprintf (Results 1 – 17 of 17) sorted by relevance
/external/libchrome/base/strings/ |
D | string_util_posix.h | 29 inline int vswprintf(wchar_t* buffer, size_t size, in vswprintf() function 32 return ::vswprintf(buffer, size, format, arguments); in vswprintf()
|
D | string_util_win.h | 32 inline int vswprintf(wchar_t* buffer, size_t size, in vswprintf() function
|
D | stringprintf.cc | 40 return base::vswprintf(buffer, buf_size, format, argptr); in vsnprintfT()
|
/external/libcxx/include/support/win32/ |
D | support.h | 28 #define vswprintf _vsnwprintf macro
|
/external/libcxx/include/ |
D | cwchar | 40 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg); 125 using ::vswprintf;
|
/external/e2fsprogs/intl/ |
D | libgnuintl.h.in | 357 #undef vswprintf 358 #define vswprintf libintl_vswprintf macro 359 extern int vswprintf (wchar_t *, size_t, const wchar_t *, va_list);
|
D | printf.c | 268 # define system_vswprintf vswprintf
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 471 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) { 473 int res = REAL(vswprintf)(str, size, format, ap); 484 int res = vswprintf(str, size, format, ap); in INTERCEPTOR() 1527 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors() 1530 INTERCEPT_FUNCTION(vswprintf); in InitializeInterceptors()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 60 static_assert((std::is_same<decltype(vswprintf(ws, s, L"", va)), int>::value), ""); in main()
|
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 189 #define FXSYS_vswprintf vswprintf
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 59 static_assert((std::is_same<decltype(std::vswprintf(ws, s, L"", va)), int>::value), ""); in main()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 562 vswprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D()
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2744 vswprintf(fullName, 1024, name, vararg); in operator ()()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3219 fun:vswprintf=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 6663 FUNC 1000 13 4 vswprintf 7672 FUNC 3ff0 13 4 vswprintf
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 6663 FUNC 1000 13 4 vswprintf 7672 FUNC 3ff0 13 4 vswprintf
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 370 PUBLIC 6e060 0 vswprintf
|