OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exerror
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
error.h
70
#define
EXERROR
1 /* a generic error */
94
void
exerror
(int, const char *, ...) __attribute__((__noreturn__));
error.c
182
exverror(
EXERROR
, msg, ap);
189
exerror
(int cond, const char *msg, ...)
function
exec.c
153
exerror
(EXEXEC, "%s: %s", argv[0], errmsg(e, E_EXEC));
Completed in 21 milliseconds