Home
last modified time | relevance | path

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

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