Searched refs:fputc (Results 1 – 12 of 12) sorted by relevance
/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/cxx-stl/system/include/ |
D | cstdio | 55 using ::fputc;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 55 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/llvm-libc++/libcxx/include/ |
D | cstdio | 73 int fputc(int c, FILE* stream); 200 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()
|