HomeSort by: relevance | last modified time | path
    Searched refs:shf_fprintf (Results 1 - 9 of 9) sorted by relevancy

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

Completed in 17 milliseconds