Lines Matching refs:bi_errorf

74 		bi_errorf("%s: %s", as, "bad number");  in bi_getn()
256 bi_errorf("too many arguments"); in c_pwd()
265 bi_errorf("%s: %s", "can't determine current directory", in c_pwd()
368 bi_errorf("-p: %s", emsg); in c_print()
388 bi_errorf("-u%s: %s", s, emsg); in c_print()
801 bi_errorf("%s: %s", "bad integer base", basestr); in c_typeset()
818 bi_errorf("only -t, -u and -x options may be used with -f"); in c_typeset()
884 bi_errorf("%s: %s", wp[i], "is not an identifier"); in c_typeset()
1257 bi_errorf("no arguments"); in c_let()
1312 bi_errorf("job control not enabled"); in c_fgbg()
1353 bi_errorf("bad signal '%s'", p + 1); in c_kill()
1368 bi_errorf("bad signal '%s'", in c_kill()
1445 bi_errorf("%s: %s", p, in c_kill()
1450 bi_errorf("%s: %s", p, cstrerror(errno)); in c_kill()
1482 bi_errorf("missing %s argument", "options"); in c_getopts()
1488 bi_errorf("missing %s argument", "name"); in c_getopts()
1492 bi_errorf("%s: %s", var, "is not an identifier"); in c_getopts()
1512 bi_errorf("arguments changed since last call"); in c_getopts()
1642 bi_errorf("%s: %s", arg, "bad number"); in c_shift()
1646 bi_errorf("nothing to shift"); in c_shift()
1703 bi_errorf("bad number"); in c_umask()
1781 bi_errorf("bad mask"); in c_umask()
1801 bi_errorf("missing argument"); in c_dot()
1809 bi_errorf("%s: %s", cp, cstrerror(errcode)); in c_dot()
1826 bi_errorf("%s: %s", cp, cstrerror(errno)); in c_dot()
1907 bi_errorf("%s: %s", "-p", ccp); in c_read()
1920 bi_errorf("%s: %s '%s'", Tsynerr, cstrerror(errno), in c_read()
1931 bi_errorf("%s: %s: %s", "-u", builtin_opt.optarg, ccp); in c_read()
1943 bi_errorf("too many arguments"); in c_read()
2003 bi_errorf("%s: %s", Tselect, cstrerror(errno)); in c_read()
2122 bi_errorf("read-only: %s", *wp); in c_read()
2236 bi_errorf("nested arrays not yet supported"); in c_read()
2418 bi_errorf("too many arguments"); in c_exitreturn()
2440 bi_errorf("%s: %s", arg, "bad value"); in c_brkcont()
2759 bi_errorf("invalid file mode"); in c_mknod()
2794 bi_errorf("non-numeric %s %s '%s'", "device", "major", argv[2]); in c_mknod()
2799 bi_errorf("non-numeric %s %s '%s'", "device", "minor", argv[3]); in c_mknod()
2804 bi_errorf("%s %s too large: %lu", "device", "major", majnum); in c_mknod()
2808 bi_errorf("%s %s too large: %lu", "device", "minor", minnum); in c_mknod()
2815 bi_errorf("%s: %s", argv[0], cstrerror(errno)); in c_mknod()
2824 bi_errorf("%s: %s", "usage", "mknod [-m mode] name b|c major minor"); in c_mknod()
2825 bi_errorf("%s: %s", "usage", "mknod [-m mode] name p"); in c_mknod()
2874 bi_errorf("missing ]"); in c_test()
3415 bi_errorf("%s: %s", op, msg); in ptest_error()
3417 bi_errorf("%s", msg); in ptest_error()
3529 bi_errorf("usage: ulimit [-%s] [value]", rlimits_opts); in c_ulimit()
3545 bi_errorf("too many arguments"); in c_ulimit()
3579 bi_errorf("invalid %s limit: %s", l->name, v); in set_ulimit()
3587 bi_errorf("limit %s could not be read, contact the mksh developers: %s", in set_ulimit()
3601 bi_errorf("%s exceeds allowable %s limit", v, l->name); in set_ulimit()
3603 bi_errorf("bad %s limit: %s", l->name, cstrerror(errno)); in set_ulimit()
3643 bi_errorf(Tsynerr); in c_rename()
3646 bi_errorf("%s: %s", "failed", cstrerror(rv)); in c_rename()
3666 bi_errorf(Tsynerr); in c_realpath()
3669 bi_errorf("%s: %s", wp[0], cstrerror(rv)); in c_realpath()
3698 bi_errorf(Tsynerr); in c_cat()
3706 bi_errorf(Toomem, (size_t)MKSH_CAT_BUFSIZ); in c_cat()
3719 bi_errorf("%s: %s", fn, cstrerror(errno)); in c_cat()
3736 bi_errorf("%s: %s", fn, cstrerror(errno)); in c_cat()
3761 bi_errorf("%s: %s", "<stdout>", in c_cat()
3794 bi_errorf(Tsynerr); in c_sleep()
3796 bi_errorf("%s: %s '%s'", Tsynerr, cstrerror(errno), wp[0]); in c_sleep()
3826 bi_errorf("%s: %s", Tselect, cstrerror(errno)); in c_sleep()
3841 bi_errorf("too many arguments"); in c_suspend()
3848 bi_errorf("can't suspend a login shell"); in c_suspend()