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

/macosx-10.10.1/shell_cmds-179/nohup/
H A Dnohup.c74 #define EXIT_NOEXEC 126 macro
103 exit_status = (errno == ENOENT) ? EXIT_NOTFOUND : EXIT_NOEXEC;
/macosx-10.10.1/ksh-23/ksh/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);
/macosx-10.10.1/ksh-23/ksh/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
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dspawnveg.c237 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dgetconf.c402 if ((n = sh_run(context, argc, oargv)) >= EXIT_NOEXEC)

Completed in 122 milliseconds