Home
last modified time | relevance | path

Searched refs:EXIT_NOEXEC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocclose.c96 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC; in procclose()
H A Dprocopen.c590 _exit(EXIT_NOEXEC); in procopen()
782 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC); in procopen()
/illumos-gate/usr/src/contrib/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dspawnveg.c237 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c402 if ((n = sh_run(context, argc, oargv)) >= EXIT_NOEXEC) in b_getconf()