Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/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);
/titanic_44/usr/src/lib/libast/common/misc/
H A Dcmdarg.c131 exit(EXIT_NOTFOUND); in cmdopen()
277 exit(EXIT_NOTFOUND - 1); in cmdflush()
281 else if (n >= EXIT_NOTFOUND - 1) in cmdflush()
H A Dprocclose.c93 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC; in procclose()
H A Dprocopen.c541 _exit(EXIT_NOTFOUND); in procopen()
720 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC); in procopen()
/titanic_44/usr/src/lib/libast/common/include/
H A Derror.h66 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h76 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h85 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h85 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h85 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h85 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/titanic_44/usr/src/lib/libast/common/comp/
H A Dspawnveg.c226 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);