Searched refs:WEXITSTATUS (Results 1 – 8 of 8) sorted by relevance
62 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); in main()89 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); in main()115 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); in main()143 printf("Child Exit Code: %d\n", 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. */