Searched refs:EXIT_NOTFOUND (Results 1 – 15 of 15) sorted by relevance
32 #define EXIT_NOTFOUND 127 macro128 _exit(EXIT_NOTFOUND);264 _exit(EXIT_NOTFOUND);271 _exit(EXIT_NOTFOUND);277 _exit(EXIT_NOTFOUND);
131 exit(EXIT_NOTFOUND); in cmdopen()277 exit(EXIT_NOTFOUND - 1); in cmdflush()281 else if (n >= EXIT_NOTFOUND - 1) in cmdflush()
93 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC; in procclose()
541 _exit(EXIT_NOTFOUND); in procopen()720 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC); in procopen()
66 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
76 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
85 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
226 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);