Searched refs:vprintf (Results 1 – 20 of 20) sorted by relevance
/ndk/sources/android/support/src/musl-stdio/ |
D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 117 using _STLP_VENDOR_CSTD::vprintf;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 84 using ::vprintf;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 84 using ::vprintf;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 65 int vprintf(const char* restrict format, va_list arg); 195 using ::vprintf;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 109 static_assert((std::is_same<decltype(vprintf(" ",va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 110 static_assert((std::is_same<decltype(std::vprintf(" ",va)), int>::value), ""); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | configh.dos | 82 /* Define if you have the vprintf library function. */
|
D | config.ami | 57 /* Define if you don't have vprintf but do have _doprnt. */ 116 /* Define if you have the vprintf function. */
|
D | config.h-vms | 76 /* Define if you don't have vprintf but do have _doprnt. */ 137 /* Define if you have the vprintf function. */
|
D | config.h.in | 73 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 289 /* Define to 1 if you have the `vprintf' function. */
|
D | config.h.W32 | 84 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 291 /* Define to 1 if you have the `vprintf' function. */
|
/ndk/sources/android/support/ |
D | Android.mk | 118 src/musl-stdio/vprintf.c \
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 2609 vprintf(fmt, args); in ColoredPrintf() 2628 vprintf(fmt, args); in ColoredPrintf() 2635 vprintf(fmt, args); in ColoredPrintf()
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 86 #define _vtprintf vprintf
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 788 m4trace:configure.in:165: -1- AH_OUTPUT([HAVE_VPRINTF], [/* Define to 1 if you have the `vprintf\' … 794 m4trace:configure.in:165: -1- AH_OUTPUT([HAVE_DOPRNT], [/* Define to 1 if you don\'t have `vprintf\…
|
D | output.0 | 7790 for ac_func in vprintf 7792 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 325 based on vprintf, to avoid problems caused by overrunning
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 2690 # -DVPRINTF_MISSING If you lack vprintf function
|
D | make.texi | 10907 # -DVPRINTF_MISSING If you lack vprintf function
|