Searched refs:outfmt (Results 1 - 12 of 12) sorted by relevance

/system/core/sh/
H A Doutput.h64 void outfmt(struct output *, const char *, ...)
H A Derror.c136 outfmt(&errout, "%s: ", commandname);
140 outfmt(&errout, ": ");
143 outfmt(&errout, "%s", strerror(sv_errno));
H A Dalias.c231 outfmt(out2, "alias: %s not found\n", n);
H A Dhistedit.c188 outfmt(out2, "sh: Can't set terminal type %s\n", term);
189 outfmt(out2, "sh: Using dumb terminal settings.\n");
H A Doptions.c435 outfmt(&errout, "Illegal option -%c\n", c);
453 outfmt(&errout, "No arg for -%c option\n", c);
H A Doutput.c211 outfmt(struct output *file, const char *fmt, ...) function
H A Djobs.c393 outfmt(out, "%ld\n", (long)jp->ps->pid);
489 outfmt(out, " | %s", (++ps)->cmd );
H A Dexec.c588 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC));
H A Dparser.c1617 outfmt(&errout, "%s: %d: ", commandname, startlinno);
1618 outfmt(&errout, "Syntax error: %s\n", msg);
H A Deval.c1253 outfmt(out1, "%dm%ss %dm%ss\n%dm%ss %dm%ss\n",
H A Dexpand.c514 outfmt(&errout, "%s\n", startp);
/system/core/sh/bltin/
H A Dbltin.h59 #define fprintf outfmt

Completed in 1104 milliseconds