/external/mksh/src/ |
tree.c | 258 shf_fprintf(shf, "%d", iop->unit); 455 shf_fprintf(shf, "%d", va_arg(va, int)); 459 shf_fprintf(shf, "%u", va_arg(va, unsigned int)); 837 shf_fprintf(shf, "OQUOTE{%d", ++quotelevel); 840 shf_fprintf(shf, "%d}CQUOTE", quotelevel); 871 shf_fprintf(shf, "INVAL<%u>", (uint8_t)wp[-1]); 906 shf_fprintf(shf, "unk%d", type); 916 shf_fprintf(shf, ",unit=%d", iop->unit); 970 shf_fprintf(shf, " var%d<", i++); 983 shf_fprintf(shf, " arg%d<", i++) [all...] |
jobs.c | 581 shf_fprintf(shl_out, "[%d]", j->job); 583 shf_fprintf(shl_out, " %d", [all...] |
histrap.c | 278 shf_fprintf(shl_stdout, "%d", 285 shf_fprintf(shl_stdout, "%s\n\t", s); 289 shf_fprintf(shl_stdout, "%s\n", s); 305 shf_fprintf(shf, "%s\n", *hp); [all...] |
main.c | 1187 shf_fprintf(shl_out, "internal error: "); 1193 shf_fprintf(shl_out, "%s: ", builtin_argv0); 1303 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-')); 1305 shf_fprintf(shl_out, "%s[%d]: ", source->file, [all...] |
misc.c | 1103 shf_fprintf(shf, "\\u%04X", wc); 1151 shf_fprintf(shf, "\\%03o", c); 1209 shf_fprintf(shf, "%s \n", 1229 shf_fprintf(shf, "%*s", max_col, 1232 shf_fprintf(shf, "%*s", nspace, null); [all...] |
exec.c | 145 shf_fprintf(shl_out, "%s%c", ap[i], 653 shf_fprintf(shl_out, "%s%c", cp, [all...] |
shf.c | 697 shf_fprintf(struct shf *shf, const char *fmt, ...) function
|
funcs.c | [all...] |
lex.c | [all...] |
sh.h | [all...] |