Searched refs:E_EXEC (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/bin/sh/ |
| H A D | error.c | 309 #define ALL (E_OPEN|E_CREAT|E_EXEC) 313 { EACCES, E_EXEC, "no execute permission" }, 319 { ENOENT, E_EXEC, "not found" }, 322 { ENOTDIR, E_EXEC, "not found" }, 339 { EAGAIN, E_EXEC, "not enough memory" }, 363 { E2BIG, E_EXEC, "argument list too long" }, 365 { ELIBACC, E_EXEC, "shared library missing" },
|
| H A D | error.h | 45 #define E_EXEC 0x4 /* executing a program */ macro
|
| H A D | exec.c | 131 action = E_EXEC; in shellexec() 734 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC)); in find_command()
|
| /netbsd-src/bin/ksh/ |
| H A D | sh.h | 230 #define E_EXEC 4 /* executing command tree */ macro
|
| H A D | exec.c | 103 newenv(E_EXEC); 252 e->type = E_EXEC; /* no more need for error handler */
|