Symbol: SIGINT
bin/dd/misc.c
163
terminate(SIGINT);
bin/dd/misc.c
176
error = sigaction(SIGINT, &sa, 0);
bin/dd/misc.c
187
terminate(SIGINT);
bin/dd/misc.c
196
terminate(SIGINT);
bin/ed/ed.h
102
if (sigflags & (1 << (SIGINT - 1))) handle_int(SIGINT); \
bin/ed/main.c
135
signal(SIGINT, signal_int);
bin/ls/ls.c
543
(void)signal(SIGINT, colorquit);
bin/pax/ar_io.c
334
kill(zpid, SIGINT);
bin/pax/pax.c
385
(sigaddset(&s_mask,SIGINT) < 0)||(sigaddset(&s_mask,SIGHUP) < 0) ||
bin/pax/pax.c
398
setup_sig(SIGINT, &n_hand) ||
bin/sh/error.c
116
signal(SIGINT, SIG_DFL);
bin/sh/error.c
117
kill(getpid(), SIGINT);
bin/sh/error.c
118
_exit(128 + SIGINT);
bin/sh/eval.c
1082
exitstatus = SIGINT+128;
bin/sh/jobs.c
1119
if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGINT)
bin/sh/jobs.c
1124
WIFSIGNALED(status) && WTERMSIG(status) == SIGINT)
bin/sh/jobs.c
1125
kill(getpid(), SIGINT);
bin/sh/jobs.c
1262
if (sig > 0 && sig != SIGINT && sig != SIGPIPE) {
bin/sh/jobs.c
940
ignoresig(SIGINT);
bin/sh/jobs.c
952
ignoresig(SIGINT);
bin/sh/jobs.c
969
setsignal(SIGINT);
bin/sh/parser.c
2396
raise(SIGINT);
bin/sh/redir.c
284
signal(SIGINT, SIG_IGN);
bin/sh/trap.c
266
case SIGINT:
bin/sh/trap.c
374
if (signo == SIGINT && trap[SIGINT] == NULL) {
bin/sh/trap.c
383
if (signo == SIGINT || signo == SIGQUIT)
bin/sh/trap.c
470
setsignal(SIGINT);
bin/timeout/timeout.c
137
case SIGINT:
cddl/usr.sbin/zfsd/zfsd.cc
172
signal(SIGINT, ZfsDaemon::QuitSignalHandler);
crypto/heimdal/appl/ftp/ftp/cmds.c
1108
oldintr = signal(SIGINT, mabort);
crypto/heimdal/appl/ftp/ftp/cmds.c
1127
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/cmds.c
1212
oldintr = signal(SIGINT, mabort);
crypto/heimdal/appl/ftp/ftp/cmds.c
1227
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/cmds.c
1243
old1 = signal (SIGINT, SIG_IGN);
crypto/heimdal/appl/ftp/ftp/cmds.c
1248
signal(SIGINT, SIG_DFL);
crypto/heimdal/appl/ftp/ftp/cmds.c
1277
signal(SIGINT, old1);
crypto/heimdal/appl/ftp/ftp/cmds.c
1657
oldintr = signal(SIGINT, proxabort);
crypto/heimdal/appl/ftp/ftp/cmds.c
1663
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/cmds.c
1675
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/cmds.c
459
oldintr = signal(SIGINT, mabort);
crypto/heimdal/appl/ftp/ftp/cmds.c
508
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/cmds.c
564
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/cmds.c
728
oldintr = signal(SIGINT, mabort);
crypto/heimdal/appl/ftp/ftp/cmds.c
764
signal(SIGINT,oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1002
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1147
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1162
signal (SIGINT, SIG_IGN);
crypto/heimdal/appl/ftp/ftp/ftp.c
1165
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1181
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1510
oldintr = signal (SIGINT, psabort);
crypto/heimdal/appl/ftp/ftp/ftp.c
1563
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1566
(*oldintr) (SIGINT);
crypto/heimdal/appl/ftp/ftp/ftp.c
1621
oldintr = signal (SIGINT, abortpt);
crypto/heimdal/appl/ftp/ftp/ftp.c
1623
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1636
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1642
signal (SIGINT, SIG_IGN);
crypto/heimdal/appl/ftp/ftp/ftp.c
1658
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1672
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
1700
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
295
oldintr = signal(SIGINT, cmdabort);
crypto/heimdal/appl/ftp/ftp/ftp.c
318
(*oldintr) (SIGINT);
crypto/heimdal/appl/ftp/ftp/ftp.c
319
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
339
sigaction (SIGINT, &sa, &osa);
crypto/heimdal/appl/ftp/ftp/ftp.c
349
sigaction (SIGINT, &osa, NULL);
crypto/heimdal/appl/ftp/ftp/ftp.c
399
sigaction (SIGINT, &osa, NULL);
crypto/heimdal/appl/ftp/ftp/ftp.c
406
osa.sa_handler (SIGINT);
crypto/heimdal/appl/ftp/ftp/ftp.c
456
oldintr = signal (SIGINT, cmdabort);
crypto/heimdal/appl/ftp/ftp/ftp.c
483
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
547
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
551
(*oldintr) (SIGINT);
crypto/heimdal/appl/ftp/ftp/ftp.c
705
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
711
oldintr = signal (SIGINT, abortsend);
crypto/heimdal/appl/ftp/ftp/ftp.c
719
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
729
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
736
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
743
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
788
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
796
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
854
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
861
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
934
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
938
oldintr = signal (SIGINT, abortrecv);
crypto/heimdal/appl/ftp/ftp/ftp.c
945
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
956
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
963
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
964
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
970
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
975
signal(SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
986
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/ftp.c
997
signal (SIGINT, oldintr);
crypto/heimdal/appl/ftp/ftp/main.c
148
signal(SIGINT, intr);
crypto/heimdal/appl/ftp/ftp/main.c
162
signal(SIGINT, intr);
crypto/heimdal/appl/ftp/ftp/main.c
335
signal(SIGINT, intr);
crypto/heimdal/appl/ftp/ftpd/popen.c
223
sigaddset(&sigset, SIGINT);
crypto/heimdal/appl/rcp/util.c
132
istat = signal(SIGINT, SIG_IGN);
crypto/heimdal/appl/rcp/util.c
136
(void)signal(SIGINT, istat);
crypto/heimdal/appl/telnet/telnet/commands.c
2368
signal(SIGINT, SIG_DFL);
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
727
signal(SIGINT, intr);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1331
int sig = SIGINT;
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1337
ioctl(ourpty, TCSIG, (char *)SIGINT);
crypto/heimdal/kadmin/kadm_conn.c
196
signal(SIGINT, terminate);
crypto/heimdal/kadmin/kadmin.c
260
signal(SIGINT, SIG_IGN); /* ignore signals for now, the sl command
crypto/heimdal/kadmin/util.c
585
osig = signal(SIGINT, interrupt);
crypto/heimdal/kadmin/util.c
587
signal(SIGINT, osig);
crypto/heimdal/kadmin/util.c
597
signal(SIGINT, osig);
crypto/heimdal/kadmin/util.c
605
signal(SIGINT, osig);
crypto/heimdal/kcm/main.c
84
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/kcm/main.c
97
signal(SIGINT, sigterm);
crypto/heimdal/kdc/connect.c
922
else if(exit_flag == SIGINT || exit_flag == SIGTERM)
crypto/heimdal/kdc/main.c
134
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/kdc/main.c
146
signal(SIGINT, sigterm);
crypto/heimdal/kpasswd/kpasswdd.c
890
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/kpasswd/kpasswdd.c
894
signal(SIGINT, sigterm);
crypto/heimdal/lib/kadm5/ipropd_common.c
56
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/lib/kadm5/ipropd_common.c
64
signal(SIGINT, sigterm);
crypto/heimdal/lib/kadm5/ipropd_master.c
1020
if(exit_flag == SIGINT || exit_flag == SIGTERM)
crypto/heimdal/lib/kadm5/ipropd_slave.c
741
else if(exit_flag == SIGINT || exit_flag == SIGTERM)
crypto/heimdal/lib/sl/sl.c
294
old = signal(SIGINT, sl_sigint);
crypto/heimdal/lib/sl/sl.c
298
signal(SIGINT, old);
crypto/krb5/src/kdc/main.c
491
(void) sigaction(SIGINT, &s_action, (struct sigaction *) NULL);
crypto/krb5/src/kdc/main.c
497
signal(SIGINT, on_monitor_signal);
crypto/krb5/src/kprop/kpropd.c
330
signal_wrapper(SIGINT, kill_do_standalone);
crypto/krb5/src/lib/apputils/net-server.c
268
if (!verto_add_signal(ctx, VERTO_EV_FLAG_PERSIST, do_break, SIGINT) ||
crypto/krb5/src/lib/krb5/os/prompter.c
142
sigaction(SIGINT, &sa, osigint);
crypto/krb5/src/lib/krb5/os/prompter.c
144
*osigint = signal(SIGINT, intrfunc);
crypto/krb5/src/lib/krb5/os/prompter.c
152
sigaction(SIGINT, osigint, NULL);
crypto/krb5/src/lib/krb5/os/prompter.c
154
signal(SIGINT, *osigint);
crypto/krb5/src/lib/rpc/unit-test/server.c
138
(void) sigaction(SIGINT, &sa, NULL);
crypto/krb5/src/lib/rpc/unit-test/server.c
142
signal(SIGINT, handlesig);
crypto/krb5/src/util/ss/list_rqs.c
110
sigaction(SIGINT, &osig, (struct sigaction *)0);
crypto/krb5/src/util/ss/list_rqs.c
112
(void) signal(SIGINT, func);
crypto/krb5/src/util/ss/list_rqs.c
53
sigaddset(&nmask, SIGINT);
crypto/krb5/src/util/ss/list_rqs.c
59
sigaction(SIGINT, &nsig, &osig);
crypto/krb5/src/util/ss/list_rqs.c
61
mask = sigblock(sigmask(SIGINT));
crypto/krb5/src/util/ss/list_rqs.c
62
func = signal(SIGINT, SIG_IGN);
crypto/krb5/src/util/ss/listen.c
103
sigaction(SIGINT, &nsig, &isig);
crypto/krb5/src/util/ss/listen.c
105
sig_int = signal(SIGINT, listen_int_handler);
crypto/krb5/src/util/ss/listen.c
162
sigaction(SIGINT, &isig, (struct sigaction *)0);
crypto/krb5/src/util/ss/listen.c
164
(void) signal(SIGINT, sig_int);
crypto/krb5/src/util/ss/listen.c
90
sigaddset(&nmask, SIGINT);
crypto/krb5/src/util/ss/listen.c
94
mask = sigblock(sigmask(SIGINT));
crypto/krb5/src/util/ss/pager.c
82
sigaction(SIGINT, &sa, (struct sigaction *)0);
crypto/krb5/src/util/ss/pager.c
84
(void) signal(SIGINT, SIG_DFL);
crypto/krb5/src/util/ss/pager.c
89
sigaddset(&mask, SIGINT);
crypto/krb5/src/util/ss/pager.c
93
mask &= ~sigmask(SIGINT);
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
39
if (sig != SIGINT) {
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
927
if (signal(SIGINT, assert_signal_handler) == SIG_ERR) {
crypto/openssh/clientloop.c
1100
ssh_signal(SIGINT, handler);
crypto/openssh/clientloop.c
1510
if (ssh_signal(SIGINT, SIG_IGN) != SIG_IGN)
crypto/openssh/clientloop.c
1511
ssh_signal(SIGINT, signal_handler);
crypto/openssh/clientloop.c
1537
sigaddset(&bsigset, SIGINT) == -1 ||
crypto/openssh/clientloop.c
995
handler = ssh_signal(SIGINT, SIG_IGN);
crypto/openssh/monitor.c
416
ssh_signal(SIGINT, &monitor_child_handler);
crypto/openssh/mux.c
1996
ssh_signal(SIGINT, control_client_sighandler);
crypto/openssh/mux.c
2195
ssh_signal(SIGINT, control_client_sighandler);
crypto/openssh/openbsd-compat/readpassphrase.c
120
(void)sigaction(SIGINT, &sa, &saveint);
crypto/openssh/openbsd-compat/readpassphrase.c
162
(void)sigaction(SIGINT, &saveint, NULL);
crypto/openssh/scp.c
259
ssh_signal(SIGINT, killchild);
crypto/openssh/scp.c
369
ssh_signal(SIGINT, killchild);
crypto/openssh/sftp.c
2300
if (sigaction(SIGINT, &sa, NULL) == -1) {
crypto/openssh/sftp.c
2301
debug3("sigaction(%s): %s", strsignal(SIGINT),
crypto/openssh/sftp.c
2341
ssh_signal(SIGINT, cmd_interrupt);
crypto/openssh/sftp.c
2404
ssh_signal(SIGINT, SIG_IGN);
crypto/openssh/sftp.c
2412
ssh_signal(SIGINT, killchild);
crypto/openssh/ssh-agent.c
2532
ssh_signal(SIGINT, (d_flag | D_flag) ? cleanup_handler : SIG_IGN);
crypto/openssh/ssh-agent.c
2538
sigaddset(&nsigset, SIGINT);
crypto/openssh/sshd-session.c
1202
ssh_signal(SIGINT, SIG_DFL);
crypto/openssl/apps/lib/http_server.c
159
signal(SIGINT, SIG_DFL);
crypto/openssl/apps/lib/http_server.c
99
signal(SIGINT, noteterm);
crypto/openssl/crypto/ui/ui_openssl.c
353
if (intr_signal == SIGINT)
crypto/openssl/crypto/ui/ui_openssl.c
589
savsig[SIGINT] = signal(SIGINT, recsig);
crypto/openssl/crypto/ui/ui_openssl.c
625
signal(SIGINT, savsig[SIGINT]);
crypto/openssl/demos/bio/saccept.c
38
signal(SIGINT, interrupt);
crypto/openssl/demos/bio/saccept.c
48
sigaction(SIGINT, &sa, NULL);
lib/geom/part/geom_part.c
935
if (sigaction(SIGINT, &si_sa, 0) == -1)
lib/libc/gen/readpassphrase.c
115
(void)__libc_sigaction(SIGINT, &sa, &saveint);
lib/libc/gen/readpassphrase.c
153
(void)__libc_sigaction(SIGINT, &saveint, NULL);
lib/libc/gen/siglist.c
37
[SIGINT] = "INT",
lib/libc/gen/siglist.c
72
[SIGINT] = "Interrupt",
lib/libc/stdlib/system.c
100
(void)__libc_sigaction(SIGINT, &ointact, NULL);
lib/libc/stdlib/system.c
127
(void)__libc_sigaction(SIGINT, &ointact, NULL);
lib/libc/stdlib/system.c
82
(void)__libc_sigaction(SIGINT, &ign, &ointact);
lib/libc/tests/stdlib/system_test.c
130
ATF_REQUIRE_EQ(0, sigaction(SIGINT, NULL, &sigint));
lib/libc/tests/stdlib/system_test.c
152
ATF_REQUIRE_EQ(0, sigaction(SIGINT, NULL, &sigact));
lib/libc/tests/stdlib/system_test.c
170
ATF_REQUIRE_EQ(0, sigaction(SIGINT, NULL, &sigact));
lib/libsysdecode/signal.c
34
[SIGINT] = "SIGINT",
lib/libutil/pw_util.c
144
(void)signal(SIGINT, SIG_IGN);
lib/libutil/pw_util.c
295
sigaction(SIGINT, &sa, &sa_int);
lib/libutil/pw_util.c
304
sigaction(SIGINT, &sa_int, NULL);
lib/libutil/pw_util.c
339
sigaction(SIGINT, &sa_int, NULL);
lib/libutil/tests/flopen_test.c
173
kill(pid, SIGINT);
lib/libutil/tests/pidfile_test.c
152
signal(SIGINT, signal_handler);
lib/libutil/tests/pidfile_test.c
173
EV_SET(&ke, SIGINT, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL);
lib/libutil/tests/pidfile_test.c
223
if (kill(pid, SIGINT) != 0)
lib/libvgl/main.c
116
signal(SIGINT, SIG_IGN);
lib/libvgl/main.c
150
signal(SIGINT, VGLAbort);
lib/libvgl/main.c
357
smode.frsig = SIGINT;
libexec/getty/main.c
171
signal(SIGINT, SIG_IGN);
libexec/getty/main.c
391
signal(SIGINT, SIG_DFL);
libexec/getty/main.c
406
signal(SIGINT, SIG_IGN);
libexec/getty/main.c
515
signal(SIGINT, SIG_IGN);
libexec/getty/main.c
518
signal(SIGINT, interrupt);
libexec/getty/main.c
603
signal(SIGINT, SIG_IGN);
libexec/pppoed/pppoed.c
642
sigaction(SIGINT, &act, NULL);
libexec/rbootd/rbootd.c
147
(void) signal(SIGINT, Exit);
libexec/rpc.rquotad/rquotad.c
79
(void)signal(SIGINT, cleanup);
libexec/rpc.rstatd/rstatd.c
80
(void) signal(SIGINT, cleanup);
libexec/rpc.rusersd/rusersd.c
73
(void) signal(SIGINT, cleanup);
libexec/rpc.sprayd/sprayd.c
90
(void)signal(SIGINT, cleanup);
sbin/bsdlabel/bsdlabel.c
659
omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
sbin/devd/devd.cc
1347
signal(SIGINT, gensighand);
sbin/devd/devd.cc
244
::sigaction(SIGINT, &ign, &intact);
sbin/devd/devd.cc
256
::sigaction(SIGINT, &intact, NULL);
sbin/devd/devd.cc
274
::sigaction(SIGINT, &intact, NULL);
sbin/dump/main.c
326
if (signal(SIGINT, interrupt) == SIG_IGN)
sbin/dump/main.c
327
signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
513
interrupt_save = signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
517
(void)signal(SIGINT, interrupt_save);
sbin/dump/tape.c
534
signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
723
signal(SIGINT, SIG_IGN); /* Master handles this */
sbin/fsck_ffs/main.c
174
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_ffs/main.c
175
(void)signal(SIGINT, catch);
sbin/hastd/hastd.c
1039
PJDLOG_VERIFY(sigaddset(&mask, SIGINT) == 0);
sbin/hastd/hastd.c
1045
case SIGINT:
sbin/hastd/hastd.c
1274
PJDLOG_VERIFY(signal(SIGINT, SIG_DFL) != SIG_ERR);
sbin/hastd/hastd.c
1284
PJDLOG_VERIFY(sigaddset(&mask, SIGINT) == 0);
sbin/hastd/hastd.c
883
if (kill(res->hr_workerpid, SIGINT) == -1) {
sbin/hastd/primary.c
2413
PJDLOG_VERIFY(sigaddset(&mask, SIGINT) == 0);
sbin/hastd/primary.c
2422
case SIGINT:
sbin/init/init.c
1644
case SIGINT:
sbin/init/init.c
1681
case SIGINT:
sbin/init/init.c
221
sig = SIGINT;
sbin/init/init.c
300
handle(transition_handler, SIGHUP, SIGINT, SIGEMT, SIGTERM, SIGTSTP,
sbin/init/init.c
305
SIGXCPU, SIGXFSZ, SIGHUP, SIGINT, SIGEMT, SIGTERM, SIGTSTP,
sbin/ipf/ipfstat/ipfstat.c
1294
signal(SIGINT, sig_break);
sbin/ipf/ipfsync/ipfsyncd.c
161
signal(SIGINT, handleterm);
sbin/ipf/ipfsync/ipsyncm.c
80
signal(SIGINT, handleterm);
sbin/ipf/ipfsync/ipsyncs.c
79
signal(SIGINT, handleterm);
sbin/nos-tun/nos-tun.c
337
(void)signal(SIGINT,Finish);
sbin/ping/main.c
196
case SIGINT:
sbin/ping/ping.c
849
if (sigaction(SIGINT, &si_sa, 0) == -1)
sbin/ping/ping6.c
1128
if (sigaction(SIGINT, &si_sa, 0) == -1)
sbin/ping/ping6.c
1248
sigaction(SIGINT, &si_sa, 0);
sbin/reboot/reboot.c
242
SIGINT;
sbin/reboot/reboot.c
456
(void)signal(SIGINT, SIG_IGN);
sbin/recoverdisk/recoverdisk.c
840
signal(SIGINT, sighandler);
sbin/restore/main.c
163
if (signal(SIGINT, onintr) == SIG_IGN)
sbin/restore/main.c
164
(void) signal(SIGINT, SIG_IGN);
sbin/routed/main.c
272
signal(SIGINT, sigterm);
sbin/shutdown/shutdown.c
402
(void)kill(1, doreboot ? SIGINT : /* reboot */
sbin/shutdown/shutdown.c
573
(void)signal(SIGINT, finish);
share/examples/inotify/inotify.c
120
set_handler(kq, SIGINT);
share/examples/scsi_target/scsi_target.c
298
signal(SIGINT, SIG_IGN);
share/examples/scsi_target/scsi_target.c
414
EV_SET(&events[1], SIGINT, EVFILT_SIGNAL, EV_ADD|EV_ENABLE, 0, 0, 0);
sys/compat/linux/linux.c
95
SIGINT, /* LINUX_SIGINT */
sys/fs/autofs/autofs.c
109
SIGINT,
sys/fs/nfs/nfs_commonkrpc.c
1536
SIGINT,
sys/fs/nfs/nfsport.h
975
(SIGISMEMBER(set, SIGINT) || SIGISMEMBER(set, SIGTERM) || \
sys/kern/kern_prot.c
2093
case SIGINT:
sys/kern/kern_shutdown.c
332
kern_psignal(initproc, SIGINT);
sys/kern/kern_sig.c
206
[SIGINT] = SIGPROP_KILL,
sys/kern/tty_ttydisc.c
1036
tty_signal_pgrp(tp, SIGINT);
sys/kern/tty_ttydisc.c
1117
signal = SIGINT;
sys/netsmb/smb_subr.h
61
(SIGISMEMBER(set, SIGINT) || SIGISMEMBER(set, SIGTERM) || \
sys/sys/rctl.h
97
#define RCTL_ACTION_SIGINT SIGINT
tests/sys/capsicum/linux.cc
717
EXPECT_OK(pdkill(shared_pd, SIGINT));
tests/sys/capsicum/linux.cc
816
EXPECT_OK(pdkill(grandchild_pd, SIGINT));
tests/sys/capsicum/linux.cc
938
EXPECT_OK(pdkill(grandchild_pd, SIGINT));
tests/sys/capsicum/procdesc.cc
633
EXPECT_OK(pdkill(pd, SIGINT));
tests/sys/capsicum/procdesc.cc
638
EXPECT_EQ(0, pdkill(pd, SIGINT));
tests/sys/capsicum/procdesc.cc
643
EXPECT_EQ(-1, pdkill(pd, SIGINT));
tests/sys/capsicum/procdesc.cc
850
signal(SIGINT, handle_signal);
tests/sys/capsicum/procdesc.cc
856
for (int i = 0; i < 50 && !had_signal[SIGINT]; i++) {
tests/sys/capsicum/procdesc.cc
860
getpid_(), (int)had_signal[SIGINT]);
tests/sys/capsicum/procdesc.cc
862
exit(had_signal[SIGINT] ? 0 : 99);
tests/sys/capsicum/procdesc.cc
874
EXPECT_OK(pdkill(pd, SIGINT));
tests/sys/capsicum/procdesc.cc
905
EXPECT_OK(pdkill(pd, SIGINT));
tests/sys/capsicum/procdesc.cc
961
EXPECT_NOTCAPABLE(pdkill(cap_incapable, SIGINT));
tests/sys/capsicum/procdesc.cc
967
EXPECT_OK(pdkill(cap_capable, SIGINT));
tests/sys/fs/fusefs/pre-init.cc
160
kill(child, SIGINT);
tests/sys/fs/fusefs/xattr.cc
56
kill(pid, SIGINT);
tests/sys/kern/prace.c
108
if (kill(pid, SIGINT) != 0) {
tests/sys/kern/prace.c
50
sigaddset(&set1, SIGINT);
tests/sys/kern/prace.c
52
signal(SIGINT, handler);
tests/sys/kern/prace.c
68
if (ret == 0 && caught[SIGINT]) {
tests/sys/kern/prace.c
73
signal(SIGINT, SIG_DFL);
tests/sys/kern/prace.c
74
raise(SIGINT);
tests/sys/kern/prace.c
78
caught[SIGINT] = 0;
tests/sys/kern/ptrace_test.c
2651
REQUIRE_EQ(kill(fpid, SIGINT), 0);
tests/sys/kern/ptrace_test.c
2657
REQUIRE_EQ(WSTOPSIG(status), SIGINT);
tests/sys/kern/ptrace_test.c
2661
REQUIRE_EQ(pl.pl_siginfo.si_signo, SIGINT);
tests/sys/kern/tty/test_sti.c
265
kill(pid, SIGINT);
tests/sys/kern/tty/test_sti.c
266
finalize_child(pid, SIGINT);
tests/sys/kqueue/kqueue_fork.c
55
error = sigaction(SIGINT, &sa, NULL);
tests/sys/kqueue/kqueue_fork.c
67
EV_SET(&ev, SIGINT, EVFILT_SIGNAL, EV_ADD | EV_ENABLE, 0, 0,
tests/sys/kqueue/kqueue_fork.c
79
error = kill(pid, SIGINT);
tests/sys/netmap/ctrl-api-test.c
2290
ret = sigaction(SIGINT, &sa, NULL);
tools/regression/fsx/fsx.c
1144
signal(SIGINT, cleanup);
tools/regression/netinet/ipmulticast/ipmulticast.c
688
signal(SIGINT, signal_handler);
tools/regression/netinet/ipmulticast/ipmulticast.c
715
case SIGINT: /* go bye bye */
tools/regression/netinet/ipmulticast/ipmulticast.c
729
signal(SIGINT, SIG_DFL);
tools/regression/security/cap_test/cap_test_pdkill.c
71
signal(SIGINT, handle_signal);
tools/regression/security/cap_test/cap_test_pdkill.c
83
error = pdkill(pd, SIGINT);
tools/regression/sockets/unix_gc/unix_gc.c
774
signal(SIGINT, SIG_IGN);
tools/test/stress2/lib/main.c
104
signal(SIGINT, exit_handler);
tools/test/stress2/testcases/mkfifo/mkfifo.c
157
kill(pid, SIGINT);
tools/test/stress2/testcases/socket/socket.c
111
kill(pid, SIGINT);
tools/test/stress2/testcases/tcp/tcp.c
179
kill(pid, SIGINT);
tools/tools/net80211/stumbler/stumbler.c
1030
signal(SIGINT, cleanup);
tools/tools/net80211/wesside/wesside/wesside.c
2462
if (signal(SIGINT, &cleanup) == SIG_ERR) {
tools/tools/net80211/wesside/wesside/wesside.c
304
if (kill(crack_pid, SIGINT) == -1) {
tools/tools/netmap/bridge.c
317
signal(SIGINT, sigint_h);
tools/tools/netmap/bridge.c
32
signal(SIGINT, SIG_DFL);
tools/tools/netmap/lb.c
387
signal(SIGINT, SIG_DFL);
tools/tools/netmap/lb.c
877
signal(SIGINT, sigint_h);
tools/tools/netmap/nmreplay.c
1255
signal(SIGINT, sigint_h);
tools/tools/netmap/nmreplay.c
959
signal(SIGINT, SIG_DFL);
tools/tools/netmap/pkt-gen.c
3373
sigaddset(&ss, SIGINT);
tools/tools/netmap/pkt-gen.c
3383
if (sigaction(SIGINT, &sa, NULL) < 0) {
tools/tools/nvmf/nvmfd/nvmfd.c
117
signal(SIGINT, handle_sig);
usr.bin/apply/apply.c
231
intsave = signal(SIGINT, SIG_IGN);
usr.bin/apply/apply.c
235
(void)signal(SIGINT, intsave);
usr.bin/at/at.c
233
sigaction(SIGINT, &act, NULL);
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
169
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.bin/chat/chat.c
470
signal(SIGINT, sigint);
usr.bin/csplit/csplit.c
152
sigaddset(&sa.sa_mask, SIGINT);
usr.bin/csplit/csplit.c
155
sigaction(SIGINT, &sa, NULL);
usr.bin/dpv/dpv.c
451
sigaction(SIGINT, &act, 0);
usr.bin/fetch/fetch.c
1131
sigaction(SIGINT, &sa, NULL);
usr.bin/fetch/fetch.c
1193
kill(getpid(), SIGINT);
usr.bin/fetch/fetch.c
182
case SIGINT:
usr.bin/grdc/grdc.c
108
signal(SIGINT,sighndl);
usr.bin/gzip/gzip.c
1205
signal(SIGINT, got_sigint);
usr.bin/lock/lock.c
145
(void)signal(SIGINT, quit);
usr.bin/lock/lock.c
175
(void)signal(SIGINT, hi);
usr.bin/lockf/lockf.c
287
signal(SIGINT, SIG_IGN);
usr.bin/login/login.c
182
(void)sigaction(SIGINT, &sa, NULL);
usr.bin/login/login.c
642
(void)sigaction(SIGINT, &sa, NULL);
usr.bin/login/login.c
879
sigaction(SIGINT, &newint, &oldint);
usr.bin/login/login.c
882
sigaction(SIGINT, &oldint, NULL);
usr.bin/m4/main.c
193
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/m4/main.c
194
signal(SIGINT, onintr);
usr.bin/mail/cmd3.c
48
sig_t sigint = signal(SIGINT, SIG_IGN);
usr.bin/mail/cmd3.c
59
(void)signal(SIGINT, sigint);
usr.bin/mail/cmd3.c
71
sig_t sigint = signal(SIGINT, SIG_IGN);
usr.bin/mail/cmd3.c
77
(void)signal(SIGINT, sigint);
usr.bin/mail/collect.c
225
collint(SIGINT);
usr.bin/mail/collect.c
482
(void)signal(SIGINT, saveint);
usr.bin/mail/collect.c
543
sig_t sigint = signal(SIGINT, SIG_IGN);
usr.bin/mail/collect.c
551
(void)signal(SIGINT, sigint);
usr.bin/mail/collect.c
565
sig_t sigint = signal(SIGINT, SIG_IGN);
usr.bin/mail/collect.c
599
(void)signal(SIGINT, sigint);
usr.bin/mail/collect.c
83
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/collect.c
88
if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN)
usr.bin/mail/collect.c
89
(void)signal(SIGINT, collint);
usr.bin/mail/edit.c
118
(void)signal(SIGINT, sigint);
usr.bin/mail/edit.c
97
sigint = signal(SIGINT, SIG_IGN);
usr.bin/mail/fio.c
278
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/lex.c
200
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/mail/lex.c
201
(void)signal(SIGINT, intr);
usr.bin/mail/main.c
310
if ((prevint = signal(SIGINT, SIG_IGN)) != SIG_IGN)
usr.bin/mail/main.c
311
(void)signal(SIGINT, hdrstop);
usr.bin/mail/main.c
317
(void)signal(SIGINT, prevint);
usr.bin/mail/main.c
326
(void)signal(SIGINT, SIG_IGN);
usr.bin/mail/names.c
363
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/popen.c
139
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/popen.c
274
if (nset == NULL || !sigismember(nset, SIGINT))
usr.bin/mail/popen.c
275
(void)signal(SIGINT, SIG_DFL);
usr.bin/mail/send.c
395
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/tests/mailx_signal_test.c
138
if (interactive && signo == SIGINT) {
usr.bin/mail/tests/mailx_signal_test.c
180
mailx_signal_test(SIGINT, true);
usr.bin/mail/tests/mailx_signal_test.c
186
mailx_signal_test(SIGINT, false);
usr.bin/mail/tty.c
101
saveint = signal(SIGINT, ttyint);
usr.bin/mail/tty.c
155
(void)signal(SIGINT, saveint);
usr.bin/mail/tty.c
86
if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL)
usr.bin/mail/tty.c
87
(void)signal(SIGINT, SIG_DFL);
usr.bin/mkuzip/mkuzip.c
267
signal(SIGINT, exit);
usr.bin/morse/morse.c
383
(void)signal(SIGINT, sighandler);
usr.bin/msgs/msgs.c
164
ruptible = (signal(SIGINT, SIG_IGN) == SIG_DFL);
usr.bin/msgs/msgs.c
166
signal(SIGINT, SIG_DFL);
usr.bin/msgs/msgs.c
343
signal(SIGINT, onintr);
usr.bin/msgs/msgs.c
448
signal(SIGINT, onintr);
usr.bin/msgs/msgs.c
667
signal(SIGINT, onintr);
usr.bin/patch/util.c
305
intval = signal(SIGINT, SIG_IGN);
usr.bin/patch/util.c
310
signal(SIGINT, intval);
usr.bin/patch/util.c
320
signal(SIGINT, SIG_IGN);
usr.bin/pr/pr.c
110
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/pr/pr.c
111
(void)signal(SIGINT, terminate);
usr.bin/sdiff/edit.c
53
sigint = signal(SIGINT, SIG_IGN);
usr.bin/sdiff/edit.c
73
(void)signal(SIGINT, sigint);
usr.bin/sort/sort.c
468
if (sigaction(SIGINT, &sa, NULL) < 0) {
usr.bin/su/su.c
422
sigaction(SIGINT, &sa, &sa_int);
usr.bin/su/su.c
472
sigaction(SIGINT, &sa_int, NULL);
usr.bin/systat/main.c
195
signal(SIGINT, die);
usr.bin/talk/init_disp.c
85
signal(SIGINT, sig_sent);
usr.bin/tcopy/tcopy.cc
797
if ((signal(SIGINT, SIG_IGN)) != SIG_IGN)
usr.bin/tcopy/tcopy.cc
798
(void) signal(SIGINT, sigintr);
usr.bin/tee/tee.c
75
(void)signal(SIGINT, SIG_IGN);
usr.bin/tftp/main.c
175
signal(SIGINT, intr);
usr.bin/time/time.c
124
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/libacu/dn11.c
74
signal(SIGINT, SIG_IGN);
usr.bin/tip/libacu/v3451.c
110
signal(SIGINT, func);
usr.bin/tip/libacu/v3451.c
92
func = signal(SIGINT,SIG_IGN);
usr.bin/tip/libacu/v831.c
80
signal(SIGINT, SIG_IGN);
usr.bin/tip/tip/acu.c
76
signal(SIGINT, acuabort);
usr.bin/tip/tip/acu.c
79
signal(SIGINT, SIG_IGN);
usr.bin/tip/tip/cmds.c
162
f = signal(SIGINT, intcopy);
usr.bin/tip/tip/cmds.c
195
signal(SIGINT, f);
usr.bin/tip/tip/cmds.c
256
signal(SIGINT, SIG_IGN);
usr.bin/tip/tip/cmds.c
304
f = signal(SIGINT, stopsnd);
usr.bin/tip/tip/cmds.c
376
signal(SIGINT, f);
usr.bin/tip/tip/cmds.c
478
signal(SIGINT, SIG_IGN);
usr.bin/tip/tip/cmds.c
498
signal(SIGINT, SIG_DFL);
usr.bin/tip/tip/cmds.c
508
signal(SIGINT, SIG_DFL);
usr.bin/tip/tip/cmds.c
531
signal(SIGINT, SIG_IGN);
usr.bin/tip/tip/cmds.c
552
signal(SIGINT, SIG_DFL);
usr.bin/tip/tip/cmds.c
562
signal(SIGINT, SIG_DFL);
usr.bin/tip/tip/cmds.c
579
signal(SIGINT, SIG_IGN);
usr.bin/tip/tip/cmds.c
586
signal(SIGINT, SIG_DFL);
usr.bin/tip/tip/cmds.c
591
signal(SIGINT, SIG_DFL);
usr.bin/tip/tip/cu.c
138
signal(SIGINT, cleanup);
usr.bin/tip/tip/tip.c
127
(void)signal(SIGINT, cleanup);
usr.bin/tip/tip/tip.c
338
oint = signal(SIGINT, intprompt);
usr.bin/tip/tip/tip.c
348
(void)signal(SIGINT, oint);
usr.bin/tip/tip/tip.c
360
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/tip/tipout.c
129
signal(SIGINT, SIG_IGN);
usr.bin/top/top.c
575
sigaddset(&new_sigmask, SIGINT);
usr.bin/top/top.c
580
signal(SIGINT, leave);
usr.bin/truss/main.c
159
signal(SIGINT, SIG_IGN);
usr.bin/truss/main.c
166
sigaction(SIGINT, &sa, NULL);
usr.bin/write/write.c
296
(void)signal(SIGINT, done);
usr.bin/xstr/xstr.c
107
if (signal(SIGINT, SIG_IGN) == SIG_DFL)
usr.bin/xstr/xstr.c
108
signal(SIGINT, onintr);
usr.bin/xstr/xstr.c
474
ignore(signal(SIGINT, SIG_IGN));
usr.sbin/bluetooth/bthidd/bthidd.c
140
sigaction(SIGINT, &sa, NULL) < 0) {
usr.sbin/bluetooth/hcsecd/hcsecd.c
109
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
204
if (sigaction(SIGINT, &sa, NULL) < 0) {
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
353
sigaction(SIGINT, &sa, NULL);
usr.sbin/bluetooth/sdpd/main.c
115
sigaction(SIGINT, &sa, NULL) < 0) {
usr.sbin/bsdinstall/distextract/distextract.c
138
sigaction(SIGINT, &act, 0);
usr.sbin/bsdinstall/partedit/partedit.c
101
signal(SIGINT, sigint_handler);
usr.sbin/bsdinstall/runconsoles/child.c
179
orig = signal(SIGINT, SIG_DFL);
usr.sbin/bsdinstall/runconsoles/child.c
256
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
483
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
503
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/camdd/camdd.c
1816
if (ke.ident == SIGINT)
usr.sbin/camdd/camdd.c
3338
signal(SIGINT, camdd_sig_handler);
usr.sbin/camdd/camdd.c
628
EV_SET(&ke[num_ke++], SIGINT, EVFILT_SIGNAL, EV_ADD|EV_ENABLE, 0,0,0);
usr.sbin/cron/cron/popen.c
232
omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
usr.sbin/cron/crontab/crontab.c
412
sig[1] = signal(SIGINT, SIG_IGN);
usr.sbin/cron/crontab/crontab.c
416
signal(SIGINT, sig[1]);
usr.sbin/ctld/ctld.cc
2497
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/dconschat/dconschat.c
1084
signal(SIGINT, dconschat_cleanup);
usr.sbin/edquota/edquota.c
422
omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
usr.sbin/gssd/gssd.c
173
signal(SIGINT, SIG_IGN);
usr.sbin/iostat/iostat.c
457
(void)signal(SIGINT, needreturn);
usr.sbin/iostat/iostat.c
637
sigaddset(&sigmask, SIGINT);
usr.sbin/ipfwpcap/ipfwpcap.c
103
signal(SIGINT, quit);
usr.sbin/lpr/common_source/rmjob.c
121
assassinated = kill(cur_daemon, SIGINT) == 0;
usr.sbin/lpr/lpc/lpc.c
112
signal(SIGINT, intr);
usr.sbin/lpr/lpd/lpd.c
316
sigaddset(&nmask, SIGINT);
usr.sbin/lpr/lpd/lpd.c
323
signal(SIGINT, mcleanup);
usr.sbin/lpr/lpd/lpd.c
405
signal(SIGINT, SIG_IGN);
usr.sbin/lpr/lpd/printjob.c
1709
kill(0, SIGINT);
usr.sbin/lpr/lpd/printjob.c
177
signal(SIGINT, abortpr);
usr.sbin/lpr/lpr/lpr.c
138
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.sbin/lpr/lpr/lpr.c
139
signal(SIGINT, cleanup);
usr.sbin/lpr/lpr/lpr.c
660
signal(SIGINT, SIG_IGN);
usr.sbin/mountd/mountd.c
577
signal(SIGINT, SIG_IGN);
usr.sbin/moused/moused/moused.c
775
case SIGINT:
usr.sbin/moused/moused/moused.c
785
signal(SIGINT , reset);
usr.sbin/moused/msconvd/msconvd.c
579
signal(SIGINT , cleanup);
usr.sbin/nfscbd/nfscbd.c
192
(void)signal(SIGINT, SIG_IGN);
usr.sbin/nfsd/nfsd.c
438
(void)signal(SIGINT, SIG_IGN);
usr.sbin/nfsuserd/nfsuserd.c
470
(void)signal(SIGINT, SIG_IGN);
usr.sbin/pmc/cmd_pmc_stat.c
349
EV_SET(&kev, SIGINT, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL);
usr.sbin/pmc/cmd_pmc_stat.c
405
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/pmc/cmd_pmc_stat.c
458
} else if (kev.ident == SIGINT) {
usr.sbin/pmc/pmc_util.c
112
if (kill(pt->pt_pid, SIGINT) != 0)
usr.sbin/pmcstat/pmcstat.c
1211
EV_SET(&kev, SIGINT, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL);
usr.sbin/pmcstat/pmcstat.c
1294
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/pmcstat/pmcstat.c
1384
} else if (kev.ident == SIGINT) {
usr.sbin/pmcstat/pmcstat.c
246
if (kill(pt->pt_pid, SIGINT) != 0)
usr.sbin/powerd/powerd.c
717
signal(SIGINT, handle_sigs);
usr.sbin/ppp/bundle.c
1800
signal(SIGINT, SIG_DFL);
usr.sbin/ppp/main.c
137
sig_signal(SIGINT, SIG_IGN);
usr.sbin/ppp/main.c
140
sig_signal(SIGINT, CloseConnection);
usr.sbin/ppp/main.c
157
kill(BGPid, SIGINT);
usr.sbin/ppp/main.c
399
sig_signal(SIGINT, CloseConnection);
usr.sbin/ppp/main.c
461
signal(SIGINT, KillChild);
usr.sbin/pwd_mkdb/pwd_mkdb.c
154
sigaddset(&set, SIGINT);
usr.sbin/route6d/route6d.c
445
signal(SIGINT, sighandler) == SIG_ERR) {
usr.sbin/route6d/route6d.c
537
case SIGINT:
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
208
signal(SIGINT, SIG_IGN);
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
341
(void)signal(SIGINT, SIG_IGN);
usr.sbin/rpc.ypupdated/ypupdated_main.c
280
(void) signal(SIGINT, (SIG_PF) reaper);
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
296
(void) signal(SIGINT, (SIG_PF) reaper);
usr.sbin/rpcbind/rpcbind.c
243
(void) signal(SIGINT, terminate);
usr.sbin/rtadvd/rtadvd.c
287
signal(SIGINT, set_do_shutdown);
usr.sbin/rtsold/rtsold.c
233
(void)signal(SIGINT, set_exit);
usr.sbin/syslogd/syslogd.c
273
SIGINT,
usr.sbin/syslogd/syslogd.c
787
case SIGINT:
usr.sbin/uhsoctl/uhsoctl.c
1450
signal(SIGINT, sig_handle);
usr.sbin/uhsoctl/uhsoctl.c
1545
signal(SIGINT, SIG_DFL);
usr.sbin/uhsoctl/uhsoctl.c
322
case SIGINT:
usr.sbin/usbdump/usbdump.c
972
(void)signal(SIGINT, handle_sigint);
usr.sbin/virtual_oss/virtual_oss/main.c
2567
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/watch/watch.c
329
signal(SIGINT, cleanup);
usr.sbin/watchdogd/watchdogd.c
162
signal(SIGINT, sighandler);
usr.sbin/watchdogd/watchdogd.c
230
if (signum == SIGINT || signum == SIGTERM)
usr.sbin/ypbind/ypbind.c
374
kill(ypdb->dom_broadcast_pid, SIGINT);
usr.sbin/ypbind/ypbind.c
847
kill(ypdb->dom_broadcast_pid, SIGINT);
usr.sbin/ypldap/ldapclient.c
142
case SIGINT:
usr.sbin/ypldap/ldapclient.c
398
signal_set(&ev_sigint, SIGINT, client_sig_handler, NULL);
usr.sbin/ypldap/ypldap.c
101
case SIGINT:
usr.sbin/ypldap/ypldap.c
578
signal_set(&ev_sigint, SIGINT, main_sig_handler, &env);
usr.sbin/ypldap/ypldap_dns.c
101
signal_set(&ev_sigint, SIGINT, dns_sig_handler, NULL);
usr.sbin/ypldap/ypldap_dns.c
56
case SIGINT:
usr.sbin/yppush/yppush_main.c
600
signal(SIGINT, handler);
usr.sbin/ypserv/yp_main.c
572
(void) signal(SIGINT, (SIG_PF) reaper);