Searched refs:EXIT_NOEXEC (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/misc/
H A Dprocclose.c96 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC;
H A Dprocopen.c590 _exit(EXIT_NOEXEC);
782 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
/ast/src/lib/libast/include/
H A Derror.h65 #define ERROR_NOEXEC EXIT_NOEXEC /* shell convention */
H A Dast.h75 #define EXIT_NOEXEC ((1<<(EXIT_BITS-1))-2) /* other exec error */ macro
/ast/src/lib/libast/comp/
H A Dspawnveg.c237 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
/ast/src/cmd/coshell/
H A Dshell.c372 jp->status = EXIT_NOEXEC;
378 n = sfsprintf(state.buf, state.buflen, "x %d %d\n", id, EXIT_NOEXEC);
H A Dcommand.c67 if (code) *code = EXIT_NOEXEC;
/ast/src/lib/libcmd/
H A Dgetconf.c402 if ((n = sh_run(context, argc, oargv)) >= EXIT_NOEXEC)

Completed in 55 milliseconds