HomeSort by relevance Sort by last modified time
    Searched refs:outfmt (Results 1 - 12 of 12) sorted by null

  /system/core/sh/
output.h 64 void outfmt(struct output *, const char *, ...)
error.c 136 outfmt(&errout, "%s: ", commandname);
140 outfmt(&errout, ": ");
143 outfmt(&errout, "%s", strerror(sv_errno));
alias.c 231 outfmt(out2, "alias: %s not found\n", n);
histedit.c 188 outfmt(out2, "sh: Can't set terminal type %s\n", term);
189 outfmt(out2, "sh: Using dumb terminal settings.\n");
options.c 435 outfmt(&errout, "Illegal option -%c\n", c);
453 outfmt(&errout, "No arg for -%c option\n", c);
output.c 211 outfmt(struct output *file, const char *fmt, ...) function
jobs.c 393 outfmt(out, "%ld\n", (long)jp->ps->pid);
489 outfmt(out, " | %s", (++ps)->cmd );
exec.c 588 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC));
parser.c     [all...]
eval.c 1253 outfmt(out1, "%dm%ss %dm%ss\n%dm%ss %dm%ss\n",
expand.c 514 outfmt(&errout, "%s\n", startp);
  /system/core/sh/bltin/
bltin.h 59 #define fprintf outfmt

Completed in 88 milliseconds