Home
last modified time | relevance | path

Searched refs:putchar (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h121 # undef putchar
122 # define putchar(x) putchar_unlocked (x) macro
124 # define putchar_unlocked(x) putchar (x)
Dstdio.in.h458 # undef putchar
459 # define putchar rpl_putchar
460 extern int putchar (int c);
Dstdio-write.c113 putchar (int c) in putchar() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h61 # undef putchar
94 using _STLP_VENDOR_CSTD::putchar;
D_rope.c954 for (int __i = 0; __i < __indent; ++__i) putchar(' '); in _S_dump()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-regex2.c81 putchar ('\n'); in main()
200 putchar ('\n'); in main()
/ndk/sources/cxx-stl/system/include/
Dcstdio70 using ::putchar;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio70 using ::putchar;