Home
last modified time | relevance | path

Searched refs:fputs (Results 1 – 4 of 4) 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/extras/tests/bionic/libstdc++/
Dtest_cstdio.cpp116 using std::fputs;