Symbol: errorf
bin/ksh/c_sh.c
807
errorf("time: -%s unknown option", opt.optarg);
bin/ksh/c_sh.c
809
errorf("time: -%s requires an argument",
bin/ksh/eval.c
308
errorf("%s: bad substitution", str);
bin/ksh/eval.c
461
errorf("%s: %s", st->var->name,
bin/ksh/eval.c
779
errorf("%s: parameter not set", sp);
bin/ksh/eval.c
877
errorf("%s: parameter not set", sp);
bin/ksh/eval.c
907
errorf("funny $() command: %s",
bin/ksh/exec.c
124
errorf(NULL);
bin/ksh/exec.c
192
errorf("coprocess already exists");
bin/ksh/exec.c
386
errorf("%s: %s", s, strerror(errno));
bin/ksh/exec.c
455
errorf("builtin: %s: not a builtin", cp);
bin/ksh/exec.c
722
errorf("%s: %s: %s", tp->str, shell, strerror(errno));
bin/ksh/expr.c
195
errorf(NULL);
bin/ksh/io.c
248
errorf("too many files open in shell");
bin/ksh/io.c
268
errorf("too many files open in shell");
bin/ksh/io.c
296
errorf("can't create pipe - try again");
bin/ksh/jobs.c
454
errorf("cannot fork - try again");
bin/ksh/lex.c
942
errorf(NULL);
bin/ksh/main.c
347
errorf("-c requires an argument");
bin/ksh/main.c
356
errorf("%s: %s", s->file, strerror(errno));
bin/ksh/sh.h
464
void errorf(const char *, ...)
bin/ksh/shf.c
454
errorf("syntax error: NUL byte unexpected");
bin/ksh/shf.c
501
errorf("syntax error: NUL byte unexpected");
bin/ksh/var.c
1217
errorf("%s: is read only", var);
bin/ksh/var.c
157
errorf("%s: subscript %" PRIi64 " out of range",
bin/ksh/var.c
185
errorf("bad substitution");
bin/ksh/var.c
356
errorf("%s: bad number", str_val(vp));
bin/ksh/var.c
370
errorf(NULL);
bin/ksh/var.c
642
errorf("%s: restricted", tvar);
bin/ksh/var.c
657
errorf("%s: is read only", tvar);
bin/ksh/var.c
724
errorf(NULL);