Searched refs:bc_error_fmt (Results 1 – 1 of 1) sorted by relevance
978 static NOINLINE ERRORFUNC int bc_error_fmt(const char *fmt, ...) in bc_error_fmt() function1022 IF_ERROR_RETURN_POSSIBLE(return) bc_error_fmt("%s", msg); in bc_error()1028 IF_ERROR_RETURN_POSSIBLE(return) bc_error_fmt( in bc_error_at()1035 IF_ERROR_RETURN_POSSIBLE(return) bc_error_fmt("%s", msg); in bc_error_at()1041 IF_ERROR_RETURN_POSSIBLE(return) bc_error_fmt("bad character '%c'", c); in bc_error_bad_character()2576 bc_error_fmt("illegal character 0x%02x", c); in bad_input_byte()3830 RETURN_STATUS(bc_error_fmt("no statement after '%s'", after_X)); in zbc_parse_stmt_allow_NLINE_before()6175 …RETURN_STATUS(bc_error_fmt("function has %u parameters, but called with %u", func->nparams, nparam… in zbc_program_call()