Searched refs:putc (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unlocked-io.h | 114 # undef putc 115 # define putc(x,y) putc_unlocked (x,y) macro 117 # define putc_unlocked(x,y) putc (x,y)
|
D | error.c | 81 # undef putc 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 214 putc ('\n', stderr); in error_tail()
|
D | stdio.in.h | 452 # undef putc 453 # define putc rpl_fputc 454 extern int putc (int c, FILE *stream);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | fmt.c | 252 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()
|
D | utils.c | 82 putc('\n', stderr); in panic()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 58 # undef putc 91 using _STLP_VENDOR_CSTD::putc;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 69 using ::putc;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 69 using ::putc;
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.cpp | 227 int result = putc(c, _M_file); in overflow()
|