| /freebsd-14.2/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.c | 318 (*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 D | netwait | 48 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 D | FuzzerUtilDarwin.cpp | 56 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 D | cmds.c | 203 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 D | signal.c | 211 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 D | kqueue_fork.c | 51 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 D | misc.c | 169 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 D | signal.c | 51 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 D | system.c | 70 (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 D | collect.c | 88 (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 D | main.c | 322 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 D | tty.c | 92 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 D | ftp.c | 358 (*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 D | error.c | 120 signal(SIGINT, SIG_DFL); in onint() 121 kill(getpid(), SIGINT); in onint() 122 _exit(128 + SIGINT); in onint()
|
| H A D | trap.c | 272 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 D | signal.c | 101 (void) sigaddset(&set, SIGINT); 138 case SIGINT: 172 (void) sigaddset(&set, SIGINT);
|
| /freebsd-14.2/tools/regression/security/cap_test/ |
| H A D | cap_test_pdkill.c | 72 signal(SIGINT, handle_signal); in test_pdkill() 84 error = pdkill(pd, SIGINT); in test_pdkill()
|
| /freebsd-14.2/crypto/heimdal/lib/kadm5/ |
| H A D | ipropd_common.c | 56 sigaction(SIGINT, &sa, NULL); in setup_signal() 64 signal(SIGINT, sigterm); in setup_signal()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | tc.sig.h | 124 sigaction(SIGINT, NULL, &(sv)[0]); \ 132 sigaddset(&m__, SIGINT); \ 144 sigaction(SIGINT, &(sv)[0], NULL); \
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | siglist.c | 39 [SIGINT] = "INT", 74 [SIGINT] = "Interrupt",
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | rename9.sh | 85 kill(spid, SIGINT); 158 kill(spid, SIGINT); 164 kill(spid, SIGINT);
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctfconvert.c | 158 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 D | signal.d | 28 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 D | interrupts_test.cpp | 183 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 D | cl_main.c | 291 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()
|