Searched refs:EXIT_STATUS (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/comp/
H A Dspawnveg.c69 if (waitpid(pid, &err, WNOHANG|WNOWAIT) == pid && EXIT_STATUS(err) == 127)
/ast/src/lib/libast/include/
H A Dast.h85 #define EXIT_STATUS(x) (((x)&((1<<(EXIT_BITS-2))-1))?(x):EXIT_CODE((x)>>EXIT_BITS)) macro

Completed in 13 milliseconds