Home
last modified time | relevance | path

Searched refs:bb_herror_msg (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/libbb/
Dherror_msg.c11 void FAST_FUNC bb_herror_msg(const char *s, ...) in bb_herror_msg() function
32 bb_herror_msg("%s", s); in bb_simple_herror_msg()
/busybox-1.35.0/include/
Dlibbb.h1431 void bb_herror_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2))) FAST_FUNC;
1483 #define bb_herror_msg(...) BB_MSG(_herror_msg, BB_MSG_KIND(__VA_ARGS__), __VA_ARGS__) macro
/busybox-1.35.0/
DConfig.in667 bb_perror_msg_and_die(), bb_herror_msg() or bb_herror_msg_and_die()