Home
last modified time | relevance | path

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

1234567

/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)
/external/ltp/testcases/kernel/containers/pidns/
Dpidns17.c108 if (!(WIFSIGNALED(status) || WTERMSIG(status) == SIGUSR1)) { in child_fn()
120 WIFSIGNALED(status), WTERMSIG(status)); in child_fn()
157 else if (WIFSIGNALED(status)) in main()
Dpidns13.c214 if (WIFSIGNALED(status) && WTERMSIG(status)) in main()
221 if (WIFSIGNALED(status) && WTERMSIG(status)) in main()
Dpidns02.c108 } else if (WIFSIGNALED(status)) { in main()
Dpidns01.c112 else if (WIFSIGNALED(status)) { in main()
Dpidns32.c68 } else if (WIFSIGNALED(status)) { in child_fn1()
Dpidns03.c99 if (WIFSIGNALED(status)) { in test()
/external/ltp/testcases/kernel/syscalls/pause/
Dpause03.c74 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) { in main()
79 if (WIFSIGNALED(status)) { in main()
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace05.c146 if (WIFSIGNALED(status)) { in main()
180 } else if (WIFSIGNALED(status)) { in main()
/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/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/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c158 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in test_tune()
179 } else if (!WIFSIGNALED(status) || in test_tune()
/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/jemalloc/test/unit/
Dfork.c37 if (WIFSIGNALED(status)) { in TEST_BEGIN()
/external/valgrind/none/tests/solaris/
Dblock_all_signals.c40 if (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/libmicrohttpd/src/testzzuf/
Dsocat.c85 if (WIFSIGNALED (status)) in zzuf_socat_start()
/external/strace/tests/
Dpc.c88 assert(WIFSIGNALED(status)); in main()
/external/strace/tests-m32/
Dpc.c88 assert(WIFSIGNALED(status)); in main()
/external/strace/tests-mx32/
Dpc.c88 assert(WIFSIGNALED(status)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D6-3.c88 if (WIFSIGNALED(status)) { in main()
/external/ltp/testcases/open_posix_testsuite/tools/
Dt0.c126 else if (WIFSIGNALED(status)) in main()

1234567