Searched refs:SIGINT (Results 101 - 125 of 343) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c86 /* Was SIGINT or SIGTERM signal received? */
386 if (kill(adhost->adh_worker_pid, SIGINT) == -1) {
472 PJDLOG_VERIFY(sigaddset(&mask, SIGINT) == 0);
478 case SIGINT:
749 PJDLOG_VERIFY(signal(SIGINT, SIG_DFL) != SIG_ERR);
759 PJDLOG_VERIFY(sigaddset(&mask, SIGINT) == 0);
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c182 ruptible = (signal(SIGINT, SIG_IGN) == SIG_DFL);
184 signal(SIGINT, SIG_DFL);
361 signal(SIGINT, onintr);
466 signal(SIGINT, onintr);
685 signal(SIGINT, onintr);
/freebsd-13-stable/lib/libvgl/
H A Dmain.c118 signal(SIGINT, SIG_IGN);
152 signal(SIGINT, VGLAbort);
359 smode.frsig = SIGINT;
/freebsd-13-stable/contrib/bmake/
H A Dcompat.c142 if (signo == SIGINT) {
692 if (bmake_signal(SIGINT, SIG_IGN) != SIG_IGN)
693 bmake_signal(SIGINT, CompatInterrupt);
H A Dsigcompat.c319 old = sigblock(sigmask(SIGINT));
/freebsd-13-stable/contrib/byacc/
H A Dmain.c190 #ifdef SIGINT
191 if (signal(SIGINT, SIG_IGN) != SIG_IGN)
192 signal(SIGINT, onintr);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c223 sigaddset(&sigset, SIGINT);
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dkadmin.c260 signal(SIGINT, SIG_IGN); /* ignore signals for now, the sl command
261 parser will handle SIGINT its own way;
/freebsd-13-stable/sbin/dump/
H A Dtape.c520 interrupt_save = signal(SIGINT, SIG_IGN);
524 (void)signal(SIGINT, interrupt_save);
541 signal(SIGINT, SIG_IGN);
731 signal(SIGINT, SIG_IGN); /* Master handles this */
/freebsd-13-stable/sbin/reboot/
H A Dreboot.c191 (void)signal(SIGINT, SIG_IGN);
/freebsd-13-stable/lib/libutil/
H A Dpw_util.c147 (void)signal(SIGINT, SIG_IGN);
298 sigaction(SIGINT, &sa, &sa_int);
307 sigaction(SIGINT, &sa_int, NULL);
342 sigaction(SIGINT, &sa_int, NULL);
/freebsd-13-stable/libexec/ftpd/
H A Dpopen.c192 omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipsyncm.c85 signal(SIGINT, handleterm);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp119 SetSigaction(SIGINT, InterruptHandler);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed.c34 * Signal handler for SIGINT & SIGTERM.
69 if (sigaction(SIGINT, &sa, NULL) < 0)
70 zed_log_die("Failed to register SIGINT handler");
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c109 [CLOUDABI_SIGINT] = SIGINT,
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c141 sigaction(SIGINT, &sa, NULL) < 0) {
/freebsd-13-stable/usr.sbin/cron/cron/
H A Dpopen.c244 omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
/freebsd-13-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c282 (void) signal(SIGINT, (SIG_PF) reaper);
/freebsd-13-stable/tools/test/testfloat/
H A Dtestfloat.c247 (void) signal( SIGINT, catchSIGINT );
/freebsd-13-stable/usr.bin/lockf/
H A Dlockf.c158 signal(SIGINT, SIG_IGN);
/freebsd-13-stable/usr.bin/login/
H A Dlogin.c188 (void)sigaction(SIGINT, &sa, NULL);
648 (void)sigaction(SIGINT, &sa, NULL);
858 * SIGINT handler for motd().
883 sigaction(SIGINT, &newint, &oldint);
886 sigaction(SIGINT, &oldint, NULL);
/freebsd-13-stable/usr.bin/mail/
H A Dcmd3.c56 sig_t sigint = signal(SIGINT, SIG_IGN);
67 (void)signal(SIGINT, sigint);
79 sig_t sigint = signal(SIGINT, SIG_IGN);
85 (void)signal(SIGINT, sigint);
/freebsd-13-stable/usr.bin/talk/
H A Dinit_disp.c91 signal(SIGINT, sig_sent);
/freebsd-13-stable/usr.bin/tip/libacu/
H A Dv831.c90 signal(SIGINT, SIG_IGN);

Completed in 278 milliseconds

1234567891011>>