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

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec.c52 #define EX_NOTFOUND 127 macro
200 exit((errno == ENOENT) ? EX_NOTFOUND : EX_NOEXEC);
242 exit((errno == ENOENT) ? EX_NOTFOUND : EX_NOEXEC);
265 exit((errno == ENOENT) ? EX_NOTFOUND : EX_NOEXEC);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dshell.h62 #define EX_NOTFOUND 127 macro
H A Dshell.c1404 exit ((e == ENOENT) ? EX_NOTFOUND : EX_NOINPUT);
1477 exit (EX_NOTFOUND);
H A Dexecute_cmd.c3740 exit (EX_NOTFOUND); /* Posix.2 says the exit status is 127 */
3995 return ((i == ENOENT) ? EX_NOTFOUND : EX_NOEXEC); /* XXX Posix.2 says that exit status is 126 */
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dexec.c113 exit_value = EX_NOTFOUND; /* As per Posix.2, 3.14.6 */
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkinit.c999 #define EX_NOTFOUND 127 macro
1002 else if(ret == EX_NOTFOUND)

Completed in 239 milliseconds