Home
last modified time | relevance | path

Searched refs:vfwprintf (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/src/musl-stdio/
Dvwprintf.c6 return vfwprintf(stdout, fmt, ap); in vwprintf()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h82 extern int vfwprintf();
255 using _STLP_VENDOR_CSTD::vfwprintf;
/ndk/sources/android/support/src/stdio/
Dvfwprintf.c381 int vfwprintf(FILE *restrict f, const wchar_t *restrict fmt, va_list ap) in vfwprintf() function
415 int vfwprintf(FILE *restrict f, const wchar_t *restrict fmt, va_list ap) in vfwprintf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg);
127 using ::vfwprintf;
/ndk/sources/android/support/include/
Dwchar.h168 int vfwprintf (FILE *__restrict__, const wchar_t *__restrict__, va_list);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp49 static_assert((std::is_same<decltype(vfwprintf(fp, L"", va)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp49 static_assert((std::is_same<decltype(std::vfwprintf(fp, L"", va)), int>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk57 src/stdio/vfwprintf.c \