WEXITSTATUS       898 opal/mca/event/libevent2022/libevent/test/regress.c 	if (WEXITSTATUS(status) != 76) {
WEXITSTATUS       899 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stdout, "FAILED (exit): %d\n", WEXITSTATUS(status));
WEXITSTATUS       478 opal/mca/event/libevent2022/libevent/test/regress_util.c 		exitcode = WEXITSTATUS(status);
WEXITSTATUS      1249 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                     t2->exit_code = WEXITSTATUS(status);
WEXITSTATUS       329 opal/mca/pmix/pmix4x/pmix/test/test_server.c                                 server->pid, WEXITSTATUS(status)));
WEXITSTATUS       330 opal/mca/pmix/pmix4x/pmix/test/test_server.c                     ret += WEXITSTATUS(status);
WEXITSTATUS       915 opal/tools/wrappers/opal_wrapper.c             exit_status = WIFEXITED(status) ? WEXITSTATUS(status) :
WEXITSTATUS       320 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                                    WEXITSTATUS(sts));
WEXITSTATUS       321 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                     sts = WEXITSTATUS(sts);
WEXITSTATUS      1560 orte/mca/odls/base/odls_base_default_fns.c             proc->exit_code = WEXITSTATUS(proc->exit_code);
WEXITSTATUS      1621 orte/mca/odls/base/odls_base_default_fns.c         proc->exit_code = WEXITSTATUS(proc->exit_code);
WEXITSTATUS      1448 orte/mca/plm/base/plm_base_launch_support.c         ORTE_UPDATE_EXIT_STATUS(WEXITSTATUS(status));
WEXITSTATUS       279 orte/mca/plm/rsh/plm_rsh_module.c         WEXITSTATUS(daemon->exit_code) != 0) { /* if abnormal exit */
WEXITSTATUS       288 orte/mca/plm/rsh/plm_rsh_module.c                                  (int)daemon->name.vpid, WEXITSTATUS(daemon->exit_code)));
WEXITSTATUS       303 orte/mca/plm/rsh/plm_rsh_module.c                                  (int)daemon->name.vpid, WEXITSTATUS(daemon->exit_code)));
WEXITSTATUS       305 orte/mca/plm/rsh/plm_rsh_module.c             ORTE_UPDATE_EXIT_STATUS(WEXITSTATUS(daemon->exit_code));