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

  /src/bin/ksh/
c_ulimit.c 176 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));
c_ksh.c 48 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("can't get current directory - %s"
    [all...]
c_sh.c 49 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("bad signal %s", wp[-1])
    [all...]
history.c 91 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("error reading temp file %s - %s"
    [all...]
jobs.c 756 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]);
c_test.c 127 bi_errorf("missing ]");
642 bi_errorf("%s: %s", op, msg);
644 bi_errorf("%s", msg);
misc.c 421 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);
proto.h 107 void bi_errorf ARGS((const char *, ...))
io.c 60 bi_errorf(const char *fmt, ...) function in typeref:typename:void
492 * errorf() or bi_errorf() should be used.
emacs.c 1391 bi_errorf("cannot bind, not a tty");
1442 bi_errorf("%s: no such function", a2);

Completed in 19 milliseconds