Symbol: shf_fprintf
bin/ksh/c_ksh.c
1214
shf_fprintf(shl_out,
bin/ksh/c_sh.c
767
shf_fprintf(shl_out,
bin/ksh/c_sh.c
770
shf_fprintf(shl_out, tf & TF_POSIX ? "user %8s\n" : "%8ss user ",
bin/ksh/c_sh.c
772
shf_fprintf(shl_out, tf & TF_POSIX ? "sys %8s\n" : "%8ss system\n",
bin/ksh/exec.c
123
shf_fprintf(shl_out, "%s",
bin/ksh/exec.c
126
shf_fprintf(shl_out, "%s%s", ap[i],
bin/ksh/exec.c
562
shf_fprintf(shl_out, "%s",
bin/ksh/exec.c
564
shf_fprintf(shl_out, "%s%s", cp,
bin/ksh/history.c
222
shf_fprintf(shl_stdout, nfmt,
bin/ksh/history.c
226
shf_fprintf(shl_stdout, "%.*s\t", ++t - s, s);
bin/ksh/history.c
227
shf_fprintf(shl_stdout, "%s\n", s);
bin/ksh/history.c
243
shf_fprintf(shf, "%s\n", *hp);
bin/ksh/io.c
114
shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-'));
bin/ksh/io.c
116
shf_fprintf(shl_out, "%s[%d]: ", source->file,
bin/ksh/io.c
161
shf_fprintf(kshdebug_shf, "\nNew shell[pid %d]\n", getpid());
bin/ksh/io.c
175
shf_fprintf(kshdebug_shf, "[%d] ", getpid());
bin/ksh/io.c
192
shf_fprintf(kshdebug_shf, "[%d] %s:\n", getpid(), str);
bin/ksh/io.c
196
shf_fprintf(kshdebug_shf, "%c%02x",
bin/ksh/io.c
200
shf_fprintf(kshdebug_shf, "\n");
bin/ksh/io.c
70
shf_fprintf(shl_out, "%s: ", builtin_argv0);
bin/ksh/io.c
96
shf_fprintf(shl_out, "internal error: ");
bin/ksh/jobs.c
1450
shf_fprintf(shf, "%d\n", j->pgrp ? j->pgrp
bin/ksh/jobs.c
1498
shf_fprintf(shf, "[%d] %c ", j->job, jobchar);
bin/ksh/jobs.c
1500
shf_fprintf(shf, "%s", filler);
bin/ksh/jobs.c
1504
shf_fprintf(shf, "%5d ", p->pid);
bin/ksh/jobs.c
1509
shf_fprintf(shf, "%s%s ",
bin/ksh/jobs.c
1514
shf_fprintf(shf, "%-20s %s%s%s", buf, p->command,
bin/ksh/jobs.c
1525
shf_fprintf(shf, "%s%5d %-20s %s%s", filler, p->pid,
bin/ksh/jobs.c
1528
shf_fprintf(shf, " %s%s", p->command,
bin/ksh/jobs.c
1534
shf_fprintf(shf, newline);
bin/ksh/jobs.c
660
shf_fprintf(shl_out, "[%d]", j->job);
bin/ksh/jobs.c
662
shf_fprintf(shl_out, " %d", p->pid);
bin/ksh/lex.c
1125
shf_fprintf(shf, "%d",
bin/ksh/misc.c
1150
shf_fprintf(shf, "%-*s",
bin/ksh/misc.c
1154
shf_fprintf(shf, "%*s", nspace, null);
bin/ksh/shf.h
82
int shf_fprintf ARGS((struct shf *shf, const char *fmt, ...));