HomeSort by relevance Sort by last modified time
    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 70 newenv(E_EXEC);
217 e->type = E_EXEC; /* no more need for error handler */
    [all...]
sh.h 546 #define E_EXEC 4 /* executing command tree */
    [all...]

Completed in 65 milliseconds