Searched refs:EXEXEC (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Derror.h59 #define EXEXEC 2 /* command execution failed */ macro
H A Dmain.c106 case EXEXEC:
H A Dexec.c140 exerror(EXEXEC, "%s: not found", argv[0]);
143 exerror(EXEXEC, "%s: %s", argv[0], strerror(e));
H A Deval.c457 if (e == EXERROR || e == EXEXEC) {
619 if (exception == EXERROR || exception == EXEXEC)
1092 if ((e != EXERROR && e != EXEXEC)
H A Djobs.c910 _exit(exception == EXEXEC ? exerrno : 2);

Completed in 102 milliseconds