| /NextBSD/usr.sbin/cron/cron/ |
| HD | externs.h | 91 # ifndef WCOREDUMP 92 # define WCOREDUMP(x) ((x) & 0x80) macro 101 # ifndef WCOREDUMP 102 # define WCOREDUMP(x) ((x).w_coredump) macro
|
| HD | do_command.c | 580 if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | gdb_wait.h | 84 #ifndef WCOREDUMP 85 #define WCOREDUMP(w) (((w)&0200) != 0) macro
|
| /NextBSD/contrib/groff/src/roff/groff/ |
| HD | pipeline.c | 70 #ifndef WCOREDUMP 72 #define WCOREDUMP(s) ((s) & WCOREFLAG) macro 74 #define WCOREDUMP(s) (0) macro 540 WCOREDUMP(status) ? " (core dumped)" : ""); in run_pipeline()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | bsd-waitpid.h | 45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
|
| /NextBSD/contrib/libreadline/examples/rlfe/ |
| HD | os.h | 468 #if defined(WCOREDUMP) && !defined(WIFCORESIG) 469 # define WIFCORESIG(status) WCOREDUMP(status)
|
| /NextBSD/sys/sys/ |
| HD | wait.h | 62 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
|
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | test-pexecute.c | 65 #ifndef WCOREDUMP 66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_shell.c | 182 WCOREDUMP(pstat) ? "; core dumped" : ""); in proc_wait()
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.proc.c | 69 # ifndef WCOREDUMP 70 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro 74 #ifndef WCOREDUMP 76 # define WCOREDUMP(w) (((union wait *) &(w))->w_coredump) macro 78 # define WCOREDUMP(w) ((w) & 0200) 317 if (WCOREDUMP(w)) in pchild()
|
| /NextBSD/contrib/gcc/ |
| HD | system.h | 345 #ifndef WCOREDUMP 346 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
|
| HD | collect2.c | 1497 WCOREDUMP(status) ? ", core dumped" : ""); in collect_wait()
|
| /NextBSD/contrib/atf/atf-c/detail/ |
| HD | process.c | 234 #if defined(WCOREDUMP) in atf_process_status_coredump() 236 return WCOREDUMP(mutable_status); in atf_process_status_coredump()
|
| /NextBSD/contrib/apr/threadproc/unix/ |
| HD | proc.c | 646 #ifdef WCOREDUMP in apr_proc_wait() 647 if (WCOREDUMP(exit_int)) { in apr_proc_wait()
|
| /NextBSD/usr.bin/mail/ |
| HD | cmd2.c | 369 if (WIFSIGNALED(wait_status) && WCOREDUMP(wait_status)) in core()
|
| /NextBSD/tools/test/ptrace/ |
| HD | scescx.c | 71 if (WCOREDUMP(status)) in decode_wait_status()
|
| /NextBSD/lib/libpam/modules/pam_exec/ |
| HD | pam_exec.c | 242 WCOREDUMP(status) ? " (core dumped)" : ""); in _pam_exec()
|
| /NextBSD/contrib/llvm/lib/Support/Unix/ |
| HD | Program.inc | 411 #ifdef WCOREDUMP 412 if (WCOREDUMP(status))
|
| /NextBSD/sys/kern/ |
| HD | kern_exit.c | 579 if (WCOREDUMP(signo)) in exit1() 1084 if (WCOREDUMP(p->p_xsig)) { in proc_to_reap()
|
| /NextBSD/usr.sbin/cron/crontab/ |
| HD | crontab.c | 438 editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
|
| /NextBSD/bin/sh/ |
| HD | jobs.c | 372 if (WCOREDUMP(ps->status)) in showjob() 1197 coredump = WCOREDUMP(sp->status); in dowait()
|
| /NextBSD/crypto/openssh/ |
| HD | session.c | 2489 #ifdef WCOREDUMP in session_exit_message() 2490 packet_put_char(WCOREDUMP(status)? 1 : 0); in session_exit_message()
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_misc.c | 1166 if (WCOREDUMP(st))
|
| /NextBSD/tools/regression/sockets/unix_cmsg/ |
| HD | unix_cmsg.c | 508 WTERMSIG(status), WCOREDUMP(status) ? in client_wait()
|
| /NextBSD/usr.sbin/syslogd/ |
| HD | syslogd.c | 2233 WCOREDUMP(status) ? " (core dumped)" : in waitdaemon()
|