bin/ksh/c_sh.c
797
errorf("time: -%s unknown option", opt.optarg);
bin/ksh/c_sh.c
799
errorf("time: -%s requires an argument",
bin/ksh/eval.c
306
errorf("%s: bad substitution", str);
bin/ksh/eval.c
439
errorf("%s: %s", st->var->name,
bin/ksh/eval.c
743
errorf("%s: parameter not set", sp);
bin/ksh/eval.c
840
errorf("%s: parameter not set", sp);
bin/ksh/eval.c
872
errorf("funny $() command: %s",
bin/ksh/eval.c
877
errorf("%s: cannot open $() input", name);
bin/ksh/exec.c
151
errorf("%s", null);
bin/ksh/exec.c
222
errorf("coprocess already exists");
bin/ksh/exec.c
424
errorf("%s: %s", s, strerror(errno));
bin/ksh/exec.c
499
errorf("builtin: %s: not a builtin", cp);
bin/ksh/exec.c
769
errorf("%s: %s: %s", tp->str, shellv, strerror(errno));
bin/ksh/expr.c
195
errorf("%s", null);
bin/ksh/history.c
1205
errorf("history not enabled");
bin/ksh/io.c
239
errorf("too many files open in shell");
bin/ksh/io.c
261
errorf("too many files open in shell");
bin/ksh/io.c
290
errorf("can't create pipe - try again");
bin/ksh/jobs.c
518
errorf("cannot fork - try again");
bin/ksh/lex.c
852
errorf("%s", null);
bin/ksh/main.c
292
errorf("-c requires an argument");
bin/ksh/main.c
301
errorf("%s: %s", s->file, strerror(errno));
bin/ksh/main.c
790
errorf("%s", null); /* this is never executed - keeps gcc quiet */
bin/ksh/proto.h
103
void errorf ARGS((const char *, ...))
bin/ksh/var.c
1246
errorf("%s: is read only", var);
bin/ksh/var.c
163
errorf("%s: subscript out of range", n);
bin/ksh/var.c
190
errorf("bad substitution");
bin/ksh/var.c
363
errorf("%s: bad number", str_val(vp));
bin/ksh/var.c
380
errorf("%s", null);
bin/ksh/var.c
662
errorf("%s: restricted", tvar);
bin/ksh/var.c
677
errorf("%s: is read only", tvar);
bin/ksh/var.c
741
errorf("%s", null);