Home
last modified time | relevance | path

Searched refs:putc (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h114 # undef putc
115 # define putc(x,y) putc_unlocked (x,y) macro
117 # define putc_unlocked(x,y) putc (x,y)
Derror.c81 # undef putc
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
214 putc ('\n', stderr); in error_tail()
Dstdio.in.h452 # undef putc
453 # define putc rpl_fputc
454 extern int putc (int c, FILE *stream);
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c252 putc ('\n', outfile); in get_paragraph()
282 putc (c, outfile); in copy_rest()
563 putc ('\n', outfile); in put_line()
576 putc (*s++, outfile); in put_word()
587 putc (' ', outfile); in put_space()
Dutils.c82 putc('\n', stderr); in panic()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h58 # undef putc
91 using _STLP_VENDOR_CSTD::putc;
/ndk/sources/cxx-stl/system/include/
Dcstdio69 using ::putc;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio69 using ::putc;
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp227 int result = putc(c, _M_file); in overflow()