Searched refs:bi_errorf (Results 1 - 10 of 10) sorted by last modified time

/netbsd-current/bin/ksh/
H A Dc_test.c127 bi_errorf("missing ]");
640 bi_errorf("%s: %s", op, msg);
642 bi_errorf("%s", msg);
H A Dc_ksh.c48 bi_errorf("restricted shell - can't cd");
58 bi_errorf("no home directory (HOME not set)");
67 bi_errorf("no OLDPWD");
78 bi_errorf("don't know current directory");
87 bi_errorf("bad substitution");
100 bi_errorf("too many arguments");
126 bi_errorf("%s: bad directory", dir);
128 bi_errorf("%s - %s", try, strerror(errno));
194 bi_errorf("too many arguments");
208 bi_errorf("ca
[all...]
H A Dmisc.c421 bi_errorf("%s: bad option", go.optarg);
465 bi_errorf("%s: is not an identifier", array);
510 bi_errorf("%s: bad number", as);
955 * a call to bi_errorf().
1017 bi_errorf("%s", null);
1043 bi_errorf("%s", null);
H A Dproto.h107 void bi_errorf ARGS((const char *, ...))
H A Dio.c60 bi_errorf(const char *fmt, ...) function
492 * errorf() or bi_errorf() should be used.
H A Dhistory.c91 bi_errorf("not interactive");
132 bi_errorf("too many arguments");
146 bi_errorf("can't use -e, -l, -n, -r with -s (-e -)");
162 bi_errorf("too many arguments");
174 bi_errorf("can't use -l, -n with -e");
183 bi_errorf("too many arguments");
237 bi_errorf("cannot create temp file %s - %s",
245 bi_errorf("error writing temporary file - %s", strerror(errno));
270 bi_errorf("cannot open temp file %s", tf->name);
283 bi_errorf("erro
[all...]
H A Demacs.c1391 bi_errorf("cannot bind, not a tty");
1442 bi_errorf("%s: no such function", a2);
H A Dc_sh.c49 bi_errorf("%s: bad number", arg);
53 bi_errorf("nothing to shift");
109 bi_errorf("bad number");
172 bi_errorf("bad mask");
199 bi_errorf("%s: %s", cp, err ? strerror(err) : "not found");
215 bi_errorf("%s: %s", cp, strerror(errno));
267 bi_errorf("-p: %s", emsg);
282 bi_errorf("-u: %s: %s", cp, emsg);
398 bi_errorf("%s is read only", *wp);
526 bi_errorf("ba
[all...]
H A Djobs.c756 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
786 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
792 bi_errorf("%s: %s", cp, strerror(errno));
801 bi_errorf("%s: %s", cp, strerror(errno));
829 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
835 bi_errorf("job not job-controlled");
873 bi_errorf("1st tcsetpgrp(%d, %d) failed: %s",
903 bi_errorf("cannot continue job %s: %s",
970 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
H A Dc_ulimit.c176 bi_errorf("too many arguments");
194 bi_errorf("invalid limit: %s", wp[0]);
205 bi_errorf("can't get limit: %s",
238 bi_errorf("can't get limit: %s", strerror(errno));
248 bi_errorf("exceeds allowable limit");
250 bi_errorf("bad limit: %s",
266 bi_errorf("can't change limit");
269 bi_errorf("bad limit: %s", strerror(errno));

Completed in 185 milliseconds