Searched defs:bb_error_msg (Results 1 – 2 of 2) sorted by relevance
175 void FAST_FUNC bb_error_msg(const char *s, ...) in bb_error_msg() function
1479 #define bb_error_msg(...) BB_MSG(_error_msg, BB_MSG_KIND(__VA_ARGS__), __VA_ARGS__) macro