Searched refs:SIGINT (Results 251 - 275 of 343) sorted by relevance

<<11121314

/freebsd-13-stable/bin/pax/
H A Dar_io.c342 kill(zpid, SIGINT);
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dfileio.c134 assert(sig==SIGINT); (void)sig;
149 signal(SIGINT, INThandler);
157 if (g_artefact) signal(SIGINT, SIG_DFL);
202 case SIGINT: name = "SIGINT"; break;
/freebsd-13-stable/contrib/pf/authpf/
H A Dauthpf.c213 signal(SIGINT, need_death);
/freebsd-13-stable/contrib/pf/pflogd/
H A Dpflogd.c738 signal(SIGINT, sig_close);
/freebsd-13-stable/sys/fs/autofs/
H A Dautofs.c112 SIGINT,
/freebsd-13-stable/crypto/openssh/
H A Dserverloop.c395 signal(SIGINT, sigterm_handler);
H A Dscp.c217 signal(SIGINT, killchild);
309 signal(SIGINT, killchild);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c64 /* Revert all changes and exit dialog-mode cleanly on SIGINT */
98 /* Revert changes on SIGINT */
99 signal(SIGINT, sigint_handler);
/freebsd-13-stable/usr.sbin/powerd/
H A Dpowerd.c632 signal(SIGINT, handle_sigs);
/freebsd-13-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c168 sigaddset(&set, SIGINT);
/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c224 signal(SIGINT, SIG_IGN);
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c266 signal(SIGINT, SIG_IGN);
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.c210 (void) signal(SIGINT, terminate);
/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsold.c224 (void)signal(SIGINT, set_exit);
285 /* Handle SIGTERM, SIGINT. */
/freebsd-13-stable/tools/test/testfloat/
H A Dtestsoftfloat.c989 (void) signal( SIGINT, catchSIGINT );
/freebsd-13-stable/usr.bin/at/
H A Dat.c228 /* Install the signal handler for SIGINT; terminate after removing the
235 sigaction(SIGINT, &act, NULL);
/freebsd-13-stable/usr.bin/mail/
H A Dnames.c371 (void)sigaddset(&nset, SIGINT);
/freebsd-13-stable/tools/regression/sockets/unix_gc/
H A Dunix_gc.c776 signal(SIGINT, SIG_IGN);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Deloop.c959 wpa_printf(MSG_ERROR, "eloop: could not process SIGINT or SIGTERM in "
974 if ((sig == SIGINT || sig == SIGTERM) && !eloop.pending_terminate) {
1043 int ret = eloop_register_signal(SIGINT, handler, user_data);
/freebsd-13-stable/sbin/ping/
H A Dping.c887 if (sigaction(SIGINT, &si_sa, 0) == -1) {
888 err(EX_OSERR, "sigaction SIGINT");
1033 * be noticed for a while. Just exit if we get a second SIGINT.
1449 (void)signal(SIGINT, SIG_IGN);
/freebsd-13-stable/contrib/libedit/
H A Dtty.c1353 #ifdef SIGINT
1354 case SIGINT:
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1286 if (sigaction(SIGINT, NULL, &oact) == 0 && oact.sa_handler != SIG_IGN)
1287 (void) sigaction(SIGINT, &act, NULL);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c273 * handle SIGINT and ignore SIGSTP. This is necessary to
281 (void) sigaction(SIGINT, &act, &osigint);
325 (void) sigaction(SIGINT, &osigint, NULL);
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c928 signal(SIGINT, noteterm);
982 signal(SIGINT, SIG_DFL);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dworker.c1635 case SIGINT:
1753 ub_thread_sig_unblock(SIGINT);
1769 || !comm_signal_bind(worker->comsig, SIGINT)) {

Completed in 192 milliseconds

<<11121314