Home
last modified time | relevance | path

Searched refs:SIGQUIT (Results 1 – 25 of 176) sorted by relevance

12345678

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D28-11.c63 if (signal(SIGQUIT, handler_1) == SIG_ERR) { in main()
83 ret = sigaction(SIGQUIT, &sa, &save); in main()
91 ret = raise(SIGQUIT); in main()
104 ret = sigaction(SIGQUIT, &save, 0); in main()
112 ret = raise(SIGQUIT); in main()
D3-11.c40 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
46 if (sigaction(SIGQUIT, 0, &oact) == -1) { in main()
52 if (raise(SIGQUIT) == -1) { in main()
D22-11.c54 raise(SIGQUIT); in handler()
71 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
77 if (raise(SIGQUIT) == -1) { in main()
D8-12.c32 raise(SIGQUIT); in SIGSEGV_handler()
46 sigaddset(&act.sa_mask, SIGQUIT); in main()
56 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
D25-11.c53 raise(SIGQUIT); in handler()
70 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
76 if (raise(SIGQUIT) == -1) { in main()
D19-11.c52 if (info->si_signo != SIGQUIT) { in handler()
87 ret = sigaction(SIGQUIT, &sa, 0); in main()
100 ret = raise(SIGQUIT); in main()
D1-11.c40 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
46 if (raise(SIGQUIT) == -1) { in main()
D6-11.c38 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
44 if (raise(SIGQUIT) == -1) { in main()
D2-11.c40 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
48 if (sigaction(SIGQUIT, &act, &oact) == -1) { in main()
D4-11.c54 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
60 if (raise(SIGQUIT) == -1) { in main()
D18-11.c67 ret = sigaction(SIGQUIT, &sa, 0); in main()
80 ret = raise(SIGQUIT); in main()
D12-37.c50 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
62 if (raise(SIGQUIT) == -1) { in main()
D13-11.c51 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
63 if (raise(SIGQUIT) == -1) { in main()
D4-37.c53 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
59 if (raise(SIGQUIT) == -1) { in main()
D8-11.c47 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
62 if (raise(SIGQUIT) == -1) { in main()
D12-11.c52 if (sigaction(SIGQUIT, &act, 0) == -1) { in main()
72 if (raise(SIGQUIT) == -1) { in main()
/external/mtools/
Dsignal.c32 signal(SIGQUIT, SIG_IGN); in signal_handler()
57 #ifdef SIGQUIT in setup_signal()
58 signal(SIGQUIT, signal_handler); in setup_signal()
95 # ifdef SIGQUIT in allow_interrupts()
129 # ifdef SIGQUIT in restore_interrupts()
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
D1-1.c34 (sigaddset(&blockset, SIGQUIT) == -1)) { in main()
48 if (raise(SIGQUIT) != 0) { in main()
59 if (sigismember(&pendingset, SIGQUIT) == 1) { in main()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilDarwin.cpp61 if (sigaction(SIGQUIT, &IgnoreSignalAction, &OldSigQuitAction) == -1) { in ExecuteCommand()
75 (void)sigaction(SIGQUIT, &OldSigQuitAction, NULL); in ExecuteCommand()
92 (void)sigaddset(&DefaultSigSet, SIGQUIT); in ExecuteCommand()
145 if (sigaction(SIGQUIT, &OldSigQuitAction, NULL) == -1) { in ExecuteCommand()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilDarwin.cpp61 if (sigaction(SIGQUIT, &IgnoreSignalAction, &OldSigQuitAction) == -1) { in ExecuteCommand()
75 (void)sigaction(SIGQUIT, &OldSigQuitAction, NULL); in ExecuteCommand()
92 (void)sigaddset(&DefaultSigSet, SIGQUIT); in ExecuteCommand()
145 if (sigaction(SIGQUIT, &OldSigQuitAction, NULL) == -1) { in ExecuteCommand()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs_info.c103 sigaddset(&sigmask, SIGQUIT); in info_thrd()
120 if(sig == SIGQUIT && !waiting) { in info_thrd()
128 } else if (sig == SIGQUIT) { in info_thrd()
Dinfo.c140 sigaddset(&sigmask, SIGQUIT); in info_thrd()
157 if(sig == SIGQUIT && !waiting) { in info_thrd()
164 } else if (sig == SIGQUIT) { in info_thrd()
/external/ltp/testcases/kernel/syscalls/fork/
Dfork12.c99 kill(0, SIGQUIT); in main()
119 kill(0, SIGQUIT); in cleanup()
125 if (signum == SIGQUIT) { in fork12_sigs()
/external/ltp/testcases/kernel/io/disktest/
Dsignals.c77 case SIGQUIT: in sig_handler()
79 handled_signal = SIGQUIT; in sig_handler()
147 sigaddset(&signal_set, SIGQUIT); in setup_sig_mask()

12345678