Searched defs:fputc (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/android/support/src/stdio/
H A Dstdio_impl.h58 #define fputc fake_fputc macro
/prebuilts/ndk/r11/sources/android/support/src/stdio/
H A Dstdio_impl.h58 #define fputc fake_fputc macro
/prebuilts/ndk/r13/sources/android/support/src/stdio/
H A Dstdio_impl.h58 #define fputc fake_fputc macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsystem.h92 # undef fputc macro
93 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dpthread.h528 #define fputc(...) (pthread_testcancel(), fputc(__VA_ARGS__)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dpthread.h528 #define fputc(...) (pthread_testcancel(), fputc(__VA_ARGS__)) macro

Completed in 391 milliseconds