Home
last modified time | relevance | path

Searched refs:fputc (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio-write.c115 return fputc (c, stdout); in putchar()
119 fputc (int c, FILE *stream) in fputc() function
120 #undef fputc in fputc()
122 CALL_WITH_SIGPIPE_EMULATION (int, fputc (c, stream), ret == EOF) in fputc()
Dunlocked-io.h72 # undef fputc
73 # define fputc(x,y) fputc_unlocked (x,y) macro
75 # define fputc_unlocked(x,y) fputc (x,y)
Dstdio.in.h446 # undef fputc
447 # define fputc rpl_fputc
448 extern int fputc (int c, FILE *stream);
/ndk/sources/host-tools/make-3.81/
Dvmsjobs.c524 fputc ('$', outfile); in child_execute_job()
525 fputc (' ', outfile); in child_execute_job()
555 fputc ('-', outfile); in child_execute_job()
557 fputc ('\n', outfile); in child_execute_job()
562 fputc ('\n', outfile); in child_execute_job()
Djob.c2799 fputc ('\n', batch); in construct_command_argv_internal()
/ndk/sources/android/support/src/stdio/
Dstdio_impl.h58 #define fputc fake_fputc macro
Dstdio_impl.c114 fputc(ch, file->file); in fake_fputc()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h76 using _STLP_VENDOR_CSTD::fputc;
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c325 fputc('\n', stdout);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio73 int fputc(int c, FILE* stream);
200 using ::fputc;
/ndk/sources/cxx-stl/system/include/
Dcstdio55 using ::fputc;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio55 using ::fputc;
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp225 int result = fputc(c, _M_file); in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp116 static_assert((std::is_same<decltype(fputc(0,fp)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp117 static_assert((std::is_same<decltype(std::fputc(0,fp)), int>::value), ""); in main()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc259 fputc(kDeathTestInternalError, parent); in DeathTestAbort()