Searched refs:WCOREDUMP (Results 1 – 19 of 19) sorted by relevance
50 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
82 #define WCOREDUMP(stat) ((stat)&WCOREFLG) macro
145 #define WCOREDUMP(stat) ((stat)&WCOREFLG) macro
115 if (WCOREDUMP(i)) in event_process()
206 if (WCOREDUMP(wstat)) in print_exit_status()
255 if (WCOREDUMP(stat_loc)) { in main()
273 if (!WCOREDUMP(err)) { in main()
475 core_dumped = WCOREDUMP(status); in await()
1029 if (WCOREDUMP(status)) in chld_handler()
2885 # ifndef WCOREDUMP2886 # define WCOREDUMP(st) (((st) & 0200) != 0) macro
255 if (WCOREDUMP(stat_loc)) { in wait_child()
265 if (WCOREDUMP(stat)) in statjob()
2234 #ifdef WCOREDUMP in session_exit_message()2235 packet_put_char(WCOREDUMP(status)); in session_exit_message()
1325 } else if (WCOREDUMP(status)) {
1503 if (WCOREDUMP(stat)) { in print_method_failure()
2476 if (WCOREDUMP(status))
3923 WCOREDUMP(st) ? " (core dumped)" :
1672 WCOREDUMP(pi.pr_wstat); in pt_status_dcmd()
1091 - Avoid WCOREDUMP complation errors for systems that lack it