Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/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/libexec/rc/rc.d/
H A Dnetwait48 trap break SIGINT
65 trap - SIGINT
82 trap break SIGINT
94 trap - SIGINT
105 trap - SIGINT
/freebsd/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/usr.bin/tip/tip/
H A Dcmds.c195 signal(SIGINT, f); in transfer()
256 signal(SIGINT, SIG_IGN); in stopsnd()
376 signal(SIGINT, f); in transmit()
478 signal(SIGINT, SIG_IGN); in pipeout()
498 signal(SIGINT, SIG_DFL); in pipeout()
508 signal(SIGINT, SIG_DFL); in pipeout()
531 signal(SIGINT, SIG_IGN); in consh()
552 signal(SIGINT, SIG_DFL); in consh()
562 signal(SIGINT, SIG_DFL); in consh()
579 signal(SIGINT, SIG_IGN); in shell()
[all …]
/freebsd/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/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/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/bin/dd/
H A Dmisc.c163 terminate(SIGINT); in sigint_handler()
176 error = sigaction(SIGINT, &sa, 0); in prepare_io()
187 terminate(SIGINT); in before_io()
196 terminate(SIGINT); in after_io()
/freebsd/lib/libc/stdlib/
H A Dsystem.c67 (void)sigaddset(&newsigblock, SIGINT); in __libc_system()
95 (void)__libc_sigaction(SIGINT, &ign, &intact); in __libc_system()
101 (void)__libc_sigaction(SIGINT, &intact, NULL); in __libc_system()
/freebsd/usr.bin/mail/
H A Dcollect.c82 (void)sigaddset(&nset, SIGINT); in collect()
85 if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN) in collect()
86 (void)signal(SIGINT, collint); in collect()
221 collint(SIGINT); in collect()
476 (void)signal(SIGINT, saveint); in collect()
536 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit()
544 (void)signal(SIGINT, sigint); in mesedit()
558 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe()
592 (void)signal(SIGINT, sigint); in mespipe()
H A Dmain.c310 if ((prevint = signal(SIGINT, SIG_IGN)) != SIG_IGN) in main()
311 (void)signal(SIGINT, hdrstop); in main()
317 (void)signal(SIGINT, prevint); in main()
326 (void)signal(SIGINT, SIG_IGN); in main()
H A Dtty.c86 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL) in grabh()
87 (void)signal(SIGINT, SIG_DFL); in grabh()
101 saveint = signal(SIGINT, ttyint); in grabh()
155 (void)signal(SIGINT, saveint); in grabh()
/freebsd/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/bin/sh/
H A Derror.c114 signal(SIGINT, SIG_DFL); in onint()
115 kill(getpid(), SIGINT); in onint()
116 _exit(128 + SIGINT); in onint()
H A Dtrap.c266 case SIGINT: in setsignal()
374 if (signo == SIGINT && trap[SIGINT] == NULL) { in onsig()
383 if (signo == SIGINT || signo == SIGQUIT) in onsig()
470 setsignal(SIGINT); in trap_init()
/freebsd/contrib/sendmail/libmilter/
H A Dsignal.c101 (void) sigaddset(&set, SIGINT);
138 case SIGINT:
172 (void) sigaddset(&set, SIGINT);
/freebsd/crypto/heimdal/lib/kadm5/
H A Dipropd_common.c56 sigaction(SIGINT, &sa, NULL); in setup_signal()
64 signal(SIGINT, sigterm); in setup_signal()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_pdkill.c71 signal(SIGINT, handle_signal); in test_pdkill()
83 error = pdkill(pd, SIGINT); in test_pdkill()
/freebsd/contrib/tcsh/
H A Dtc.sig.h124 sigaction(SIGINT, NULL, &(sv)[0]); \
132 sigaddset(&m__, SIGINT); \
144 sigaction(SIGINT, &(sv)[0], NULL); \
/freebsd/lib/libc/gen/
H A Dsiglist.c37 [SIGINT] = "INT",
72 [SIGINT] = "Interrupt",
/freebsd/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/tools/test/stress2/misc/
H A Drename9.sh85 kill(spid, SIGINT);
158 kill(spid, SIGINT);
164 kill(spid, SIGINT);
/freebsd/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/cddl/lib/libdtrace/
H A Dsignal.d28 inline int SIGINT = 2; variable
29 #pragma D binding "1.0" SIGINT
96 signal == SIGINT ? "SIGINT" :
/freebsd/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