Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstdio_impl.h59 #define fputwc fake_fputwc macro
Dvfwprintf.c182 while (l--) fputwc(*s++, f); in out()
314 fputwc(btowc(arg.i), f); in wprintf_core()
318 fputwc(arg.i, f); in wprintf_core()
344 fputwc(wc, f); in wprintf_core()
Dstdio_impl.c123 fputwc(wc, file->file); in fake_fputwc()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar48 wint_t fputwc(wchar_t c, FILE* stream);
140 using ::fputwc;
/ndk/sources/android/support/include/
Dwchar.h180 wint_t fputwc (wchar_t, FILE *);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp59 static_assert((std::is_same<decltype(fputwc(L' ', fp)), wint_t>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h215 using _STLP_VENDOR_CSTD::fputwc;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp59 static_assert((std::is_same<decltype(std::fputwc(L' ', fp)), std::wint_t>::value), ""); in main()