Searched refs:bi_errorf (Results 1 – 9 of 9) sorted by relevance
/third_party/mksh/ |
D | funcs.c | 71 bi_errorf(Tf_sD_s, Tbadnum, as); in bi_getn() 269 bi_errorf(Ttoo_many_args); in c_pwd() 278 bi_errorf(Tf_sD_s, "can't determine current directory", in c_pwd() 417 bi_errorf(Tf_coproc, emsg); in c_print() 435 bi_errorf("-u%s: %s", s, emsg); in c_print() 763 bi_errorf(Tunexpected_type, id, Tcommand, tp->type); in do_whence() 893 bi_errorf(Tinvname, alias, Talias); in c_alias() 1014 bi_errorf(Tno_args); in c_let() 1069 bi_errorf("job control not enabled"); in c_fgbg() 1109 bi_errorf(Tbad_sig_s, p + 1); in c_kill() [all …]
|
D | ulimit.c | 219 bi_errorf("usage: ulimit [-%s] [value]", rlimits_opts); in c_ulimit() 240 bi_errorf(Ttoo_many_args); in c_ulimit() 284 bi_errorf("invalid %s limit: %s", l->name, v); in set_ulimit() 297 bi_errorf("limit %s could not be read, contact the mksh developers: %s", in set_ulimit() 321 bi_errorf("%s exceeds allowable %s limit", v, l->name); in set_ulimit() 323 bi_errorf("bad %s limit: %s", l->name, cstrerror(errno)); in set_ulimit()
|
D | histrap.c | 96 bi_errorf("history %ss not available", Tfunction); in c_fc() 150 bi_errorf(Ttoo_many_args); in c_fc() 165 bi_errorf("can't use -e, -l, -n, -r with -s (-e -)"); in c_fc() 180 bi_errorf(Ttoo_many_args); in c_fc() 214 bi_errorf(Tbadsubst); in c_fc() 227 bi_errorf("can't use -l, -n with -e"); in c_fc() 236 bi_errorf(Ttoo_many_args); in c_fc() 297 bi_errorf(Tf_temp, Tcreate, tf->tffn, cstrerror(errno)); in c_fc() 304 bi_errorf(Tf_temp, Twrite, tf->tffn, cstrerror(errno)); in c_fc() 321 bi_errorf(Tf_temp, Topen, tf->tffn, cstrerror(errno)); in c_fc() [all …]
|
D | misc.c | 166 bi_errorf(Tf_sd, "change in unnamed option", (int)i); in printoption() 172 bi_errorf(Tf_s_sD_s, Tdo, OFN(i), "not 0 or 1"); in printoption() 426 bi_errorf(Tf_s_s, "too early", in parse_args() 460 bi_errorf(Tf_ss, "too early", in parse_args() 474 bi_errorf(Tf_sD_s, go.optarg, in parse_args() 536 bi_errorf(Tf_sD_s, array, Tnot_ident); in parse_args() 2191 bi_errorf(Tcant_cd); in c_cd() 2201 bi_errorf("no home directory (HOME not set)"); in c_cd() 2209 bi_errorf(Tno_OLDPWD); in c_cd() 2223 bi_errorf("can't determine current directory"); in c_cd() [all …]
|
D | jobs.c | 754 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); 788 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); 795 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); 804 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); 831 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); 837 bi_errorf("job not job-controlled"); 876 bi_errorf(Tf_ldfailed, 903 bi_errorf(Tf_s_sD_s, "can't continue job", 972 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
|
D | var.c | 1998 bi_errorf(Tf_sD_s, Tbadnum, fieldstr); in c_typeset() 2003 bi_errorf(Tf_sD_s, "bad integer base", basestr); in c_typeset() 2020 bi_errorf("only -t, -u and -x options may be used with -f"); in c_typeset() 2089 bi_errorf(Tf_sD_s, wp[i], Tnot_ident); in c_typeset()
|
D | sh.h | 2593 void bi_errorf(const char *, ...) 2599 #define bi_errorfz() bi_errorf(NULL)
|
D | edit.c | 2581 bi_errorf("no key to bind"); in x_bind() 2610 bi_errorf("too long key sequence: %s", s); in x_bind() 2632 bi_errorf("%s: no such editing command", ccp); in x_bind()
|
D | main.c | 1364 bi_errorf(const char *fmt, ...) in bi_errorf() function
|