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

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

Completed in 46 milliseconds