/external/mksh/src/ |
D | tree.c | 258 shf_fprintf(shf, "%d", iop->unit); in pioact() 455 shf_fprintf(shf, "%d", va_arg(va, int)); in vfptreef() 459 shf_fprintf(shf, "%u", va_arg(va, unsigned int)); in vfptreef() 837 shf_fprintf(shf, "OQUOTE{%d", ++quotelevel); in dumpwdvar_i() 840 shf_fprintf(shf, "%d}CQUOTE", quotelevel); in dumpwdvar_i() 871 shf_fprintf(shf, "INVAL<%u>", (uint8_t)wp[-1]); in dumpwdvar_i() 906 shf_fprintf(shf, "unk%d", type); in dumpioact() 916 shf_fprintf(shf, ",unit=%d", iop->unit); in dumpioact() 970 shf_fprintf(shf, " var%d<", i++); in dumptree() 983 shf_fprintf(shf, " arg%d<", i++); in dumptree() [all …]
|
D | jobs.c | 581 shf_fprintf(shl_out, "[%d]", j->job); in exchild() 583 shf_fprintf(shl_out, " %d", in exchild() 1475 shf_fprintf(shf, "%d\n", (int)(j->pgrp ? j->pgrp : in j_print() 1528 shf_fprintf(shf, "[%d] %c ", j->job, jobchar); in j_print() 1534 shf_fprintf(shf, "%5d ", (int)p->pid); in j_print() 1539 shf_fprintf(shf, "%s%s ", in j_print() 1544 shf_fprintf(shf, "%-20s %s%s%s", buf, p->command, in j_print() 1554 shf_fprintf(shf, "%s%5d %-20s %s%s", filler, in j_print() 1558 shf_fprintf(shf, " %s%s", p->command, in j_print()
|
D | histrap.c | 278 shf_fprintf(shl_stdout, "%d", in c_fc() 285 shf_fprintf(shl_stdout, "%s\n\t", s); in c_fc() 289 shf_fprintf(shl_stdout, "%s\n", s); in c_fc() 305 shf_fprintf(shf, "%s\n", *hp); in c_fc()
|
D | main.c | 1187 shf_fprintf(shl_out, "internal error: "); in vwarningf() 1193 shf_fprintf(shl_out, "%s: ", builtin_argv0); in vwarningf() 1303 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-')); in error_prefix() 1305 shf_fprintf(shl_out, "%s[%d]: ", source->file, in error_prefix() 1867 shf_fprintf(shl_dbg, "[%02u:%02u:%02u (%u) %u.%06u] ", in DF()
|
D | misc.c | 1103 shf_fprintf(shf, "\\u%04X", wc); in print_value_quoted() 1151 shf_fprintf(shf, "\\%03o", c); in print_value_quoted() 1209 shf_fprintf(shf, "%s \n", in print_columns() 1229 shf_fprintf(shf, "%*s", max_col, in print_columns() 1232 shf_fprintf(shf, "%*s", nspace, null); in print_columns()
|
D | exec.c | 145 shf_fprintf(shl_out, "%s%c", ap[i], in execute() 653 shf_fprintf(shl_out, "%s%c", cp, in comexec()
|
D | shf.c | 697 shf_fprintf(struct shf *shf, const char *fmt, ...) in shf_fprintf() function
|
D | lex.c | 1480 shf_fprintf(shf, "%d", in set_prompt()
|
D | funcs.c | 2495 shf_fprintf(shf, "%s%*ld.%02d%s", prefix, width, in p_time() 2498 shf_fprintf(shf, "%s%*ldm%d.%02ds%s", prefix, width, in p_time()
|
D | sh.h | 1955 ssize_t shf_fprintf(struct shf *, const char *, ...)
|