Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1412 static void ash_vmsg_and_raise(int, const char *, va_list) NORETURN;
1414 ash_vmsg_and_raise(int cond, const char *msg, va_list ap) in ash_vmsg_and_raise() function
1440 ash_vmsg_and_raise(EXERROR, msg, ap); in ash_msg_and_raise_error()
1466 ash_vmsg_and_raise(cond, msg, ap); in ash_msg_and_raise()