Home
last modified time | relevance | path

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

/system/core/sh/
Derror.h94 void exerror(int, const char *, ...) __attribute__((__noreturn__));
Derror.c189 exerror(int cond, const char *msg, ...) in exerror() function
Dexec.c153 exerror(EXEXEC, "%s: %s", argv[0], errmsg(e, E_EXEC)); in shellexec()