Searched refs:EX_NOTFOUND (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dshell.h62 #define EX_NOTFOUND 127 macro
H A Dshell.c1401 exit ((e == ENOENT) ? EX_NOTFOUND : EX_NOINPUT);
1474 exit (EX_NOTFOUND);
H A Dexecute_cmd.c4466 exit (EX_NOTFOUND); /* Posix.2 says the exit status is 127 */
4727 return ((i == ENOENT) ? EX_NOTFOUND : EX_NOEXEC); /* XXX Posix.2 says that exit status is 126 */

Completed in 63 milliseconds