Lines Matching refs:bb_error_msg

1478 	bb_error_msg("hush.c:%u", lineno);  in msg_and_die_if_script()
1489 bb_error_msg("syntax error: %s", msg); in syntax_error()
1497 bb_error_msg("syntax error at '%s'", msg); in syntax_error_at()
1503 bb_error_msg("syntax error: unterminated %s", s); in syntax_error_unterm_str()
1521 bb_error_msg("hush.c:%u", lineno); in syntax_error_unexpected_ch()
1523 bb_error_msg("syntax error: unexpected %s", ch == EOF ? "EOF" : msg); in syntax_error_unexpected_ch()
2476 bb_error_msg("%s: readonly variable", str); in set_local_var()
2633 bb_error_msg("%s: readonly variable", name); in unset_local_var()
2704 bb_error_msg("%s: readonly variable", *s); in set_vars_and_save_old()
8695 bb_error_msg("fd#%d is not open", newfd);
11769 bb_error_msg("type: %s: not found", *argv);
11881 bb_error_msg("%s: invalid mode '%s'", "umask", argv[0]);
11986 bb_error_msg("'%s': bad variable name", name);
12053 bb_error_msg("%s: not in a function", argv[0]);
12188 bb_error_msg("%s: %s: invalid option", "set", arg);
12231 bb_error_msg("Illegal number: %s", argv[0]);
12482 bb_error_msg("trap: %s: invalid signal specification", argv[-1]);
12542 bb_error_msg("bad argument '%s'", str);
12557 bb_error_msg("%u: no such job", jobnum);
12597 bb_error_msg("%s: no current job", argv[0]);
12858 bb_error_msg("wait: '%s': not a pid or valid job spec", *argv);
12878 bb_error_msg("wait: pid %u is not a child of this shell", (unsigned)pid);
12908 bb_error_msg("%s: bad arguments", argv[0]);
12921 bb_error_msg("%s: only meaningful in a loop", argv[0]);
12950 bb_error_msg("%s: not in a function or sourced script", argv[0]);