Searched refs:putchar (Results 1 - 7 of 7) sorted by path

/system/core/cpio/
H A Dmkbootfs.c94 putchar(0);
126 putchar(0);
143 putchar(0);
/system/core/sh/bltin/
H A Dbltin.h51 #undef putchar macro
57 #define putchar(c) out1c(c) macro
H A Decho.c108 putchar(c);
111 putchar(' ');
114 putchar('\n');
/system/core/sh/
H A Dshow.c134 putchar(' ');
140 putchar(' ');
/system/core/toolbox/
H A Dcat.c63 if (!gobble && putchar(ch) == EOF)
93 if (putchar('$') == EOF)
97 if (putchar('^') == EOF || putchar('I') == EOF)
103 if (putchar('M') == EOF || putchar('-') == EOF)
108 if (putchar('^') == EOF ||
109 putchar(ch == '\177' ? '?' :
115 if (putchar(ch) == EOF)
/system/core/toolbox/grep/
H A Dutil.c453 putchar(0);
459 putchar(sep);
465 putchar(sep);
470 putchar(sep);
487 putchar('\n');
492 putchar(line_sep);
496 putchar(line_sep);
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdio.cpp130 using std::putchar;

Completed in 715 milliseconds