/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)
|
D | wait-process.c | 336 if (WIFSIGNALED (status)) in wait_subprocess()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | stunnel-maxconn.patch | 20 #ifdef WIFSIGNALED 21 if(WIFSIGNALED(status)) {
|
/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/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/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/strace/tests/ |
D | pc.c | 64 !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/valgrind/none/tests/ |
D | async-sigs.c | 117 } else if (!WIFSIGNALED(status) || WTERMSIG(status) != fatalsig) { in test()
|
/external/strace/ |
D | wait.c | 56 else if (WIFSIGNALED(status)) { in printstatus()
|
/external/valgrind/memcheck/tests/ |
D | addressable.c | 140 if (WIFSIGNALED(status)) { in main()
|
/external/openssh/ |
D | sandbox-systrace.c | 130 if (WIFSIGNALED(status)) in ssh_sandbox_parent()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_test_utils.py | 276 if os.WIFSIGNALED(ret_code):
|
/external/protobuf/gtest/test/ |
D | gtest_test_utils.py | 280 if os.WIFSIGNALED(ret_code):
|
/external/gtest/test/ |
D | gtest_test_utils.py | 291 if os.WIFSIGNALED(ret_code):
|
/external/toybox/toys/pending/ |
D | sh.c | 313 if (WIFSIGNALED(status)) cmd->pid = WTERMSIG(status); in run_pipeline()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | run-command.c | 168 if (WIFSIGNALED(status)) in wait_or_whine()
|
/external/e2fsprogs/misc/ |
D | logsave.c | 216 if (WIFSIGNALED(status)) { in run_program()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 377 if (WIFEXITED(status) || WIFSIGNALED(status)) in deProcess_isRunning() 411 if (!WIFEXITED(status) && !WIFSIGNALED(status)) in deProcess_waitForFinish()
|
/external/vboot_reference/futility/ |
D | misc.c | 222 if (WIFSIGNALED(status)) { in futil_copy_file_or_die()
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 130 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; in operator ()() 147 } else if (WIFSIGNALED(exit_code)) { in ExitSummary()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | events.c | 234 if (WIFSIGNALED(status)) { in next_event()
|