Searched refs:EXIT_NOEXEC (Results 1 – 6 of 6) sorted by relevance
96 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC; in procclose()
590 _exit(EXIT_NOEXEC); in procopen()782 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC); in procopen()
65 #define ERROR_NOEXEC EXIT_NOEXEC /* shell convention */
75 #define EXIT_NOEXEC ((1<<(EXIT_BITS-1))-2) /* other exec error */ macro
237 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
402 if ((n = sh_run(context, argc, oargv)) >= EXIT_NOEXEC) in b_getconf()