/external/selinux/libsepol/cil/test/unit/ |
D | test_integration.c | 45 if (WIFSIGNALED(status) && (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGQUIT)) in test_integration() 50 if (WIFSIGNALED(status1) && (WTERMSIG(status1) == SIGINT || WTERMSIG(status1) == SIGQUIT)) in test_integration() 55 if (WIFSIGNALED(status2) && (WTERMSIG(status2) == SIGINT || WTERMSIG(status2) == SIGQUIT)) in test_integration() 71 if (WIFSIGNALED(status) && (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGQUIT)) in test_min_policy()
|
/external/openssh/openbsd-compat/ |
D | bsd-waitpid.h | 35 #undef WIFSIGNALED 41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro 43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
|
/external/bison/lib/ |
D | sys_wait.in.h | 53 # ifndef WIFSIGNALED 54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro 93 # define WIFSIGNALED(x) ((x) == 3)
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns17.c | 108 if (!(WIFSIGNALED(status) || WTERMSIG(status) == SIGUSR1)) { in child_fn() 120 WIFSIGNALED(status), WTERMSIG(status)); in child_fn() 157 else if (WIFSIGNALED(status)) in main()
|
D | pidns13.c | 214 if (WIFSIGNALED(status) && WTERMSIG(status)) in main() 221 if (WIFSIGNALED(status) && WTERMSIG(status)) in main()
|
D | pidns02.c | 108 } else if (WIFSIGNALED(status)) { in main()
|
D | pidns01.c | 112 else if (WIFSIGNALED(status)) { in main()
|
D | pidns32.c | 68 } else if (WIFSIGNALED(status)) { in child_fn1()
|
D | pidns03.c | 99 if (WIFSIGNALED(status)) { in test()
|
/external/ltp/testcases/kernel/syscalls/pause/ |
D | pause03.c | 74 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) { in main() 79 if (WIFSIGNALED(status)) { in main()
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace05.c | 146 if (WIFSIGNALED(status)) { in main() 180 } else if (WIFSIGNALED(status)) { in main()
|
/external/bison/linux-lib/sys/ |
D | wait.h | 355 # ifndef WIFSIGNALED 356 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro 395 # define WIFSIGNALED(x) ((x) == 3) macro
|
/external/bison/darwin-lib/sys/ |
D | wait.h | 355 # ifndef WIFSIGNALED 356 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro 395 # define WIFSIGNALED(x) ((x) == 3) macro
|
/external/ltp/testcases/kernel/mem/tunable/ |
D | min_free_kbytes.c | 158 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in test_tune() 179 } else if (!WIFSIGNALED(status) || in test_tune()
|
/external/fio/os/windows/posix/include/sys/ |
D | wait.h | 4 #define WIFSIGNALED(a) 0 macro
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 243 if (!WIFSIGNALED(status) || WTERMSIG(status) != crash_signal) { in CreateChildCrash() 246 status, pid, WIFSIGNALED(status) ? "true" : "false", in CreateChildCrash()
|
/external/jemalloc/test/unit/ |
D | fork.c | 37 if (WIFSIGNALED(status)) { in TEST_BEGIN()
|
/external/valgrind/none/tests/solaris/ |
D | block_all_signals.c | 40 if (WIFSIGNALED(status)) { in main()
|
/external/libunwind/tests/ |
D | test-ptrace.c | 249 if (WIFSIGNALED (status) || WIFEXITED (status) in main() 258 else if (WIFSIGNALED (status)) in main()
|
/external/libmicrohttpd/src/testzzuf/ |
D | socat.c | 85 if (WIFSIGNALED (status)) in zzuf_socat_start()
|
/external/strace/tests/ |
D | pc.c | 88 assert(WIFSIGNALED(status)); in main()
|
/external/strace/tests-m32/ |
D | pc.c | 88 assert(WIFSIGNALED(status)); in main()
|
/external/strace/tests-mx32/ |
D | pc.c | 88 assert(WIFSIGNALED(status)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 6-3.c | 88 if (WIFSIGNALED(status)) { in main()
|
/external/ltp/testcases/open_posix_testsuite/tools/ |
D | t0.c | 126 else if (WIFSIGNALED(status)) in main()
|