Searched refs:fputwc (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | stdio_impl.h | 59 #define fputwc fake_fputwc macro
|
D | vfwprintf.c | 182 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()
|
D | stdio_impl.c | 123 fputwc(wc, file->file); in fake_fputwc()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 48 wint_t fputwc(wchar_t c, FILE* stream); 140 using ::fputwc;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 180 wint_t fputwc (wchar_t, FILE *);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 59 static_assert((std::is_same<decltype(fputwc(L' ', fp)), wint_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 215 using _STLP_VENDOR_CSTD::fputwc;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 59 static_assert((std::is_same<decltype(std::fputwc(L' ', fp)), std::wint_t>::value), ""); in main()
|