Searched refs:EXIT_NOTFOUND (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfpopen.c32 #define EXIT_NOTFOUND 127 macro
128 _exit(EXIT_NOTFOUND);
264 _exit(EXIT_NOTFOUND);
271 _exit(EXIT_NOTFOUND);
277 _exit(EXIT_NOTFOUND);
/ast/src/lib/libast/misc/
H A Dprocclose.c96 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC;
H A Dcmdarg.c178 n = EXIT_NOTFOUND;
328 n = EXIT_NOTFOUND - 1;
334 else if (n >= EXIT_NOTFOUND - 1)
H A Dprocopen.c603 _exit(EXIT_NOTFOUND);
782 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
/ast/src/lib/libast/include/
H A Derror.h66 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h74 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/ast/src/lib/libast/comp/
H A Dspawnveg.c237 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
/ast/src/cmd/std/
H A Dmount.c516 exit(EXIT_NOTFOUND);
H A Dps.c1513 exit(EXIT_NOTFOUND);

Completed in 23 milliseconds