Searched refs:EXIT_STATUS (Results 1 – 8 of 8) sorted by relevance
315 EXIT_STATUS=$CLEAN_MOUNT324 EXIT_STATUS=$CLEAN_MOUNT437 EXIT_STATUS=0562 exit $EXIT_STATUS
69 if (waitpid(pid, &err, WNOHANG|WNOWAIT) == pid && EXIT_STATUS(err) == 127)
87 #define EXIT_STATUS(x) (((x)&((1<<(EXIT_BITS-2))-1))?(x):EXIT_CODE((x)>>EXIT_BITS)) macro
96 #define EXIT_STATUS(x) (((x)&((1<<(EXIT_BITS-2))-1))?(x):EXIT_CODE((x)>>EXIT_BITS)) macro
1442 ast.h: add EXIT_STATUS(x) to convert wait() status to sh exit status