Symbol: out1fmt
bin/sh/alias.c
219
out1fmt("alias %s=", aliases[i]->name);
bin/sh/alias.c
281
out1fmt("alias %s=", n);
bin/sh/arithmetic.c
500
out1fmt(ARITH_FORMAT_STR "\n", i);
bin/sh/bltin/bltin.h
71
#define printf(...) _RETURN_INT(out1fmt(__VA_ARGS__))
bin/sh/cd.c
245
out1fmt("%s\n", curdir);
bin/sh/eval.c
380
out1fmt("Node type = %d(%s)\n",
bin/sh/eval.c
383
out1fmt("Node type = %d\n", n->type);
bin/sh/exec.c
1147
out1fmt("%s\n", arg);
bin/sh/exec.c
1165
out1fmt("%s\n", ap->val);
bin/sh/exec.c
1197
out1fmt("%s\n", name);
bin/sh/exec.c
1202
out1fmt("%s\n", arg);
bin/sh/exec.c
1205
out1fmt(": %s\n",
bin/sh/exec.c
1217
out1fmt("%s\n", arg);
bin/sh/exec.c
1224
out1fmt("%s\n", arg);
bin/sh/exec.c
1231
out1fmt("%s\n", arg);
bin/sh/exec.c
523
out1fmt("Command from PATH[%d]: ",
bin/sh/exec.c
534
out1fmt("%s", cmdp->cmdname);
bin/sh/exec.c
539
out1fmt("%s", cmdp->cmdname);
bin/sh/expand.c
2342
out1fmt("%d", argc - 1);
bin/sh/expand.c
2346
out1fmt("%zu", len);
bin/sh/histedit.c
832
out1fmt("%5d ", he.num);
bin/sh/jobs.c
1001
out1fmt("%ld", (long)jp->ps[i].pid);
bin/sh/jobs.c
265
out1fmt("%s", jp->ps[0].cmd);
bin/sh/jobs.c
267
out1fmt(" | %s", jp->ps[i].cmd );
bin/sh/jobs.c
357
out1fmt("[%d] %s", JNUM(jp), jp->ps[0].cmd);
bin/sh/jobs.c
359
out1fmt(" | %s", jp->ps[i].cmd );
bin/sh/jobs.c
983
out1fmt("%%%d\n", JNUM(jp));
bin/sh/jobs.c
988
out1fmt("%ld\n", (long)jp->pgrp);
bin/sh/jobs.c
997
out1fmt("%ld\n", (long)jp->ps[i].pid);
bin/sh/miscbltin.c
505
out1fmt("u=%s,g=%s,o=%s\n", u, g, o);
bin/sh/miscbltin.c
507
out1fmt("%.4o\n", mask);
bin/sh/miscbltin.c
719
out1fmt("%-13s (-%c %-11s) ", l->name, l->option,
bin/sh/miscbltin.c
733
out1fmt("unlimited");
bin/sh/miscbltin.c
737
out1fmt("%9lld", (long long) val);
bin/sh/miscbltin.c
739
out1fmt("%9ld", (long) val);
bin/sh/miscbltin.c
742
out1fmt("%c", which ? '\t' : '\n');
bin/sh/miscbltin.c
766
out1fmt("unlimited\n");
bin/sh/miscbltin.c
771
out1fmt("%lld\n", (long long) val);
bin/sh/miscbltin.c
773
out1fmt("%ld\n", (long) val);
bin/sh/options.c
248
out1fmt("NetBSD shell: %s\n",
bin/sh/options.c
292
out1fmt("%s%c%c", sep,
bin/sh/options.c
301
out1fmt("%-19s %s\n", optlist[i].name,
bin/sh/options.c
310
out1fmt(" %co %s",
bin/sh/options.c
313
out1fmt(" %c%c", "+-"[optlist[i].val],
bin/sh/output.h
86
void out1fmt(const char *, ...) __printflike(1, 2);
bin/sh/show.c
1149
out1fmt("Debug: %sabled. Flags: ", debug ? "en" : "dis");
bin/sh/trap.c
287
out1fmt(" %s", trap_signame(signo));
bin/sh/trap.c
308
out1fmt(" %s", trap_signame(signo));
bin/sh/trap.c
329
out1fmt(" %s\n", trap_signame(signo));
bin/sh/trap.c
380
out1fmt("%s\n", trap[signo]);
bin/sh/trap.c
387
out1fmt(" %s\n", trap_signame(signo));
bin/sh/var.c
818
out1fmt("''");
bin/sh/var.c
822
out1fmt("%s", p);
bin/sh/var.c
827
out1fmt("\\'");
bin/sh/var.c
833
out1fmt("'%s'", p );
bin/sh/var.c
836
out1fmt("'%.*s'", (int)(q - p), p );
bin/sh/var.c
946
out1fmt("%s ", cmd);
bin/sh/var.c
948
out1fmt("%s ", xtra);
bin/sh/var.c
952
out1fmt("=");