Searched refs:WCOREDUMP (Results 1 – 20 of 20) sorted by relevance
52 #ifndef WCOREDUMP53 #define WCOREDUMP(w) (((w)&0200) != 0) macro
84 #ifndef WCOREDUMP85 #define WCOREDUMP(w) (((w)&0200) != 0) macro
24 #define WCOREDUMP(w) (((w)&0200) != 0) macro41 #define WCOREDUMP(w) (w).w_coredump macro
62 #define WCOREDUMP(x) ((x) & WCOREFLAG) macro
212 ATF_REQUIRE_EQ(!!WCOREDUMP(status), expect_core); in raise_raw()237 ATF_REQUIRE_EQ(!!WCOREDUMP(status), 0); in raise_raw()
264 #ifndef WCOREDUMP265 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
1531 WCOREDUMP(status) ? ", core dumped" : "");
5262 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.5263 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
173 WCOREDUMP(pstat) ? "; core dumped" : ""); in proc_wait()
61 #ifndef WCOREDUMP62 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
345 #ifndef WCOREDUMP346 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
1506 WCOREDUMP(status) ? ", core dumped" : ""); in collect_wait()
298 if (WCOREDUMP(status)) { in _start_test()
494 #ifdef WCOREDUMP495 if (WCOREDUMP(status))
528 } else if (WCOREDUMP(pr->ps_xsig)) { in dowait6()
2059 (r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 || in session_exit_message()2065 WCOREDUMP(status) ? " core dumped" : ""); in session_exit_message()
130 if (WCOREDUMP(w)) in pchild()
2170 #ifdef WCOREDUMP in bltin()2171 if (WCOREDUMP(status)) in bltin()
1354 if (WCOREDUMP(p->status)) in j_print()
4002 # if defined(WCOREDUMP)4012 … (WIFSIGNALED(PL_statusvalue_posix) && WCOREDUMP(PL_statusvalue_posix) ? 0x80 : 0); \