Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c74 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()
[all …]
Dhistrap.c102 bi_errorf("history %ss not available", Tfunction); in c_fc()
156 bi_errorf("too many arguments"); in c_fc()
171 bi_errorf("can't use -e, -l, -n, -r with -s (-e -)"); in c_fc()
186 bi_errorf("too many arguments"); in c_fc()
220 bi_errorf("bad substitution"); in c_fc()
233 bi_errorf("can't use -l, -n with -e"); in c_fc()
242 bi_errorf("too many arguments"); in c_fc()
303 bi_errorf("can't %s temporary file %s: %s", in c_fc()
311 bi_errorf("can't %s temporary file %s: %s", in c_fc()
337 bi_errorf("can't %s temporary file %s: %s", in c_fc()
[all …]
Dmisc.c446 bi_errorf("%s: %s", go.optarg, "bad option"); in parse_args()
507 bi_errorf("%s: %s", array, "is not an identifier"); in parse_args()
1822 bi_errorf("restricted shell - can't cd"); in c_cd()
1832 bi_errorf("no home directory (HOME not set)"); in c_cd()
1843 bi_errorf("no OLDPWD"); in c_cd()
1854 bi_errorf("can't determine current directory"); in c_cd()
1864 bi_errorf("bad substitution"); in c_cd()
1883 bi_errorf("too many arguments"); in c_cd()
1907 bi_errorf("%s: %s", dir, "bad directory"); in c_cd()
1909 bi_errorf("%s: %s", tryp, cstrerror(errno)); in c_cd()
Djobs.c743 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in waitfor()
777 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_kill()
784 bi_errorf("%s: %s", cp, cstrerror(errno)); in j_kill()
793 bi_errorf("%s: %s", cp, cstrerror(errno)); in j_kill()
820 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_resume()
826 bi_errorf("job not job-controlled"); in j_resume()
865 bi_errorf("%s %s(%d, %ld) %s: %s", in j_resume()
892 bi_errorf("%s %s: %s", "can't continue job", in j_resume()
961 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_jobs()
Dsh.h1883 void bi_errorf(const char *, ...)
1887 #define bi_errorfz() bi_errorf(NULL)
Dedit.c2471 bi_errorf("can't bind, not a tty"); in x_bind()
2519 bi_errorf("%s: %s", "too long key sequence", msg); in x_bind()
2543 bi_errorf("%s: %s %s", a2, "no such", Tfunction); in x_bind()
Dmain.c1246 bi_errorf(const char *fmt, ...) in bi_errorf() function