Searched refs:SIGINT (Results 201 - 225 of 343) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c110 if (sigaction(SIGINT, &sa, NULL) < 0)
111 err(1, "Could not sigaction(SIGINT)");
113 err(1, "Could not sigaction(SIGINT)");
/freebsd-13-stable/usr.sbin/watch/
H A Dwatch.c332 signal(SIGINT, cleanup);
/freebsd-13-stable/usr.sbin/yppush/
H A Dyppush_main.c603 signal(SIGINT, handler);
/freebsd-13-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c170 if (sigaction(SIGINT, &sa, NULL) < 0)
171 err(1, "Could not sigaction(SIGINT)");
/freebsd-13-stable/usr.bin/mail/
H A Dfio.c277 * Hold signals SIGHUP, SIGINT, and SIGQUIT.
286 (void)sigaddset(&nset, SIGINT);
293 * Release signals SIGHUP, SIGINT, and SIGQUIT.
/freebsd-13-stable/usr.bin/morse/
H A Dmorse.c393 (void)signal(SIGINT, sighandler);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exec.c240 sigaddset(&set, SIGINT);
540 sigaction(SIGINT, &state->sigint, NULL);
575 sigaction(SIGINT, &parintr, &state.sigint);
H A Dsh.c851 sigaction(SIGINT, NULL, &parintr);
1153 sigset_interrupting(SIGINT, queue_pintr);
1792 signal(SIGINT, SIG_IGN);
1793 sigaddset(&set, SIGINT);
H A Dsh.err.c493 sigaction(SIGINT, sa, NULL);
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c95 static int sigint; /* SIGINT received */
185 case SIGINT:
1117 sigaction(SIGINT, &sa, NULL);
1179 kill(getpid(), SIGINT); local
/freebsd-13-stable/contrib/tnftp/src/
H A Dfetch.c1150 oldintr = xsignal(SIGINT, aborthttp);
1317 (void)xsignal(SIGINT, oldintr);
1794 (void)xsignal(SIGINT, intr);
/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c324 case SIGINT:
1454 signal(SIGINT, sig_handle);
1549 signal(SIGINT, SIG_DFL);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp210 Host::Kill(debugserver_pid, SIGINT);
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dclock.c362 sig = SIGINT;
/freebsd-13-stable/contrib/blacklist/bin/
H A Dblacklistd.c486 signal(SIGINT, sigdone);
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c165 signal(SIGINT, handleterm);
/freebsd-13-stable/contrib/less/
H A Dedit.c161 * Send SIGINT to the piped process before closing it.
163 kill(pipefd->_pid, SIGINT);
352 * Ctrl-C to not raise SIGINT. We must undo
/freebsd-13-stable/contrib/dialog/
H A Dui_getc.c656 (void) signal(SIGINT, finish_bg);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c978 (void) sigaction(SIGINT, &act, NULL);
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h312 # define SIGDIE2 SIGINT
/freebsd-13-stable/sys/compat/linux/
H A Dlinux.c62 LINUX_SIGINT, /* SIGINT */
96 SIGINT, /* LINUX_SIGINT */
/freebsd-13-stable/crypto/openssh/
H A Dclientloop.c779 handler = signal(SIGINT, SIG_IGN);
877 signal(SIGINT, handler);
1302 if (signal(SIGINT, SIG_IGN) != SIG_IGN)
1303 signal(SIGINT, signal_handler);
H A Dsftp.c104 /* SIGINT received during command processing */
2204 signal(SIGINT, SIG_IGN);
2244 signal(SIGINT, cmd_interrupt);
2303 * ignore SIGINT if we want to gracefully abort commands,
2308 signal(SIGINT, SIG_IGN);
2316 signal(SIGINT, killchild);
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_main.c575 (void) signal(SIGINT, (SIG_PF) reaper);
/freebsd-13-stable/usr.bin/dpv/
H A Ddpv.c453 sigaction(SIGINT, &act, 0);

Completed in 273 milliseconds

1234567891011>>