Searched refs:vfwprintf (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/android/support/src/musl-stdio/ |
D | vwprintf.c | 6 return vfwprintf(stdout, fmt, ap); in vwprintf()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 82 extern int vfwprintf(); 255 using _STLP_VENDOR_CSTD::vfwprintf;
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 381 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/ |
D | cwchar | 38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); 127 using ::vfwprintf;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 168 int vfwprintf (FILE *__restrict__, const wchar_t *__restrict__, va_list);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 49 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/ |
D | cwchar.pass.cpp | 49 static_assert((std::is_same<decltype(std::vfwprintf(fp, L"", va)), int>::value), ""); in main()
|
/ndk/sources/android/support/ |
D | Android.mk | 57 src/stdio/vfwprintf.c \
|