Searched refs:EXIT_STATUS (Results 1 – 4 of 4) 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)
85 #define EXIT_STATUS(x) (((x)&((1<<(EXIT_BITS-2))-1))?(x):EXIT_CODE((x)>>EXIT_BITS)) macro
1630 ast.h: add EXIT_STATUS(x) to convert wait() status to sh exit status