bin/sh/alias.c
272
outfmt(out2, "alias: '' not found\n");
bin/sh/alias.c
278
outfmt(out2, "alias: %s not found\n", n);
bin/sh/bltin/bltin.h
70
#define fprintf(...) _RETURN_INT(outfmt(__VA_ARGS__))
bin/sh/error.c
144
outfmt(&errout, "%s: ", commandname);
bin/sh/error.c
146
outfmt(&errout, "%s: ", getprogname());
bin/sh/error.c
148
outfmt(&errout, "%s: ", currentcontext);
bin/sh/error.c
152
outfmt(&errout, ": ");
bin/sh/error.c
155
outfmt(&errout, "%s", strerror(sv_errno));
bin/sh/eval.c
1883
outfmt(out1, "%dm%ss %dm%ss\n%dm%ss %dm%ss\n",
bin/sh/exec.c
734
outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC));
bin/sh/expand.c
778
outfmt(&errout, "%s\n", startp);
bin/sh/histedit.c
558
outfmt(out2, "sh: Can't set terminal type %s\n", term);
bin/sh/histedit.c
559
outfmt(out2, "sh: Using dumb terminal settings.\n");
bin/sh/jobs.c
1251
outfmt(out2, "[%d] %ld\n", JNUM(jp),
bin/sh/jobs.c
443
outfmt(out, "%ld\n",
bin/sh/jobs.c
539
outfmt(out, " | %s", (++ps)->cmd );
bin/sh/options.c
612
outfmt(&errout, "Unknown option -%c\n", c);
bin/sh/options.c
630
outfmt(&errout, "No arg for -%c option\n", c);
bin/sh/output.h
85
void outfmt(struct output *, const char *, ...) __printflike(2, 3);
bin/sh/redir.c
1016
outfmt(out1, "%d: ", fd);
bin/sh/redir.c
1019
outfmt(out1, "%s%s", verbose ? "+" : "", fn->name);
bin/sh/redir.c
1022
outfmt(out1, "-%s", fn->name);
bin/sh/redir.c
1026
outfmt(out1, ",");
bin/sh/redir.c
1029
outfmt(out1, " +%#x", f);
bin/sh/redir.c
1030
outfmt(out1, "\n");
bin/sh/redir.c
1215
outfmt(out, "%d", n->nfile.fd);
bin/sh/redir.c
1231
outfmt(out, "%d", n->ndup.dupfd);
bin/sh/trap.c
158
outfmt(out, "%s", trap_signame(n));
bin/sh/trap.c
205
outfmt(out, "%*s", pad, "");
bin/sh/trap.c
365
outfmt(out2, "trap: '%s' bad condition\n", *ap);
bin/sh/trap.c
403
outfmt(out2, "trap: '%s%s' cannot be %s\n",
bin/sh/var.c
1947
outfmt(out2,