Searched refs:vfprintf (Results 1 – 16 of 16) sorted by relevance
/ndk/sources/android/support/src/musl-stdio/ |
D | vprintf.c | 5 return vfprintf(stdout, fmt, ap); in vprintf()
|
D | printf.c | 9 ret = vfprintf(stdout, fmt, ap); in printf()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | abort_message.cpp | 43 vfprintf(stderr, format, list); in abort_message()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 99 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), ""); in main() 107 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 100 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), ""); in main() 108 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 116 using _STLP_VENDOR_CSTD::vfprintf;
|
/ndk/sources/android/support/src/stdio/ |
D | stdio_impl.c | 90 return vfprintf(file->file, format, args); in fake_fprintf()
|
D | vfprintf.c | 695 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function 751 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 507 vfprintf(stderr, fmt, varg); in SYNTAX() 560 vfprintf(stderr, fmt, varg); in FATAL() 576 vfprintf(stderr, fmt, varg); in WARNING()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 83 using ::vfprintf;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 83 using ::vfprintf;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 63 int vfprintf(FILE* restrict stream, const char* restrict format, va_list arg); 190 using ::vfprintf;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.c | 362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args); in _Message() 364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args); in _Message()
|
/ndk/sources/android/support/ |
D | Android.mk | 27 src/stdio/vfprintf.c \
|
/ndk/sources/host-tools/make-3.81/ |
D | misc.c | 40 # define VA_PRINTF(fp, lastarg, args) vfprintf((fp), (lastarg), (args))
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 83 #define _vftprintf vfprintf
|