HomeSort by: relevance | last modified time | path
    Searched refs:exerror (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
error.h 73 #define EXERROR 1 /* a generic error */
99 void exerror(int, const char *, ...) __dead __printflike(2, 3);
error.c 200 exverror(EXERROR, msg, ap);
207 exerror(int cond, const char *msg, ...) function in typeref:typename:void
exec.c 213 exerror(EXEXEC, "%s: %s", argv[0], errmsg(e, action));

Completed in 48 milliseconds