Home
last modified time | relevance | path

Searched refs:EXIT_NOTFOUND (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/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);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dcmdarg.c178 n = EXIT_NOTFOUND; in cmdopen_20120411()
328 n = EXIT_NOTFOUND - 1; in cmdflush()
334 else if (n >= EXIT_NOTFOUND - 1) in cmdflush()
H A Dprocclose.c96 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC; in procclose()
H A Dprocopen.c603 _exit(EXIT_NOTFOUND); 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.h66 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h74 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dspawnveg.c237 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);