OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E_EXEC
(Results
1 - 6
of
6
) sorted by null
/system/core/sh/
error.h
45
#define
E_EXEC
04 /* executing a program */
error.c
290
#define ALL (E_OPEN|E_CREAT|
E_EXEC
)
299
{ ENOENT,
E_EXEC
, "not found" },
302
{ ENOTDIR,
E_EXEC
, "not found" },
319
{ EAGAIN,
E_EXEC
, "not enough memory" },
340
{ E2BIG,
E_EXEC
, "argument list too long" },
342
{ ELIBACC,
E_EXEC
, "shared library missing" },
exec.c
153
exerror(EXEXEC, "%s: %s", argv[0], errmsg(e,
E_EXEC
));
588
outfmt(out2, "%s: %s\n", name, errmsg(e,
E_EXEC
));
init.c
252
#define ALL (E_OPEN|E_CREAT|
E_EXEC
)
544
#define ALL (E_OPEN|E_CREAT|
E_EXEC
)
832
#define ALL (E_OPEN|E_CREAT|
E_EXEC
)
/external/mksh/src/
exec.c
77
newenv(
E_EXEC
);
281
e->type =
E_EXEC
;
[
all
...]
sh.h
702
#define
E_EXEC
4 /* executing command tree */
[
all
...]
Completed in 66 milliseconds