OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sh_errx
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/bltin/
bltin.h
66
#define errx
sh_errx
/system/core/sh/
error.h
99
void
sh_errx
(int, const char *, ...) __attribute__((__noreturn__));
error.c
229
sh_errx
(int status, const char *fmt, ...)
function
Completed in 517 milliseconds