Searched refs:bi_errorf (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/bin/ksh/ |
| H A D | 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));
|
| H A D | 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 …]
|
| H A D | 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 …]
|
| H A D | 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]);
|
| H A D | c_test.c | 127 bi_errorf("missing ]"); 640 bi_errorf("%s: %s", op, msg); 642 bi_errorf("%s", msg);
|
| H A D | proto.h | 107 void bi_errorf ARGS((const char *, ...))
|
| H A D | io.c | 60 bi_errorf(const char *fmt, ...) in bi_errorf() function
|
| H A D | emacs.c | 1391 bi_errorf("cannot bind, not a tty"); 1442 bi_errorf("%s: no such function", a2);
|