Searched refs:fputc (Results 1 – 8 of 8) 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/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/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()
|