Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1459 static void ash_msg_and_raise(int, const char *, ...) NORETURN;
1461 ash_msg_and_raise(int cond, const char *msg, ...) in ash_msg_and_raise() function
8343 ash_msg_and_raise(EXEND, "%s: %s", prog, errmsg(e, "not found")); in shellexec()