Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/android/support/src/musl-stdio/
Dvprintf.c5 return vfprintf(stdout, fmt, ap); in vprintf()
Dprintf.c9 ret = vfprintf(stdout, fmt, ap); in printf()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dabort_message.cpp43 vfprintf(stderr, format, list); in abort_message()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp99 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/
Dcstdio.pass.cpp100 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.h116 using _STLP_VENDOR_CSTD::vfprintf;
/ndk/sources/android/support/src/stdio/
Dstdio_impl.c90 return vfprintf(file->file, format, args); in fake_fprintf()
Dvfprintf.c695 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/
Dlib.c507 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/
Dcstdio83 using ::vfprintf;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio83 using ::vfprintf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio63 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.c362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args); in _Message()
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args); in _Message()
/ndk/sources/android/support/
DAndroid.mk27 src/stdio/vfprintf.c \
/ndk/sources/host-tools/make-3.81/
Dmisc.c40 # define VA_PRINTF(fp, lastarg, args) vfprintf((fp), (lastarg), (args))
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc83 #define _vftprintf vfprintf