| /freebsd-11-stable/contrib/netbsd-tests/kernel/ |
| HD | t_ptrace_wait.h | 228 ATF_REQUIRE_MSG(!WIFSIGNALED(status), "Reported signaled process"); in validate_status_exited() 241 FORKEE_ASSERTX(!WIFSIGNALED(status)); in forkee_status_exited() 252 ATF_REQUIRE_MSG(!WIFSIGNALED(status), "Reported signaled process"); in validate_status_continued() 261 FORKEE_ASSERTX(!WIFSIGNALED(status)); in forkee_status_continued() 270 ATF_REQUIRE_MSG(WIFSIGNALED(status), "Reported !signaled process"); in validate_status_signaled() 285 FORKEE_ASSERTX(WIFSIGNALED(status)); in forkee_status_signaled() 297 ATF_REQUIRE_MSG(!WIFSIGNALED(status), "Reported signaled process"); in validate_status_stopped() 313 FORKEE_ASSERTX(!WIFSIGNALED(status)); in forkee_status_stopped()
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_wait.c | 122 ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGTERM); in ATF_TC_BODY() 159 ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGSEGV in ATF_TC_BODY() 199 ATF_REQUIRE(!WIFSIGNALED(st)); in ATF_TC_BODY() 214 ATF_REQUIRE(!WIFSIGNALED(st)); in ATF_TC_BODY() 229 ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGQUIT); in ATF_TC_BODY() 274 ATF_REQUIRE(!WIFSIGNALED(st)); in ATF_TC_BODY() 285 ATF_REQUIRE(!WIFSIGNALED(st)); in ATF_TC_BODY() 296 ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGQUIT); in ATF_TC_BODY()
|
| HD | t_kill.c | 75 if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != sig[i]) in ATF_TC_BODY() 252 if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL) in ATF_TC_BODY() 298 if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL) in ATF_TC_BODY()
|
| HD | t_mkfifo.c | 103 if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL) in ATF_TC_BODY() 195 if (WIFSIGNALED(sta) != 0 || WTERMSIG(sta) == SIGKILL) in ATF_TC_BODY()
|
| HD | t_msgsnd.c | 114 if (WIFEXITED(sta) != 0 || WIFSIGNALED(sta) == 0) in ATF_TC_BODY() 272 if (WIFEXITED(sta) == 0 || WIFSIGNALED(sta) != 0) in ATF_TC_BODY()
|
| HD | t_msgrcv.c | 139 if (WIFEXITED(sta) == 0 || WIFSIGNALED(sta) != 0) in ATF_TC_BODY() 282 if (WIFSIGNALED(sta) != 0 || WTERMSIG(sta) == SIGKILL) in ATF_TC_BODY()
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | bsd-waitpid.h | 33 #undef WIFSIGNALED 39 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro 41 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | gdb_wait.h | 49 #ifndef WIFSIGNALED 50 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_assert.c | 99 if (WIFSIGNALED(sta) != 0 || WIFEXITED(sta) == 0) in ATF_TC_BODY() 137 if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGABRT) in ATF_TC_BODY()
|
| HD | t_pause.c | 103 if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL) in ATF_TC_BODY()
|
| /freebsd-11-stable/usr.sbin/cron/cron/ |
| HD | externs.h | 106 #ifndef WIFSIGNALED 107 #define WIFSIGNALED(x) (WTERMSIG(x) != 0) macro
|
| /freebsd-11-stable/tools/test/ptrace/ |
| HD | scescx.c | 64 if (WIFSIGNALED(status)) { in decode_wait_status() 231 if (WIFEXITED(status) || WIFSIGNALED(status)) { in trace_sc() 256 if (WIFEXITED(status) || WIFSIGNALED(status)) { in trace_sc() 297 if (WIFEXITED(status) || WIFSIGNALED(status)) { in trace_cont()
|
| /freebsd-11-stable/gnu/usr.bin/rcs/lib/ |
| HD | conf.h | 313 #undef WIFSIGNALED /* Avoid 4.3BSD incompatibility with Posix. */ 315 #ifndef WIFSIGNALED 316 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) macro
|
| /freebsd-11-stable/tests/sys/kern/ |
| HD | reaper.c | 476 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM); in ATF_TC_BODY() 630 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM); in ATF_TC_BODY() 636 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM); in ATF_TC_BODY() 710 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR1); in ATF_TC_BODY() 717 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR1); in ATF_TC_BODY() 730 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR2); in ATF_TC_BODY() 737 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR2); in ATF_TC_BODY()
|
| HD | waitpid_nohang.c | 62 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM); in ATF_TC_BODY()
|
| /freebsd-11-stable/contrib/amd/amd/ |
| HD | sched.c | 244 WIFSIGNALED(p->w) ? WTERMSIG(p->w) : 0, in do_task_notify() 265 if (WIFSIGNALED(w))
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | dllwrap.c | 47 #ifndef WIFSIGNALED 48 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro 60 #ifndef WIFSIGNALED 61 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro 408 else if (WIFSIGNALED (wait_status)) in run()
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | mi.wait.h | 32 #define WIFSIGNALED(s) ((((unsigned int)(s)-1) & 0xFFFF) < 0xFF) /* signaled */ macro
|
| HD | tc.wait.h | 150 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0)) macro
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/ |
| HD | test-pexecute.c | 50 #ifndef WIFSIGNALED 51 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro 272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT) in main()
|
| /freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/ |
| HD | t_signals.c | 112 ATF_REQUIRE(WIFSIGNALED(status) && WTERMSIG(status) == SIGABRT); in ATF_TC_BODY()
|
| HD | t_kern.c | 75 ATF_REQUIRE(WIFSIGNALED(status) && WTERMSIG(status) == SIGABRT); in locktest()
|
| /freebsd-11-stable/usr.sbin/kgzip/ |
| HD | kgzld.c | 100 if (WIFSIGNALED(status) || WEXITSTATUS(status)) in kgzld()
|
| /freebsd-11-stable/usr.bin/ldd/ |
| HD | ldd.c | 127 else if (WIFSIGNALED(status)) in execldd32() 246 } else if (WIFSIGNALED(status)) { in main()
|
| /freebsd-11-stable/sys/sys/ |
| HD | wait.h | 56 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0 && (x) != 0x13) macro
|