Searched refs:fputc (Results 1 – 16 of 16) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio-write.c | 115 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()
|
D | unlocked-io.h | 72 # undef fputc 73 # define fputc(x,y) fputc_unlocked (x,y) macro 75 # define fputc_unlocked(x,y) fputc (x,y)
|
D | stdio.in.h | 446 # undef fputc 447 # define fputc rpl_fputc 448 extern int fputc (int c, FILE *stream);
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsjobs.c | 524 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()
|
D | job.c | 2799 fputc ('\n', batch); in construct_command_argv_internal()
|
/ndk/sources/android/support/src/stdio/ |
D | stdio_impl.h | 58 #define fputc fake_fputc macro
|
D | stdio_impl.c | 114 fputc(ch, file->file); in fake_fputc()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 76 using _STLP_VENDOR_CSTD::fputc;
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 325 fputc('\n', stdout);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 73 int fputc(int c, FILE* stream); 200 using ::fputc;
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.cpp | 225 int result = fputc(c, _M_file); in overflow()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 55 using ::fputc;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 55 using ::fputc;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 116 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/ |
D | cstdio.pass.cpp | 117 static_assert((std::is_same<decltype(std::fputc(0,fp)), int>::value), ""); in main()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 259 fputc(kDeathTestInternalError, parent); in DeathTestAbort()
|