Home
last modified time | relevance | path

Searched refs:WCOREDUMP (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/usr.sbin/cron/cron/
HDexterns.h91 # ifndef WCOREDUMP
92 # define WCOREDUMP(x) ((x) & 0x80) macro
101 # ifndef WCOREDUMP
102 # define WCOREDUMP(x) ((x).w_coredump) macro
HDdo_command.c580 if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))
/NextBSD/contrib/gdb/gdb/
HDgdb_wait.h84 #ifndef WCOREDUMP
85 #define WCOREDUMP(w) (((w)&0200) != 0) macro
/NextBSD/contrib/groff/src/roff/groff/
HDpipeline.c70 #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/
HDbsd-waitpid.h45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
/NextBSD/contrib/libreadline/examples/rlfe/
HDos.h468 #if defined(WCOREDUMP) && !defined(WIFCORESIG)
469 # define WIFCORESIG(status) WCOREDUMP(status)
/NextBSD/sys/sys/
HDwait.h62 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDtest-pexecute.c65 #ifndef WCOREDUMP
66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/NextBSD/contrib/nvi/ex/
HDex_shell.c182 WCOREDUMP(pstat) ? "; core dumped" : ""); in proc_wait()
/NextBSD/contrib/tcsh/
HDsh.proc.c69 # 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/
HDsystem.h345 #ifndef WCOREDUMP
346 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
HDcollect2.c1497 WCOREDUMP(status) ? ", core dumped" : ""); in collect_wait()
/NextBSD/contrib/atf/atf-c/detail/
HDprocess.c234 #if defined(WCOREDUMP) in atf_process_status_coredump()
236 return WCOREDUMP(mutable_status); in atf_process_status_coredump()
/NextBSD/contrib/apr/threadproc/unix/
HDproc.c646 #ifdef WCOREDUMP in apr_proc_wait()
647 if (WCOREDUMP(exit_int)) { in apr_proc_wait()
/NextBSD/usr.bin/mail/
HDcmd2.c369 if (WIFSIGNALED(wait_status) && WCOREDUMP(wait_status)) in core()
/NextBSD/tools/test/ptrace/
HDscescx.c71 if (WCOREDUMP(status)) in decode_wait_status()
/NextBSD/lib/libpam/modules/pam_exec/
HDpam_exec.c242 WCOREDUMP(status) ? " (core dumped)" : ""); in _pam_exec()
/NextBSD/contrib/llvm/lib/Support/Unix/
HDProgram.inc411 #ifdef WCOREDUMP
412 if (WCOREDUMP(status))
/NextBSD/sys/kern/
HDkern_exit.c579 if (WCOREDUMP(signo)) in exit1()
1084 if (WCOREDUMP(p->p_xsig)) { in proc_to_reap()
/NextBSD/usr.sbin/cron/crontab/
HDcrontab.c438 editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
/NextBSD/bin/sh/
HDjobs.c372 if (WCOREDUMP(ps->status)) in showjob()
1197 coredump = WCOREDUMP(sp->status); in dowait()
/NextBSD/crypto/openssh/
HDsession.c2489 #ifdef WCOREDUMP in session_exit_message()
2490 packet_put_char(WCOREDUMP(status)? 1 : 0); in session_exit_message()
/NextBSD/sys/compat/svr4/
HDsvr4_misc.c1166 if (WCOREDUMP(st))
/NextBSD/tools/regression/sockets/unix_cmsg/
HDunix_cmsg.c508 WTERMSIG(status), WCOREDUMP(status) ? in client_wait()
/NextBSD/usr.sbin/syslogd/
HDsyslogd.c2233 WCOREDUMP(status) ? " (core dumped)" : in waitdaemon()

12