Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 25 of 65) sorted by relevance

123

/external/selinux/libsepol/cil/test/unit/
Dtest_integration.c45 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/
Dbsd-waitpid.h35 #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/
Dsys_wait.in.h53 # ifndef WIFSIGNALED
54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
93 # define WIFSIGNALED(x) ((x) == 3)
Dwait-process.c336 if (WIFSIGNALED (status)) in wait_subprocess()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dstunnel-maxconn.patch20 #ifdef WIFSIGNALED
21 if(WIFSIGNALED(status)) {
/external/bison/darwin-lib/sys/
Dwait.h355 # 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/
Dwait.h355 # 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/
Dwait.h4 #define WIFSIGNALED(a) 0 macro
/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc243 if (!WIFSIGNALED(status) || WTERMSIG(status) != crash_signal) { in CreateChildCrash()
246 status, pid, WIFSIGNALED(status) ? "true" : "false", in CreateChildCrash()
/external/strace/tests/
Dpc.c64 !WIFSIGNALED(status) || in main()
/external/libunwind/tests/
Dtest-ptrace.c249 if (WIFSIGNALED (status) || WIFEXITED (status) in main()
258 else if (WIFSIGNALED (status)) in main()
/external/valgrind/none/tests/
Dasync-sigs.c117 } else if (!WIFSIGNALED(status) || WTERMSIG(status) != fatalsig) { in test()
/external/strace/
Dwait.c56 else if (WIFSIGNALED(status)) { in printstatus()
/external/valgrind/memcheck/tests/
Daddressable.c140 if (WIFSIGNALED(status)) { in main()
/external/openssh/
Dsandbox-systrace.c130 if (WIFSIGNALED(status)) in ssh_sandbox_parent()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_test_utils.py276 if os.WIFSIGNALED(ret_code):
/external/protobuf/gtest/test/
Dgtest_test_utils.py280 if os.WIFSIGNALED(ret_code):
/external/gtest/test/
Dgtest_test_utils.py291 if os.WIFSIGNALED(ret_code):
/external/toybox/toys/pending/
Dsh.c313 if (WIFSIGNALED(status)) cmd->pid = WTERMSIG(status); in run_pipeline()
/external/linux-tools-perf/src/tools/perf/util/
Drun-command.c168 if (WIFSIGNALED(status)) in wait_or_whine()
/external/e2fsprogs/misc/
Dlogsave.c216 if (WIFSIGNALED(status)) { in run_program()
/external/deqp/framework/delibs/deutil/
DdeProcess.c377 if (WIFEXITED(status) || WIFSIGNALED(status)) in deProcess_isRunning()
411 if (!WIFEXITED(status) && !WIFSIGNALED(status)) in deProcess_waitForFinish()
/external/vboot_reference/futility/
Dmisc.c222 if (WIFSIGNALED(status)) { in futil_copy_file_or_die()
/external/protobuf/gtest/src/
Dgtest-death-test.cc130 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; in operator ()()
147 } else if (WIFSIGNALED(exit_code)) { in ExitSummary()
/external/ltrace/sysdeps/linux-gnu/
Devents.c234 if (WIFSIGNALED(status)) { in next_event()

123