Home | History | Annotate | Download | only in Modules

Lines Matching defs:WEXITSTATUS

342 #ifndef WEXITSTATUS
343 #define WEXITSTATUS(u_wait) (WIFEXITED(u_wait)?((u_wait).w_retcode):-1)
9074 #ifdef WEXITSTATUS
9076 os.WEXITSTATUS -> int
9089 return WEXITSTATUS(wait_status);
9091 #endif /* WEXITSTATUS */