Home
last modified time | relevance | path

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

/system/core/sh/
Dshow.c94 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()
Dhistedit.c419 fputs(s, efp); in histcmd()
/system/core/sh/bltin/
Dbltin.h60 #define fputs outstr macro
83 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(…
/system/core/toolbox/
Dclear.c39 fputs("\x1b[2J\x1b[H", stdout); in clear_main()
Dgetevent.c283 fputs(" ", stdout); in print_hid_descriptor()
284 fputs(line, stdout); in print_hid_descriptor()
/system/core/debuggerd/
Ddebuggerd.c490 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++/
Dtest_cstdio.cpp116 using std::fputs;
/system/core/toolbox/grep/
Dutil.c450 fputs(line->file, stdout); in printline()
/system/core/adb/
Dadb.c263 fputs(tag, stderr); in print_packet()