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

  /external/mksh/src/
tree.c 258 shf_fprintf(shf, "%d", (int)iop->unit);
470 shf_fprintf(shf, "%d", va_arg(va, int));
474 shf_fprintf(shf, "%u", va_arg(va, unsigned int));
857 shf_fprintf(shf, "OQUOTE{%d", ++quotelevel);
860 shf_fprintf(shf, "%d}CQUOTE", quotelevel);
891 shf_fprintf(shf, "INVAL<%u>", (uint8_t)wp[-1]);
926 shf_fprintf(shf, "unk%d", type);
936 shf_fprintf(shf, ",unit=%d", (int)iop->unit);
990 shf_fprintf(shf, " var%d<", i++);
1003 shf_fprintf(shf, " arg%d<", i++)
    [all...]
jobs.c 627 shf_fprintf(shl_out, "[%d]", j->job);
629 shf_fprintf(shl_out, " %d",
    [all...]
histrap.c 278 shf_fprintf(shl_stdout, "%lu",
286 shf_fprintf(shl_stdout, "%s\n\t", s);
290 shf_fprintf(shl_stdout, "%s\n", s);
306 shf_fprintf(shf, "%s\n", *hp);
    [all...]
main.c 1171 shf_fprintf(shl_out, "internal error: ");
1177 shf_fprintf(shl_out, "%s: ", builtin_argv0);
1287 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-'));
1289 shf_fprintf(shl_out, "%s[%lu]: ", source->file,
    [all...]
misc.c 1155 shf_fprintf(shf, "\\u%04X", wc);
1203 shf_fprintf(shf, "\\%03o", c);
1261 shf_fprintf(shf, "%s\n",
1280 shf_fprintf(shf, "%*s", max_col,
1283 shf_fprintf(shf, "%*s", nspace, null);
    [all...]
shf.c 702 shf_fprintf(struct shf *shf, const char *fmt, ...) function
funcs.c     [all...]
lex.c     [all...]
sh.h     [all...]

Completed in 70 milliseconds