Searched refs:exerror (Results 1 – 3 of 3) sorted by relevance
94 void exerror(int, const char *, ...) __attribute__((__noreturn__));
189 exerror(int cond, const char *msg, ...) in exerror() function
153 exerror(EXEXEC, "%s: %s", argv[0], errmsg(e, E_EXEC)); in shellexec()