Lines Matching defs:WEXITSTATUS
462 # ifndef WEXITSTATUS
463 # define WEXITSTATUS(u_wait) (WIFEXITED(u_wait)?((u_wait).w_retcode):-1)
11347 #ifdef WEXITSTATUS
11349 os.WEXITSTATUS -> int
11362 return WEXITSTATUS(wait_status);
11364 #endif /* WEXITSTATUS */
14798 with WEXITSTATUS, WIFSIGNALED, etc.
14813 * If WIFEXITED(status) is true, return WEXITSTATUS(status).
14838 exitcode = WEXITSTATUS(wait_status);
14842 PyErr_Format(PyExc_ValueError, "invalid WEXITSTATUS: %i", exitcode);