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

  /src/tests/ipf/
t_filter_exec.sh 37 outfmt=$3
43 if [ $outfmt = hex ] ; then
62 outfmt=$3
68 if [ $outfmt = hex ] ; then
85 outfmt=$3
91 if [ $outfmt = hex ] ; then
t_nat_exec.sh 37 outfmt=$3
43 if [ $outfmt = hex ] ; then
t_nat_ipf_exec.sh 40 outfmt=$4
47 if [ $outfmt = hex ] ; then
  /src/bin/sh/
error.c 144 outfmt(&errout, "%s: ", commandname);
146 outfmt(&errout, "%s: ", getprogname());
148 outfmt(&errout, "%s: ", currentcontext);
152 outfmt(&errout, ": ");
155 outfmt(&errout, "%s", strerror(sv_errno));
output.h 85 void outfmt(struct output *, const char *, ...) __printflike(2, 3);
redir.c 1016 outfmt(out1, "%d: ", fd);
1019 outfmt(out1, "%s%s", verbose ? "+" : "", fn->name);
1022 outfmt(out1, "-%s", fn->name);
1026 outfmt(out1, ",");
1029 outfmt(out1, " +%#x", f);
1030 outfmt(out1, "\n");
1215 outfmt(out, "%d", n->nfile.fd);
1231 outfmt(out, "%d", n->ndup.dupfd);
alias.c 272 outfmt(out2, "alias: '' not found\n");
278 outfmt(out2, "alias: %s not found\n", n);
trap.c 158 outfmt(out, "%s", trap_signame(n));
205 outfmt(out, "%*s", pad, "");
365 outfmt(out2, "trap: '%s' bad condition\n", *ap);
403 outfmt(out2, "trap: '%s%s' cannot be %s\n",
options.c 611 outfmt(&errout, "Unknown option -%c\n", c);
629 outfmt(&errout, "No arg for -%c option\n", c);
histedit.c 566 outfmt(out2, "sh: Can't set terminal type %s\n", term);
567 outfmt(out2, "sh: Using dumb terminal settings.\n");
jobs.c 442 outfmt(out, "%ld\n",
538 outfmt(out, " | %s", (++ps)->cmd );
1232 outfmt(out2, "[%d] %ld\n", JNUM(jp),
exec.c 734 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC));
eval.c 1852 outfmt(out1, "%dm%ss %dm%ss\n%dm%ss %dm%ss\n",
expand.c 756 outfmt(&errout, "%s\n", startp);
  /src/bin/sh/bltin/
bltin.h 70 #define fprintf(...) _RETURN_INT(outfmt(__VA_ARGS__))

Completed in 24 milliseconds