Home
last modified time | relevance | path

Searched refs:bi_errorf (Results 1 – 8 of 8) sorted by relevance

/external/mksh/src/
Dfuncs.c76 bi_errorf(Tf_sD_s, Tbadnum, as); in bi_getn()
267 bi_errorf(Ttoo_many_args); in c_pwd()
276 bi_errorf(Tf_sD_s, "can't determine current directory", in c_pwd()
415 bi_errorf(Tf_coproc, emsg); in c_print()
433 bi_errorf("-u%s: %s", s, emsg); in c_print()
741 bi_errorf(Tunexpected_type, id, Tcommand, tp->type); in do_whence()
866 bi_errorf(Tinvname, alias, Talias); in c_alias()
987 bi_errorf(Tno_args); in c_let()
1042 bi_errorf("job control not enabled"); in c_fgbg()
1082 bi_errorf(Tbad_sig_s, p + 1); in c_kill()
[all …]
Dhistrap.c96 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 …]
Dmisc.c422 bi_errorf(Tf_sD_s, go.optarg, in parse_args()
484 bi_errorf(Tf_sD_s, array, Tnot_ident); in parse_args()
2133 bi_errorf(Tcant_cd); in c_cd()
2143 bi_errorf("no home directory (HOME not set)"); in c_cd()
2154 bi_errorf(Tno_OLDPWD); in c_cd()
2165 bi_errorf("can't determine current directory"); in c_cd()
2175 bi_errorf(Tbadsubst); in c_cd()
2194 bi_errorf(Ttoo_many_args); in c_cd()
2230 bi_errorf(Tf_sD_s, dir, "bad directory"); in c_cd()
2232 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()
Djobs.c749 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in waitfor()
783 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_kill()
790 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); in j_kill()
799 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); in j_kill()
826 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_resume()
832 bi_errorf("job not job-controlled"); in j_resume()
871 bi_errorf(Tf_ldfailed, in j_resume()
898 bi_errorf(Tf_s_sD_s, "can't continue job", in j_resume()
967 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_jobs()
Dvar.c1965 bi_errorf(Tf_sD_s, Tbadnum, fieldstr); in c_typeset()
1970 bi_errorf(Tf_sD_s, "bad integer base", basestr); in c_typeset()
1987 bi_errorf("only -t, -u and -x options may be used with -f"); in c_typeset()
2053 bi_errorf(Tf_sD_s, wp[i], Tnot_ident); in c_typeset()
Dsh.h2512 void bi_errorf(const char *, ...)
2516 #define bi_errorfz() bi_errorf(NULL)
Dedit.c2483 bi_errorf("can't bind, not a tty"); in x_bind()
2531 bi_errorf("too long key sequence: %s", msg); in x_bind()
2555 bi_errorf("%s: no such function", a2); in x_bind()
Dmain.c1317 bi_errorf(const char *fmt, ...) in bi_errorf() function