Home
last modified time | relevance | path

Searched refs:E_EXEC (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/sh/
H A Derror.c309 #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 Derror.h45 #define E_EXEC 0x4 /* executing a program */ macro
H A Dexec.c131 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 Dsh.h230 #define E_EXEC 4 /* executing command tree */ macro
H A Dexec.c103 newenv(E_EXEC);
252 e->type = E_EXEC; /* no more need for error handler */