Home
last modified time | relevance | path

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