Searched refs:ash_msg_and_raise_error (Results 1 – 1 of 1) sorted by relevance
1431 static void ash_msg_and_raise_error(const char *, ...) NORETURN;1433 ash_msg_and_raise_error(const char *msg, ...) in ash_msg_and_raise_error() function1448 #define ash_msg_and_raise_perror(fmt, ...) ash_msg_and_raise_error(fmt ": "STRERROR_FMT, ##__VA_ARG…1455 ash_msg_and_raise_error("syntax error: %s", msg); in raise_error_syntax()1512 ash_msg_and_raise_error(bb_msg_memory_exhausted);1533 ash_msg_and_raise_error(bb_msg_memory_exhausted);1621 ash_msg_and_raise_error(bb_msg_memory_exhausted); in stalloc()1723 ash_msg_and_raise_error(bb_msg_memory_exhausted); in growstackblock()1882 ash_msg_and_raise_error(msg_illnum, s); in number()2012 ash_msg_and_raise_error("illegal option -%c", c); in nextopt()[all …]