Searched refs:zbc_posix_error_fmt (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | bc.c | 992 static NOINLINE BC_STATUS zbc_posix_error_fmt(const char *fmt, ...) in zbc_posix_error_fmt() function 1012 #define zbc_posix_error_fmt(...) (zbc_posix_error_fmt(__VA_ARGS__) COMMA_SUCCESS) macro 1074 RETURN_STATUS(zbc_posix_error_fmt("POSIX requires %s", msg)); in zbc_POSIX_requires() 1079 RETURN_STATUS(zbc_posix_error_fmt("%s%s", "POSIX does not allow ", msg)); in zbc_POSIX_does_not_allow() 1084 …RETURN_STATUS(zbc_posix_error_fmt("%s%s %s", "POSIX does not allow ", "boolean operators; this is … in zbc_POSIX_does_not_allow_bool_ops_this_is_bad() 1089 …RETURN_STATUS(zbc_posix_error_fmt("%san empty %s expression in 'for()'", "POSIX does not allow ", … in zbc_POSIX_does_not_allow_empty_X_expression_in_for() 3110 s = zbc_posix_error_fmt("%sthe '%.8s' keyword", "POSIX does not allow ", bc_lex_kws[i].name8); in zbc_lex_identifier() 3128 s = zbc_posix_error_fmt("POSIX only allows one character names; this is bad: '%.*s'", len, buf); in zbc_lex_identifier()
|