Searched refs:WEXITSTATUS (Results 1 – 11 of 11) sorted by relevance
76 return WEXITSTATUS(status); in check_wait()87 return WEXITSTATUS(status); in check_waitpid()99 return WEXITSTATUS(status); in check_wait3()111 return WEXITSTATUS(status); in check_wait4()
95 int child_status = WEXITSTATUS(status); in main()
109 int child_status = WEXITSTATUS(status); in main()
187 return os.WEXITSTATUS(exit_code)279 self._return_code = os.WEXITSTATUS(ret_code)
146 # ifndef WEXITSTATUS147 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro165 # ifndef WEXITSTATUS166 # define WEXITSTATUS(x) ((x).w_retcode) macro570 exit_code = WEXITSTATUS (status); in reap_children()603 exit_code = WEXITSTATUS (status); in reap_children()
204 #ifdef WEXITSTATUS207 conflicts with WEXITSTATUS et al, we don't want to use it at all. */208 if (WEXITSTATUS (status) != 0) pid = -1;210 /* If we have WEXITSTATUS and WTERMSIG, just use them on ints. */
2101 exit (WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE); in main()
8471 conflicts with WEXITSTATUS et al, we don't want to use it at all. */
160 return WIFEXITED(exit_status) && WEXITSTATUS(exit_status) == exit_code_; in operator ()()192 m << "Exited with exit status " << WEXITSTATUS(exit_code); in ExitSummary()
8468 #ifdef WEXITSTATUS8471 conflicts with WEXITSTATUS et al, we don't want to use it at all. */8472 if (WEXITSTATUS (status) != 0) pid = -1;8474 /* If we have WEXITSTATUS and WTERMSIG, just use them on ints. */