Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/freebsd-14.2/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c318 (*oldintr) (SIGINT); in command()
406 osa.sa_handler (SIGINT); in getreply()
547 signal (SIGINT, oldintr);
551 (*oldintr) (SIGINT);
743 signal (SIGINT, oldintr); in sendrequest()
945 signal (SIGINT, oldintr); in recvrequest()
956 signal (SIGINT, oldintr); in recvrequest()
986 signal (SIGINT, oldintr); in recvrequest()
1165 signal (SIGINT, oldintr); in recvrequest()
1566 (*oldintr) (SIGINT); in pswitch()
[all …]
/freebsd-14.2/libexec/rc/rc.d/
H A Dnetwait48 trap break SIGINT
65 trap - SIGINT
82 trap break SIGINT
94 trap - SIGINT
105 trap - SIGINT
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp56 if (sigaction(SIGINT, &IgnoreSignalAction, &OldSigIntAction) == -1) { in ExecuteCommand()
64 (void)sigaction(SIGINT, &OldSigIntAction, NULL); in ExecuteCommand()
76 (void)sigaction(SIGINT, &OldSigIntAction, NULL); in ExecuteCommand()
93 (void)sigaddset(&DefaultSigSet, SIGINT); in ExecuteCommand()
141 if (sigaction(SIGINT, &OldSigIntAction, NULL) == -1) { in ExecuteCommand()
/freebsd-14.2/usr.bin/tip/tip/
H A Dcmds.c203 signal(SIGINT, f); in transfer()
264 signal(SIGINT, SIG_IGN); in stopsnd()
384 signal(SIGINT, f); in transmit()
486 signal(SIGINT, SIG_IGN); in pipeout()
506 signal(SIGINT, SIG_DFL); in pipeout()
516 signal(SIGINT, SIG_DFL); in pipeout()
539 signal(SIGINT, SIG_IGN); in consh()
560 signal(SIGINT, SIG_DFL); in consh()
570 signal(SIGINT, SIG_DFL); in consh()
587 signal(SIGINT, SIG_IGN); in shell()
[all …]
/freebsd-14.2/contrib/sendmail/libsm/
H A Dsignal.c211 case SIGINT:
277 mask |= sigmask(SIGINT);
292 (void) sigset(SIGINT, SIG_HOLD);
301 (void) sigset(SIGINT, SIG_DFL);
312 (void) sigaddset(&sset, SIGINT);
/freebsd-14.2/tests/sys/kqueue/
H A Dkqueue_fork.c51 error = sigaction(SIGINT, &sa, NULL); in ATF_TC_BODY()
63 EV_SET(&ev, SIGINT, EVFILT_SIGNAL, EV_ADD | EV_ENABLE, 0, 0, in ATF_TC_BODY()
75 error = kill(pid, SIGINT); in ATF_TC_BODY()
/freebsd-14.2/bin/dd/
H A Dmisc.c169 terminate(SIGINT); in sigint_handler()
182 error = sigaction(SIGINT, &sa, 0); in prepare_io()
193 terminate(SIGINT); in before_io()
202 terminate(SIGINT); in after_io()
/freebsd-14.2/contrib/less/
H A Dsignal.c51 LSIGNAL(SIGINT, SIG_ACK); in u_interrupt()
53 LSIGNAL(SIGINT, u_interrupt); in u_interrupt()
154 (void) LSIGNAL(SIGINT, u_interrupt); in init_signals()
179 (void) LSIGNAL(SIGINT, SIG_DFL); in init_signals()
/freebsd-14.2/lib/libc/stdlib/
H A Dsystem.c70 (void)sigaddset(&newsigblock, SIGINT); in __libc_system()
98 (void)__libc_sigaction(SIGINT, &ign, &intact); in __libc_system()
104 (void)__libc_sigaction(SIGINT, &intact, NULL); in __libc_system()
/freebsd-14.2/usr.bin/mail/
H A Dcollect.c88 (void)sigaddset(&nset, SIGINT); in collect()
91 if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN) in collect()
92 (void)signal(SIGINT, collint); in collect()
227 collint(SIGINT); in collect()
482 (void)signal(SIGINT, saveint); in collect()
542 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit()
550 (void)signal(SIGINT, sigint); in mesedit()
564 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe()
598 (void)signal(SIGINT, sigint); in mespipe()
H A Dmain.c322 if ((prevint = signal(SIGINT, SIG_IGN)) != SIG_IGN) in main()
323 (void)signal(SIGINT, hdrstop); in main()
329 (void)signal(SIGINT, prevint); in main()
338 (void)signal(SIGINT, SIG_IGN); in main()
H A Dtty.c92 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL) in grabh()
93 (void)signal(SIGINT, SIG_DFL); in grabh()
107 saveint = signal(SIGINT, ttyint); in grabh()
161 (void)signal(SIGINT, saveint); in grabh()
/freebsd-14.2/contrib/tnftp/src/
H A Dftp.c358 (*oldsigint)(SIGINT); in command()
359 (void)xsignal(SIGINT, oldsigint); in command()
509 (*oldsigint)(SIGINT); in getreply()
512 (*oldsigalrm)(SIGINT); in getreply()
851 (void)xsignal(SIGINT, oldintr); in sendrequest()
872 (void)xsignal(SIGINT, oldintr); in sendrequest()
1180 (void)xsignal(SIGINT, oldintr); in recvrequest()
1816 (void)xsignal(SIGINT, oldintr); in pswitch()
1819 (*oldintr)(SIGINT); in pswitch()
1898 (void)xsignal(SIGINT, oldintr); in proxtrans()
[all …]
/freebsd-14.2/bin/sh/
H A Derror.c120 signal(SIGINT, SIG_DFL); in onint()
121 kill(getpid(), SIGINT); in onint()
122 _exit(128 + SIGINT); in onint()
H A Dtrap.c272 case SIGINT: in setsignal()
380 if (signo == SIGINT && trap[SIGINT] == NULL) { in onsig()
389 if (signo == SIGINT || signo == SIGQUIT) in onsig()
476 setsignal(SIGINT); in trap_init()
/freebsd-14.2/contrib/sendmail/libmilter/
H A Dsignal.c101 (void) sigaddset(&set, SIGINT);
138 case SIGINT:
172 (void) sigaddset(&set, SIGINT);
/freebsd-14.2/tools/regression/security/cap_test/
H A Dcap_test_pdkill.c72 signal(SIGINT, handle_signal); in test_pdkill()
84 error = pdkill(pd, SIGINT); in test_pdkill()
/freebsd-14.2/crypto/heimdal/lib/kadm5/
H A Dipropd_common.c56 sigaction(SIGINT, &sa, NULL); in setup_signal()
64 signal(SIGINT, sigterm); in setup_signal()
/freebsd-14.2/contrib/tcsh/
H A Dtc.sig.h124 sigaction(SIGINT, NULL, &(sv)[0]); \
132 sigaddset(&m__, SIGINT); \
144 sigaction(SIGINT, &(sv)[0], NULL); \
/freebsd-14.2/lib/libc/gen/
H A Dsiglist.c39 [SIGINT] = "INT",
74 [SIGINT] = "Interrupt",
/freebsd-14.2/tools/test/stress2/misc/
H A Drename9.sh85 kill(spid, SIGINT);
158 kill(spid, SIGINT);
164 kill(spid, SIGINT);
/freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c158 sighold(SIGINT); in main()
222 sigset(SIGINT, handle_sig); in main()
226 signal(SIGINT, handle_sig); in main()
/freebsd-14.2/cddl/lib/libdtrace/
H A Dsignal.d28 inline int SIGINT = 2; variable
29 #pragma D binding "1.0" SIGINT
96 signal == SIGINT ? "SIGINT" :
/freebsd-14.2/contrib/kyua/utils/signals/
H A Dinterrupts_test.cpp183 check_interrupts_handler(SIGINT, true); in ATF_TEST_CASE_BODY()
184 check_interrupts_handler(SIGINT, false); in ATF_TEST_CASE_BODY()
244 check_interrupts_inhibiter(SIGINT); in ATF_TEST_CASE_BODY()
/freebsd-14.2/contrib/nvi/cl/
H A Dcl_main.c291 sigaddset(&__sigblockset, SIGINT) || in sig_init()
292 setsig(SIGINT, &clp->oact[INDX_INT], h_int) || in sig_init()
306 setsig(SIGINT, NULL, h_int) || in sig_init()
351 (void)sigaction(SIGINT, NULL, &clp->oact[INDX_INT]); in sig_end()

12345678910>>...19