Searched refs:E_EXEC (Results 1 - 4 of 4) sorted by relevance

/system/core/sh/
H A Derror.h45 #define E_EXEC 04 /* executing a program */ macro
H A Derror.c290 #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" },
H A Dexec.c153 exerror(EXEXEC, "%s: %s", argv[0], errmsg(e, E_EXEC));
588 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC));
H A Dinit.c252 #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)

Completed in 10 milliseconds