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

  /system/core/sh/
error.c 136 outfmt(&errout, "%s: ", commandname);
140 outfmt(&errout, ": ");
143 outfmt(&errout, "%s", strerror(sv_errno));
output.h 64 void outfmt(struct output *, const char *, ...)
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);
alias.c 231 outfmt(out2, "alias: %s not found\n", n);
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 );
parser.c     [all...]
exec.c 588 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC));
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
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 270 const int outFmt = get_map_idx(outFormat);
272 const GLubyte *rgba2out = mappings[outFmt].from_rgba;
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 270 const int outFmt = get_map_idx(outFormat);
272 const GLubyte *rgba2out = mappings[outFmt].from_rgba;
    [all...]

Completed in 553 milliseconds