/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_error.cpp | 34 vsnprintf(buff_, sizeof(buff_), fmt, args); in Format() 44 vsnprintf(buff_ + buff_len, sizeof(buff_) - buff_len, fmt, args); in AppendFormat()
|
D | crazy_linker_thread.cpp | 44 vsnprintf(dlerror_, kBufferSize, fmt, args); in SetErrorArgs() 51 vsnprintf(dlerror_ + len, kBufferSize - len, fmt, args); in AppendErrorArgs()
|
D | crazy_linker_debug.cpp | 27 ret = vsnprintf(buffer, buffer_size, fmt, args); in LogArgs()
|
D | crazy_linker_util.cpp | 113 int ret = vsnprintf(&result[0], result.capacity(), fmt, args2);
|
/ndk/sources/android/support/src/musl-stdio/ |
D | vsprintf.c | 6 return vsnprintf(s, INT_MAX, fmt, ap); in vsprintf()
|
D | snprintf.c | 9 ret = vsnprintf(s, n, fmt, ap); in snprintf()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 47 inline int vsnprintf(char *s1, size_t n, const char *s2, va_list v) in vsnprintf() function 121 using _STLP_VENDOR_CSTD::vsnprintf;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio.in.h | 177 # define vsnprintf rpl_vsnprintf 180 extern int vsnprintf (char *str, size_t size, const char *format, va_list args) 184 # undef vsnprintf 185 # define vsnprintf(b,s,f,a) \ 188 vsnprintf (b, s, f, a))
|
/ndk/sources/android/support/src/stdio/ |
D | stdio_impl.c | 94 int mb_len = vsnprintf(NULL, 0, format, args); in fake_fprintf() 96 vsnprintf(mb_buffer, mb_len + 1, format, args); in fake_fprintf()
|
D | vfprintf.c | 716 int vsnprintf(char *restrict s, size_t n, const char *restrict fmt, va_list ap) in vsnprintf() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size) in vasprintf() 317 str_size = vsnprintf(*strp, str_size + 1, fmt, ap); in vasprintf()
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 79 return vsnprintf(str, size, fmt, args); in vsnprintf_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
D | locale_win32.cpp | 88 int result = vsnprintf( ret, n, format, ap ); in snprintf_l()
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.cc | 135 len = vsnprintf(&result[0], result.size(), format, args2); in Format()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 67 int vsnprintf(char* restrict s, size_t n, const char* restrict format, // C99 196 using ::vsnprintf;
|
D | locale | 372 int __res = vsnprintf(__s, __n, __format, __va);
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 90 using ::vsnprintf;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 90 using ::vsnprintf;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 111 static_assert((std::is_same<decltype(vsnprintf(cp,0," ",va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 112 static_assert((std::is_same<decltype(std::vsnprintf(cp,0," ",va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.c | 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); in _Message() 372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); in _Message()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 48 #include <cstdio> // for vsnprintf 55 // to use vsnprintf 62 // to use vsnprintf 214 # define BOOST_TEST_VSNPRINTF( a1, a2, a3, a4 ) std::vsnprintf( (a1), (a2), (a3), (a4) ) 220 # define BOOST_TEST_VSNPRINTF( a1, a2, a3, a4 ) vsnprintf( (a1), (a2), (a3), (a4) )
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 162 vsnprintf(__s, __n, __format, __va)
|
/ndk/sources/android/crazy_linker/tests/ |
D | test_util.h | 117 int ret = vsnprintf(str_, len_ + 1, fmt, args2); in Format()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 139 # define vsnprintf _vsnprintf macro
|