Searched refs:fputs (Results 1 – 9 of 9) sorted by relevance
/system/core/sh/ |
D | show.c | 94 fputs(s, fp); in shtree() 106 fputs(" | ", fp); in shtree() 109 fputs(" &", fp); in shtree() 153 fputs(s, fp); in shcmd() 256 fputs(pfx, fp); in indent() 313 fputs(s, tracefile); in trputs() 423 fputs("\nTracing started.\n", tracefile); in opentrace()
|
D | histedit.c | 419 fputs(s, efp); in histcmd()
|
/system/core/sh/bltin/ |
D | bltin.h | 60 #define fputs outstr macro 83 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(…
|
/system/core/toolbox/ |
D | clear.c | 39 fputs("\x1b[2J\x1b[H", stdout); in clear_main()
|
D | getevent.c | 283 fputs(" ", stdout); in print_hid_descriptor() 284 fputs(line, stdout); in print_hid_descriptor()
|
/system/core/debuggerd/ |
D | debuggerd.c | 490 fputs("Error dumping backtrace.\n", stderr); in do_explicit_dump() 496 fputs("Error dumping tombstone.\n", stderr); in do_explicit_dump() 505 fputs("Usage: -b [<tid>]\n" in usage()
|
/system/extras/tests/bionic/libstdc++/ |
D | test_cstdio.cpp | 116 using std::fputs;
|
/system/core/toolbox/grep/ |
D | util.c | 450 fputs(line->file, stdout); in printline()
|
/system/core/adb/ |
D | adb.c | 263 fputs(tag, stderr); in print_packet()
|