/freebsd/contrib/kyua/utils/process/ |
H A D | status.cpp | 44 #if !defined(WCOREDUMP) 45 # define WCOREDUMP(x) false macro 59 std::make_pair(WTERMSIG(stat_loc), WCOREDUMP(stat_loc))) : in status()
|
H A D | operations_test.cpp | 356 ATF_REQUIRE(!WCOREDUMP(status)); in ATF_TEST_CASE_BODY() 377 ATF_REQUIRE(WCOREDUMP(status)); in ATF_TEST_CASE_BODY()
|
H A D | status_test.cpp | 190 #if !defined(WCOREDUMP) in ATF_TEST_CASE_BODY()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-waitpid.h | 43 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
|
/freebsd/sys/sys/ |
H A D | wait.h | 61 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 276 ATF_REQUIRE_EQ_MSG(WCOREDUMP(status), expected_core, in validate_status_signaled() 289 FORKEE_ASSERT_EQ(WCOREDUMP(status), expected_core); in forkee_status_signaled()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | http_server.c | 165 # ifdef WCOREDUMP in spawn_loop() 166 WCOREDUMP(status) ? " (core dumped)" : in spawn_loop()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_shell.c | 177 WCOREDUMP(pstat) ? "; core dumped" : ""); in proc_wait()
|
/freebsd/contrib/tcsh/ |
H A D | sh.proc.c | 63 # ifndef WCOREDUMP 64 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro 68 #ifndef WCOREDUMP 70 # define WCOREDUMP(w) (((union wait *) &(w))->w_coredump) macro 72 # define WCOREDUMP(w) ((w) & 0200) macro 316 if (WCOREDUMP(w)) in pchild()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | process.c | 235 #if defined(WCOREDUMP) in atf_process_status_coredump() 237 return WCOREDUMP(mutable_status); in atf_process_status_coredump()
|
/freebsd/usr.bin/mail/ |
H A D | cmd2.c | 370 if (WIFSIGNALED(wait_status) && WCOREDUMP(wait_status)) in core()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait.c | 172 && WCOREDUMP(st)); in ATF_TC_BODY()
|
/freebsd/tools/test/ptrace/ |
H A D | scescx.c | 69 if (WCOREDUMP(status)) in decode_wait_status()
|
/freebsd/usr.sbin/cron/cron/ |
H A D | do_command.c | 662 if (WIFSIGNALED(waiter) && WCOREDUMP(waiter)) in wait_on_child()
|
/freebsd/crypto/openssh/ |
H A D | session.c | 2399 #ifndef WCOREDUMP in session_exit_message() 2400 # define WCOREDUMP(x) (0) in session_exit_message() macro 2403 (r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 || in session_exit_message() 2409 WCOREDUMP(status) ? " core dumped" : ""); in session_exit_message()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 227 #ifdef WCOREDUMP in ExitSummary() 228 if (WCOREDUMP(exit_code)) { in ExitSummary()
|
/freebsd/usr.sbin/cron/crontab/ |
H A D | crontab.c | 429 editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 510 #ifdef WCOREDUMP 511 if (WCOREDUMP(status))
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 603 if (WCOREDUMP(signo)) in exit1() 1151 if (WCOREDUMP(p->p_xsig)) { in proc_to_reap()
|
/freebsd/bin/sh/ |
H A D | jobs.c | 417 if (WCOREDUMP(status)) in showjob() 1253 coredump = WCOREDUMP(sp->status); in dowait()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 2931 # ifndef WCOREDUMP 2932 # define WCOREDUMP(st) (((st) & 0200) != 0) macro
|
/freebsd/lib/libpam/modules/pam_exec/ |
H A D | pam_exec.c | 422 WCOREDUMP(status) ? " (core dumped)" : ""); in _pam_exec()
|
/freebsd/tools/regression/sockets/udp_pingpong/ |
H A D | udp_pingpong.c | 564 WTERMSIG(status), WCOREDUMP(status) ? in test_run()
|
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | uc_common.c | 573 WTERMSIG(status), WCOREDUMP(status) ? in uc_client_wait()
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 2177 #ifdef WCOREDUMP in bltin() 2178 if (WCOREDUMP(status)) in bltin()
|