Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/android/support/src/musl-stdio/
Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
Dsprintf.c9 ret = vsprintf(s, fmt, ap); in sprintf()
/ndk/sources/android/support/src/
Dlocale_support.c66 return vsprintf(str, fmt, args); in vsprintf_l()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h118 using _STLP_VENDOR_CSTD::vsprintf;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio85 using ::vsprintf;
/ndk/sources/cxx-stl/system/include/
Dcstdio85 using ::vsprintf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
197 using ::vsprintf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp112 static_assert((std::is_same<decltype(vsprintf(cp," ",va)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp113 static_assert((std::is_same<decltype(std::vsprintf(cp," ",va)), int>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk120 src/musl-stdio/vsprintf.c \
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c374 vsprintf(__buffer, __format_str, __args); in _Message()