Searched refs:EXIT_NOTFOUND (Results 1 – 7 of 7) sorted by relevance
32 #define EXIT_NOTFOUND 127 macro128 _exit(EXIT_NOTFOUND);264 _exit(EXIT_NOTFOUND);271 _exit(EXIT_NOTFOUND);277 _exit(EXIT_NOTFOUND);
178 n = EXIT_NOTFOUND; in cmdopen_20120411()328 n = EXIT_NOTFOUND - 1; in cmdflush()334 else if (n >= EXIT_NOTFOUND - 1) in cmdflush()
96 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC; in procclose()
603 _exit(EXIT_NOTFOUND); in procopen()782 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC); in procopen()
66 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
74 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
237 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);