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

/osnet-11/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);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocclose.c96 status = errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC;
H A Dcmdarg.c131 exit(EXIT_NOTFOUND);
277 exit(EXIT_NOTFOUND - 1);
281 else if (n >= EXIT_NOTFOUND - 1)
H A Dprocopen.c602 _exit(EXIT_NOTFOUND);
781 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);
/osnet-11/usr/src/lib/libast/common/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
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h83 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h83 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h83 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */
H A Dast.h83 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro
/osnet-11/usr/src/lib/libast/common/comp/
H A Dspawnveg.c226 _exit(errno == ENOENT ? EXIT_NOTFOUND : EXIT_NOEXEC);

Completed in 64 milliseconds