Symbol: SIGINT
bin/csh/csh.c
1028
(void)sigdelset(&nsigset, SIGINT);
bin/csh/csh.c
1102
(void)sigaddset(&nsigset, SIGINT);
bin/csh/csh.c
367
(void)sigaction(SIGINT, NULL, &oact);
bin/csh/csh.c
534
(void)signal(SIGINT, pintr);
bin/csh/csh.c
536
(void)sigaddset(&nsigset, SIGINT);
bin/csh/csh.c
610
(void)sigaddset(&nsigset, SIGINT);
bin/csh/csh.c
816
(void)sigaddset(&nsigset, SIGINT);
bin/csh/csh.c
926
(void)signal(SIGINT, SIG_IGN);
bin/csh/exec.c
375
osigint = signal(SIGINT, parintr);
bin/csh/exec.c
402
(void)signal(SIGINT, osigint);
bin/csh/file.c
145
(void)sigaddset(&nsigset, SIGINT);
bin/csh/file.c
172
(void)sigaddset(&nsigset, SIGINT);
bin/csh/file.c
470
(void) sigaddset(&nsigset, SIGINT);\
bin/csh/func.c
148
(void)sigaddset(&nsigset, SIGINT);
bin/csh/func.c
151
(void)signal(SIGINT, SIG_DFL);
bin/csh/func.c
155
(void)signal(SIGINT, SIG_IGN);
bin/csh/func.c
160
(void)signal(SIGINT, pintr);
bin/csh/func.c
484
(void) sigaddset(&nsigset, SIGINT);
bin/csh/func.c
543
(void)sigaddset(&nsigset, SIGINT);
bin/csh/func.c
881
(void)sigaddset(&nsigset, SIGINT);
bin/csh/func.c
932
(void)sigaddset(&nsigset, SIGINT);
bin/csh/hist.c
151
(void)sigaddset(&nsigset, SIGINT);
bin/csh/proc.c
1027
(void)sigaddset(&nsigset, SIGINT);
bin/csh/proc.c
127
if (WTERMSIG(w) == SIGINT)
bin/csh/proc.c
1291
(void)signal(SIGINT, ignint ? SIG_IGN : SIG_DFL);
bin/csh/proc.c
1302
(void)signal(SIGINT, SIG_IGN);
bin/csh/proc.c
730
&& reason != SIGINT
bin/csh/sem.c
243
(void)sigaddset(&nsigset, SIGINT);
bin/csh/sem.c
311
(void)signal(SIGINT, SIG_IGN);
bin/csh/sem.c
315
(void)signal(SIGINT, vffree);
bin/csh/sem.c
329
(void)signal(SIGINT, SIG_IGN);
bin/csh/set.c
850
(void)sigaddset(&nsigset, SIGINT);
bin/dd/dd.c
140
(void)signal(SIGINT, terminate);
bin/ed/ed.h
110
if (sigflags & (1 << (SIGINT - 1))) handle_int(SIGINT); \
bin/ed/main.c
167
signal(SIGINT, signal_int);
bin/ksh/emacs.c
390
trapsig(SIGINT);
bin/ksh/exec.c
728
setexecsig(&sigtraps[SIGINT], SS_RESTORE_ORIG);
bin/ksh/jobs.c
1487
&& (WTERMSIG(p->status) == SIGINT
bin/ksh/jobs.c
612
setsig(&sigtraps[SIGINT], SIG_IGN,
bin/ksh/main.c
703
if (sig == SIGINT || sig == SIGTERM) {
bin/ksh/trap.c
48
sigtraps[SIGINT].flags |= TF_DFL_INTR | TF_TTY_INTR;
bin/ksh/trap.c
55
setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
bin/ksh/vi.c
228
trapsig(c == edchars.intr ? SIGINT : SIGQUIT);
bin/pax/ar_io.c
411
kill(zpid, SIGINT);
bin/pax/pax.c
440
(sigaddset(&s_mask,SIGINT) < 0)||(sigaddset(&s_mask,SIGHUP) < 0) ||
bin/pax/pax.c
473
if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) &&
bin/pax/pax.c
475
(sigaction(SIGINT, &o_hand, NULL) < 0))
bin/rcp/util.c
139
istat = signal(SIGINT, SIG_IGN);
bin/rcp/util.c
143
(void)signal(SIGINT, istat);
bin/sh/error.c
121
signal(SIGINT, SIG_DFL);
bin/sh/error.c
122
raise(SIGINT);
bin/sh/eval.c
1483
exitstatus = SIGINT + 128;
bin/sh/jobs.c
1471
ignoresig(SIGINT, vforked);
bin/sh/jobs.c
1482
ignoresig(SIGINT, vforked);
bin/sh/jobs.c
1493
setsignal(SIGINT, vforked);
bin/sh/jobs.c
1568
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGINT)
bin/sh/jobs.c
1569
raise(SIGINT);
bin/sh/jobs.c
469
&& st1 != SIGINT && st1 != SIGPIPE))
bin/sh/main.c
272
SIGINT, SIGQUIT, SIGHUP,
bin/sh/parser.c
2732
exraise(SIGINT);
bin/sh/redir.c
528
signal(SIGINT, SIG_IGN);
bin/sh/trap.c
523
case SIGINT:
bin/sh/trap.c
750
if (!vforking && signo == SIGINT && (invalid || trap[SIGINT] == NULL)) {
bin/sh/trap.c
770
if (iflag && signo == SIGINT) {
bin/sh/trap.c
774
gotsig[SIGINT], pendingsigs));
bin/sh/trap.c
867
return SIGINT; /* XXX */
bin/sh/trap.c
882
setsignal(SIGINT, 0);
crypto/dist/ipsec-tools/src/racoon/privsep.c
317
signal(SIGINT, SIG_DFL);
crypto/dist/ipsec-tools/src/racoon/session.c
355
SIGINT,
crypto/dist/ipsec-tools/src/racoon/session.c
472
case SIGINT:
dist/pf/sbin/pflogd/pflogd.c
717
signal(SIGINT, sig_close);
dist/pf/sbin/pflogd/privsep.c
134
signal(SIGINT, sig_pass_to_chld);
dist/pf/usr.sbin/authpf/authpf.c
311
signal(SIGINT, need_death);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
807
signal_set(&ev_sigint, SIGINT, handle_signal, NULL);
distrib/utils/more/signal.c
138
(void)signal(SIGINT, purgeandquit);
distrib/utils/more/signal.c
154
(void)signal(SIGINT, SIG_DFL);
distrib/utils/ssh/ssh.c
173
sigaction(SIGINT, &sa, NULL);
distrib/utils/ssh/ssh.c
494
sigaction(SIGINT, &sa, NULL);
games/adventure/init.c
284
signal(SIGINT, trapdel);/* catch subsequent DELs */
games/adventure/main.c
73
signal(SIGINT, trapdel);
games/arithmetic/arithmetic.c
144
(void)signal(SIGINT, intr);
games/atc/main.c
161
(void)signal(SIGINT, quit);
games/atc/main.c
180
(void)sigaddset(&sa.sa_mask, SIGINT);
games/backgammon/backgammon/main.c
103
signal(SIGINT, getout); /* trap interrupts */
games/backgammon/teachgammon/teach.c
63
signal(SIGINT, getout);
games/battlestar/command6.c
126
sigaddset(&isigset, SIGINT);
games/battlestar/fly.c
298
signal(SIGINT, oldsig);
games/battlestar/fly.c
73
(*oldsig) (SIGINT);
games/battlestar/fly.c
85
oldsig = signal(SIGINT, succumb);
games/battlestar/init.c
76
signal(SIGINT, diesig);
games/canfield/canfield/canfield.c
1743
signal(SIGINT, askquit);
games/canfield/canfield/canfield.c
1761
signal(SIGINT, askquit);
games/cribbage/crib.c
122
(void)signal(SIGINT, receive_intr);
games/cribbage/io.c
579
signal(SIGINT, SIG_IGN);
games/gomoku/main.c
356
signal(SIGINT, whatsup);
games/gomoku/main.c
358
signal(SIGINT, quitsig);
games/hack/hack.end.c
101
(void) signal(SIGINT, done1);
games/hack/hack.end.c
120
(void) signal(SIGINT, SIG_IGN);
games/hack/hack.end.c
178
(void) signal(SIGINT, done_intr);
games/hack/hack.end.c
653
(void) signal(SIGINT, SIG_IGN);
games/hack/hack.end.c
98
(void) signal(SIGINT, SIG_IGN);
games/hack/hack.main.c
276
(void) signal(SIGINT, SIG_IGN);
games/hack/hack.main.c
315
(void) signal(SIGINT, done1);
games/hack/hack.main.c
332
(void) signal(SIGINT, done1);
games/hack/hack.pager.c
150
sig_t prevsig = signal(SIGINT, intruph);
games/hack/hack.pager.c
168
(void) signal(SIGINT, prevsig);
games/hack/hack.pager.c
462
(void) signal(SIGINT, SIG_IGN);
games/hack/hack.pager.c
467
(void) signal(SIGINT, done1);
games/hack/hack.save.c
105
(void) signal(SIGINT, SIG_IGN);
games/hangman/main.c
79
signal(SIGINT, die);
games/hunt/hunt/hunt.c
282
(void) signal(SIGINT, intr);
games/hunt/hunt/hunt.c
483
(void) signal(SIGINT, SIG_IGN);
games/hunt/hunt/hunt.c
575
(void) signal(SIGINT, SIG_IGN);
games/hunt/hunt/hunt.c
594
(void) signal(SIGINT, intr);
games/hunt/huntd/driver.c
380
(void) signal(SIGINT, SIG_IGN);
games/larn/signal.c
103
signal(SIGINT, cntlc);
games/larn/signal.c
44
signal(SIGINT, SIG_IGN);
games/larn/signal.c
52
signal(SIGINT, cntlc);
games/mille/mille.c
101
signal(SIGINT, rub);
games/mille/mille.c
143
(void)signal(SIGINT, SIG_IGN);
games/mille/mille.c
146
(void)signal(SIGINT, rub);
games/mille/mille.c
156
(void)signal(SIGINT, SIG_IGN);
games/monop/monop.c
243
signal(SIGINT, do_quit);
games/phantasia/io.c
124
signal(SIGINT, SIG_IGN);
games/phantasia/io.c
127
signal(SIGINT, SIG_IGN);
games/phantasia/io.c
161
signal(SIGINT, interrupt);
games/phantasia/io.c
164
signal(SIGINT, interrupt);
games/phantasia/main.c
1006
signal(SIGINT, SIG_IGN);
games/phantasia/main.c
1021
signal(SIGINT, SIG_IGN);
games/phantasia/main.c
203
sigset(SIGINT, interrupt);
games/phantasia/main.c
206
signal(SIGINT, interrupt);
games/phantasia/main.c
209
signal(SIGINT, interrupt);
games/phantasia/main.c
212
signal(SIGINT, interrupt);
games/phantasia/main.c
976
sighold(SIGINT);
games/phantasia/main.c
994
signal(SIGINT, ill_sig);
games/phantasia/misc.c
969
if (!(whichsig == SIGINT || whichsig == SIGQUIT))
games/rain/rain.c
103
(void)signal(SIGINT, onsig);
games/robots/main.c
156
signal(SIGINT, quit);
games/rogue/machdep.c
155
signal(SIGINT, onintr);
games/rogue/machdep.c
176
signal(SIGINT, SIG_IGN);
games/sail/dr_main.c
67
signal(SIGINT, SIG_IGN);
games/sail/pl_1.c
62
signal(SIGINT, SIG_IGN);
games/sail/pl_main.c
85
signal(SIGINT, choke);
games/sail/sync.c
332
sigint = signal(SIGINT, SIG_IGN);
games/sail/sync.c
421
signal(SIGINT, sigint);
games/snake/snake/snake.c
235
signal(SIGINT, stop);
games/snake/snake/snake.c
969
signal(SIGINT, SIG_IGN);
games/tetris/tetris.c
212
(void)signal(SIGINT, onintr);
games/warp/score.c
135
if (kill(processnum,SIGINT))
games/warp/score.c
82
if (kill(processnum, SIGINT)) {
games/warp/sig.c
28
sigignore(SIGINT); /* for inquiry of existence via kill call */
games/worm/worm.c
118
signal(SIGINT, leave);
games/worms/worms.c
471
(void)signal(SIGINT, onsig);
lib/libc/gen/getpass.c
225
sig = SIGINT;
lib/libc/rpc/clnt_generic.c
392
SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGTSTP
lib/libc/stdlib/system.c
108
sigaddset(&sigdefault, SIGINT);
lib/libc/stdlib/system.c
136
out: sigaction(SIGINT, &intsa, NULL);
lib/libc/stdlib/system.c
78
if (sigaction(SIGINT, &sa, &intsa) == -1)
lib/libc/stdlib/system.c
81
sigaction(SIGINT, &intsa, NULL);
lib/libc/stdlib/system.c
88
sigaction(SIGINT, &intsa, NULL);
lib/libc/time/zic.c
1132
SIGINT,
lib/libcurses/EXAMPLES/ex1.c
126
signal(SIGINT, quit); /* Make sure wou have a 'cleanup' fn */
lib/libcurses/EXAMPLES/view.c
195
(void) signal(SIGINT, finish); /* arrange interrupts to terminate */
lib/libcurses/EXAMPLES/view.c
203
signal(SIGINT, SIG_IGN);
lib/libcurses/PSD.doc/ex1.c
52
signal(SIGINT, quit); /* Make sure wou have a 'cleanup' fn */
lib/libcurses/PSD.doc/ex2.c
55
signal(SIGINT, quit);
lib/libcurses/PSD.doc/life.c
56
signal(SIGINT, die); /* set to restore tty stats */
lib/libcurses/PSD.doc/life.c
75
signal(SIGINT, SIG_IGN); /* ignore rubouts */
lib/libcurses/PSD.doc/twinkle1.c
66
signal(SIGINT, die);
lib/libcurses/PSD.doc/twinkle1.c
88
signal(SIGINT, SIG_IGN);
lib/libcurses/PSD.doc/twinkle2.c
124
signal(SIGINT, SIG_IGN);
lib/libcurses/PSD.doc/twinkle2.c
77
signal(SIGINT, die);
lib/libedit/TEST/tc1.c
136
(void) signal(SIGINT, sig);
lib/libedit/TEST/wtc1.c
122
(void)signal(SIGINT, sig);
lib/libedit/sig.h
50
_DO(SIGINT) \
lib/libedit/tty.c
1353
#if defined(SIGINT) && defined(VINTR)
lib/libedit/tty.c
1354
case SIGINT:
lib/librefuse/refuse_signals.c
103
if (sigaddset(&set, SIGINT) != 0)
lib/librefuse/refuse_signals.c
245
set_signal_handler(SIGINT, exit_handler) != 0 ||
lib/librefuse/refuse_signals.c
315
restore_signal_handler(SIGINT, exit_handler) == -1 ||
lib/librumpuser/rumpuser_sigtrans.c
29
#ifdef SIGINT
lib/librumpuser/rumpuser_sigtrans.c
30
case 2 : return SIGINT;
lib/libskey/skeysubr.c
324
old_handler = signal(SIGINT, trapped);
lib/libskey/skeysubr.c
334
(void)signal(SIGINT, old_handler);
lib/libutil/passwd.c
227
(void)signal(SIGINT, SIG_IGN);
libexec/ftpd/ftpd.c
703
(void) sigaction(SIGINT, &sa, NULL);
libexec/ftpd/popen.c
232
sigaddset(&nsigset, SIGINT);
libexec/getty/main.c
157
(void)signal(SIGINT, interrupt);
libexec/getty/main.c
193
(void)signal(SIGINT, SIG_IGN);
libexec/getty/main.c
377
(void)signal(SIGINT, SIG_DFL);
libexec/getty/main.c
396
(void)signal(SIGINT, SIG_IGN);
libexec/getty/main.c
414
(void)signal(SIGINT, SIG_IGN);
libexec/getty/main.c
417
(void)signal(SIGINT, interrupt);
libexec/getty/main.c
516
(void)signal(SIGINT, SIG_IGN);
libexec/httpd/daemon-bozo.c
184
signal(SIGINT, controlled_exit);
libexec/lfs_cleanerd/lfs_cleanerd.c
746
if (sig == SIGINT)
libexec/lfs_cleanerd/lfs_cleanerd.c
883
signal(SIGINT, sig_report);
libexec/lfs_cleanerd/lfs_cleanerd.c
888
signal(SIGINT, sig_exit);
libexec/rexecd/rexecd.c
164
(void)signal(SIGINT, SIG_DFL);
libexec/rpc.rquotad/rquotad.c
106
(void) signal(SIGINT, cleanup);
libexec/rpc.rstatd/rstatd.c
93
(void) signal(SIGINT, cleanup);
libexec/rpc.rusersd/rusersd.c
83
(void)signal(SIGINT, cleanup);
libexec/rpc.rwalld/rwalld.c
102
(void) signal(SIGINT, cleanup);
libexec/rpc.sprayd/sprayd.c
85
(void)signal(SIGINT, cleanup);
libexec/rshd/rshd.c
279
(void)signal(SIGINT, SIG_DFL);
libexec/telnetd/telnetd.c
1108
(void) ioctl(pty, TIOCSIG, (char *)SIGINT);
regress/lib/libc/ieeefp/testfloat/testfloat.c
283
(void) signal( SIGINT, catchSIGINT );
regress/sys/kern/latency1/latency1.c
110
if (signal(SIGINT, sigint)) {
regress/sys/kern/latency2/latency2.c
111
if (signal(SIGINT, sigint)) {
sbin/disklabel/main.c
1568
sigaddset(&nsigset, SIGINT);
sbin/dump/main.c
441
if (signal(SIGINT, interrupt) == SIG_IGN)
sbin/dump/main.c
442
signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
582
interrupt_save = signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
588
(void)signal(SIGINT, interrupt_save);
sbin/dump/tape.c
604
signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
780
signal(SIGINT, SIG_IGN); /* Master handles this */
sbin/fsck_ext2fs/main.c
202
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_ext2fs/main.c
203
(void)signal(SIGINT, catch);
sbin/fsck_ffs/main.c
298
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_ffs/main.c
299
(void)signal(SIGINT, catch);
sbin/fsck_lfs/main.c
177
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_lfs/main.c
178
(void) signal(SIGINT, catch);
sbin/fsck_msdos/main.c
118
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_msdos/main.c
119
(void) signal(SIGINT, catch);
sbin/fsck_udf/main.c
4393
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_udf/main.c
4394
(void) signal(SIGINT, catch);
sbin/iscsid/iscsid_main.c
502
pthread_kill(main_thread, SIGINT);
sbin/iscsid/iscsid_main.c
565
sigaction(SIGINT, &sa, NULL);
sbin/mount_lfs/mount_lfs.c
230
kill(pid, SIGINT);
sbin/ping/ping.c
698
(void)signal(SIGINT, prefinish);
sbin/ping/ping.c
708
sigaddset(&blockmask, SIGINT);
sbin/ping6/ping6.c
1044
case SIGINT:
sbin/ping6/ping6.c
1980
if (sig == SIGINT) {
sbin/ping6/ping6.c
1981
(void)signal(SIGINT, SIG_DFL);
sbin/ping6/ping6.c
1982
(void)kill(getpid(), SIGINT);
sbin/ping6/ping6.c
892
(void)signal(SIGINT, onsignal);
sbin/ping6/ping6.c
936
onsigexit(SIGINT);
sbin/reboot/reboot.c
188
(void)signal(SIGINT, SIG_IGN);
sbin/restore/main.c
187
if (signal(SIGINT, onintr) == SIG_IGN)
sbin/restore/main.c
188
(void) signal(SIGINT, SIG_IGN);
sbin/routed/main.c
283
signal(SIGINT, sigterm);
sbin/shutdown/shutdown.c
576
(void)signal(SIGINT, finish);
sys/arch/arm/arm32/kgdb_machdep.c
80
return(SIGINT);
sys/arch/hppa/hppa/kgdb_hppa.c
82
sigval = SIGINT;
sys/arch/m68k/m68k/kgdb_m68k.c
68
sigval = SIGINT;
sys/arch/powerpc/powerpc/kgdb_machdep.c
226
return SIGINT;
sys/arch/sparc/sparc/kgdb_machdep.c
278
sigval = SIGINT;
sys/arch/sparc64/sparc64/kgdb_machdep.c
279
sigval = SIGINT;
sys/arch/usermode/dev/cpu.c
127
thunk_sigaddset(&sc->sc_ucp.uc_sigmask, SIGINT);
sys/arch/usermode/dev/ttycons.c
158
signal_intr_establish(SIGINT, ttycons_ctrlc);
sys/arch/usermode/usermode/kgdb_machdep.c
89
return(SIGINT);
sys/arch/x86/x86/kgdb_machdep.c
122
return SIGINT;
sys/compat/linux/arch/aarch64/linux_sigarray.c
32
/* 2 */ [LINUX_SIGINT] = SIGINT,
sys/compat/linux/arch/alpha/linux_sigarray.c
37
SIGINT,
sys/compat/linux/arch/amd64/linux_sigarray.c
39
SIGINT, /* 2 */
sys/compat/linux/arch/arm/linux_sigarray.c
37
SIGINT,
sys/compat/linux/arch/i386/linux_sigarray.c
37
SIGINT, /* 2 */
sys/compat/linux/arch/m68k/linux_sigarray.c
37
SIGINT,
sys/compat/linux/arch/mips/linux_sigarray.c
40
SIGINT,
sys/compat/linux/arch/powerpc/linux_sigarray.c
37
SIGINT,
sys/fs/autofs/autofs.c
104
SIGINT,
sys/fs/nfs/common/nfs_commonkrpc.c
1047
SIGINT,
sys/fs/nfs/common/nfsport.h
836
(SIGISMEMBER(set, SIGINT) || SIGISMEMBER(set, SIGTERM) || \
sys/fs/puffs/puffs_msgif.c
398
if (sigismember(&ss, SIGINT) ||
sys/fs/puffs/puffs_msgif.c
468
sigdelset(&ss, SIGINT);
sys/kern/tty.c
618
ttysig(tp, TTYSIG_PG1, SIGINT);
sys/kern/tty.c
703
SIGINT : SIGQUIT);
sys/modules/examples/pollpal/cmd_pollpal.c
90
signal(SIGINT, handler);
sys/nfs/nfs_socket.c
899
if (sigismember(&ss, SIGINT) || sigismember(&ss, SIGTERM) ||
tests/fs/ffs/h_ffs_server.c
107
signal(SIGINT, sigreboot);
tests/fs/ffs/h_quota2_tests.c
462
signal(SIGINT, sigreboot);
tests/kernel/t_lockf.c
183
kill(pid[i], SIGINT);
tests/kernel/t_timeleft.c
91
ATF_REQUIRE(signal(SIGINT, sighandler) == 0);
tests/kernel/t_timeleft.c
95
ATF_REQUIRE(pthread_kill(thr, SIGINT) == 0);
tests/lib/libc/sys/t_kill.c
53
const int sig[] = { SIGHUP, SIGINT, SIGKILL, SIGTERM };
tests/lib/libc/sys/t_nanosleep.c
147
ATF_REQUIRE(signal(SIGINT, handler) == 0);
tests/lib/libc/sys/t_nanosleep.c
172
(void)kill(pid, SIGINT);
tests/lib/libc/sys/t_ptrace_lwp_wait.h
429
const int sigval = SIGINT;
tests/lib/libc/sys/t_ptrace_lwp_wait.h
529
forkee_status_stopped(status, SIGINT);
tests/lib/libc/sys/t_ptrace_lwp_wait.h
64
const int sigval2 = SIGINT;
tests/lib/libc/sys/t_ptrace_siginfo_wait.h
137
FORKEE_ASSERT_EQ(sig, SIGINT); \
tests/lib/libc/sys/t_ptrace_siginfo_wait.h
138
FORKEE_ASSERT_EQ(info->si_signo, SIGINT); \
tests/lib/libc/sys/t_ptrace_siginfo_wait.h
34
const int sigval = SIGINT;
tests/lib/libc/sys/t_ptrace_signal_wait.h
2175
const int signotmasked = SIGINT;
tests/lib/libc/sys/t_sigqueue.c
98
SIGINT, SIGRTMIN + 1, SIGINT, SIGRTMIN + 0, SIGRTMIN + 2,
tests/net/if_vlan/bpfopen.c
233
signal(SIGINT, sighandler);
usr.bin/aiomixer/main.c
534
(void)signal(SIGINT, on_signal);
usr.bin/apply/apply.c
243
intsave = signal(SIGINT, SIG_IGN);
usr.bin/apply/apply.c
247
(void)signal(SIGINT, intsave);
usr.bin/at/at.c
197
(void)sigaction(SIGINT, &act, NULL);
usr.bin/audio/play/play.c
197
signal(SIGINT, cleanup);
usr.bin/audio/record/record.c
295
signal(SIGINT, stop);
usr.bin/bthset/bthset.c
213
signal_set(&sigint_ev, SIGINT, do_signal, NULL);
usr.bin/bthset/bthset.c
273
case SIGINT:
usr.bin/csplit/csplit.c
159
(void)sigaddset(&sa.sa_mask, SIGINT);
usr.bin/csplit/csplit.c
162
(void)sigaction(SIGINT, &sa, NULL);
usr.bin/dc/bcode.c
261
(void)signal(SIGINT, sighandler);
usr.bin/error/main.c
157
if (signal(SIGINT, onintr) == SIG_IGN)
usr.bin/error/main.c
158
signal(SIGINT, SIG_IGN);
usr.bin/ftp/cmds.c
1231
oldintr = xsignal(SIGINT, mintr);
usr.bin/ftp/cmds.c
1252
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
1397
oldintr = xsignal(SIGINT, mintr);
usr.bin/ftp/cmds.c
1413
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
1437
oldintr = xsignal(SIGINT, SIG_IGN);
usr.bin/ftp/cmds.c
1441
(void)xsignal(SIGINT, SIG_DFL);
usr.bin/ftp/cmds.c
1468
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
1886
oldintr = xsignal(SIGINT, proxabort);
usr.bin/ftp/cmds.c
1891
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
1908
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
470
oldintr = xsignal(SIGINT, mintr);
usr.bin/ftp/cmds.c
552
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
706
oldintr = xsignal(SIGINT, mintr);
usr.bin/ftp/cmds.c
744
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/fetch.c
1700
oldint = xsignal(SIGINT, aborthttp);
usr.bin/ftp/fetch.c
1887
(void)xsignal(SIGINT, oldint);
usr.bin/ftp/fetch.c
2401
(void)xsignal(SIGINT, intr);
usr.bin/ftp/ftp.c
1235
(void)xsignal(SIGINT, abort_squared);
usr.bin/ftp/ftp.c
1248
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1847
oldintr = xsignal(SIGINT, psabort);
usr.bin/ftp/ftp.c
1900
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1903
(*oldintr)(SIGINT);
usr.bin/ftp/ftp.c
1963
oldintr = xsignal(SIGINT, abortpt);
usr.bin/ftp/ftp.c
1967
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1982
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1989
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1992
(void)xsignal(SIGINT, abort_squared);
usr.bin/ftp/ftp.c
2007
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
2021
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
2044
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
369
oldsigint = xsignal(SIGINT, cmdabort);
usr.bin/ftp/ftp.c
379
(*oldsigint)(SIGINT);
usr.bin/ftp/ftp.c
381
(void)xsignal(SIGINT, oldsigint);
usr.bin/ftp/ftp.c
406
oldsigint = xsignal(SIGINT, cmdabort);
usr.bin/ftp/ftp.c
452
(void)xsignal(SIGINT, oldsigint);
usr.bin/ftp/ftp.c
472
(void)xsignal(SIGINT, oldsigint);
usr.bin/ftp/ftp.c
535
(void)xsignal(SIGINT, oldsigint);
usr.bin/ftp/ftp.c
541
(*oldsigint)(SIGINT);
usr.bin/ftp/ftp.c
545
(*oldsigalrm)(SIGINT);
usr.bin/ftp/ftp.c
751
oldintr = xsignal(SIGINT, abortxfer);
usr.bin/ftp/ftp.c
904
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
925
(void)xsignal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
997
oldintr = xsignal(SIGINT, abortxfer);
usr.bin/ftp/main.c
544
(void)xsignal(SIGINT, SIG_DFL);
usr.bin/ftp/main.c
545
raise(SIGINT);
usr.bin/ftp/main.c
559
(void)xsignal(SIGINT, intr);
usr.bin/ftp/main.c
608
(void)xsignal(SIGINT, intr);
usr.bin/ftp/main.c
764
(void)xsignal(SIGINT, intr);
usr.bin/last/want.c
135
(void)signal(SIGINT, onintr);
usr.bin/last/want.c
313
if (signo == SIGINT) {
usr.bin/lock/lock.c
186
if (signal(SIGINT, quit) == SIG_ERR)
usr.bin/lock/lock.c
225
if (signal(SIGINT, hi) == SIG_ERR)
usr.bin/login/common.c
141
oldint = signal(SIGINT, sigint);
usr.bin/login/common.c
145
(void)signal(SIGINT, oldint);
usr.bin/login/login.c
177
(void)signal(SIGINT, SIG_IGN);
usr.bin/login/login.c
685
(void)signal(SIGINT, SIG_DFL);
usr.bin/login/login_pam.c
132
oint = signal(SIGINT, SIG_IGN);
usr.bin/login/login_pam.c
543
(void)signal(SIGINT, oint);
usr.bin/login/login_pam.c
649
(void)signal(SIGINT, oint);
usr.bin/m4/main.c
217
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/m4/main.c
218
signal(SIGINT, onintr);
usr.bin/m4/main.c
263
signal(SIGINT, SIG_IGN);
usr.bin/mail/cmd3.c
150
(void)sig_ignore(SIGINT, &osa, &oset);
usr.bin/mail/cmd3.c
157
(void)sig_restore(SIGINT, &osa, &oset);
usr.bin/mail/cmd3.c
175
(void)sig_ignore(SIGINT, &osa, &oset);
usr.bin/mail/cmd3.c
179
(void)sig_restore(SIGINT, &osa, &oset);
usr.bin/mail/collect.c
135
(void)sig_ignore(SIGINT, &osa, &oset);
usr.bin/mail/collect.c
142
(void)sig_restore(SIGINT, &osa, &oset);
usr.bin/mail/collect.c
163
(void)sig_ignore(SIGINT, &osa, &oset);
usr.bin/mail/collect.c
198
(void)sig_restore(SIGINT, &osa, &oset);
usr.bin/mail/collect.c
307
sig_t o = signal(SIGINT, SIG_IGN);
usr.bin/mail/collect.c
317
signal(SIGINT, o);
usr.bin/mail/collect.c
321
signal(SIGINT, o);
usr.bin/mail/collect.c
329
signal(SIGINT, o);
usr.bin/mail/collect.c
364
sig_t volatile old_sigint = sig_current(SIGINT);
usr.bin/mail/collect.c
395
old_sigint = sig_signal(SIGINT, coll_int);
usr.bin/mail/collect.c
537
coll_int(SIGINT);
usr.bin/mail/collect.c
763
(void)sig_signal(SIGINT, old_sigint);
usr.bin/mail/complete.c
1148
old_sigint = sig_signal(SIGINT, comp_intr);
usr.bin/mail/complete.c
1150
(void)sig_signal(SIGINT, old_sigint);
usr.bin/mail/dotlock.c
143
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/edit.c
186
(void)sig_ignore(SIGINT, &osa, &oset);
usr.bin/mail/edit.c
219
(void)sig_restore(SIGINT, &osa, &oset);
usr.bin/mail/lex.c
896
(void)sig_signal(SIGINT, lex_intr);
usr.bin/mail/list.c
1324
if (signal(SIGINT, SIG_DFL) == SIG_IGN)
usr.bin/mail/list.c
1325
(void)signal(SIGINT, SIG_IGN);
usr.bin/mail/main.c
465
(void)signal(SIGINT, SIG_IGN);
usr.bin/mail/mime_child.c
106
(void)sigaddset(nset, SIGINT);
usr.bin/mail/names.c
349
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/popen.c
180
if (!sigismember(nset, SIGINT))
usr.bin/mail/popen.c
181
(void)signal(SIGINT, SIG_DFL);
usr.bin/mail/popen.c
364
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/send.c
630
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/sig.c
246
case SIGINT:
usr.bin/mail/sig.c
308
if (sigaction(SIGINT, &sa, &osa) != -1 && osa.sa_handler == SIG_IGN)
usr.bin/mail/sig.c
309
(void)signal(SIGINT, SIG_IGN);
usr.bin/mail/sig.c
355
(void)sigaddset(&nset, SIGINT);
usr.bin/mail/tty.c
310
old_sigint = sig_signal(SIGINT, tty_sigint);
usr.bin/mail/tty.c
370
(void)sig_signal(SIGINT, old_sigint);
usr.bin/make/compat.c
132
if (signo == SIGINT && !GNode_IsPrecious(curTarg)) {
usr.bin/make/compat.c
716
if (bmake_signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/make/compat.c
717
bmake_signal(SIGINT, CompatInterrupt);
usr.bin/make/job.c
2209
AddSig(SIGINT, JobPassSig_int);
usr.bin/make/job.c
2240
DelSig(SIGINT);
usr.bin/make/job.c
2538
KILLPG(job->pid, SIGINT);
usr.bin/man/man.c
396
(void)signal(SIGINT, onsig);
usr.bin/midirecord/midirecord.c
240
signal(SIGINT, cleanup);
usr.bin/msgs/msgs.c
179
ruptible = (signal(SIGINT, SIG_IGN) == SIG_DFL);
usr.bin/msgs/msgs.c
181
signal(SIGINT, SIG_DFL);
usr.bin/msgs/msgs.c
362
signal(SIGINT, onintr);
usr.bin/msgs/msgs.c
474
signal(SIGINT, onintr);
usr.bin/msgs/msgs.c
680
signal(SIGINT, onintr);
usr.bin/patch/util.c
295
intval = signal(SIGINT, SIG_IGN);
usr.bin/patch/util.c
300
signal(SIGINT, intval);
usr.bin/patch/util.c
310
signal(SIGINT, SIG_IGN);
usr.bin/pr/pr.c
140
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/pr/pr.c
141
(void)signal(SIGINT, terminate);
usr.bin/rdist/docmd.c
81
signal(SIGINT, cleanup);
usr.bin/rdist/server.c
101
signal(SIGINT, cleanup);
usr.bin/resize/resize.c
476
signal(SIGINT, onintr);
usr.bin/resize/resize.c
548
signal(SIGINT, SIG_DFL);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
259
(void)signal(SIGINT, sighandler);
usr.bin/rlogin/rlogin.c
309
(void)sigaction(SIGINT, &sa, NULL);
usr.bin/rsh/rsh.c
76
static int sigs[] = { SIGINT, SIGTERM, SIGQUIT };
usr.bin/rump_allserver/rump_allserver.c
475
signal(SIGINT, sigreboot);
usr.bin/sort/sort.c
326
static const int sigtable[] = {SIGHUP, SIGINT, SIGPIPE,
usr.bin/su/su_pam.c
373
(void)sigaction(SIGINT, &sa, &sa_int);
usr.bin/su/su_pam.c
396
(void)sigaction(SIGINT, &sa_int, NULL);
usr.bin/systat/main.c
190
signal(SIGINT, die);
usr.bin/talk/init_disp.c
73
signal(SIGINT, sig_sent);
usr.bin/tcopy/tcopy.c
148
if ((oldsig = signal(SIGINT, SIG_IGN)) != SIG_IGN)
usr.bin/tcopy/tcopy.c
149
(void) signal(SIGINT, intr);
usr.bin/tcopy/tcopy.c
220
(void)signal(SIGINT, oldsig);
usr.bin/tee/tee.c
85
(void)signal(SIGINT, SIG_IGN);
usr.bin/telnet/commands.c
2370
(void) signal(SIGINT, SIG_DFL);
usr.bin/telnet/sys_bsd.c
524
(void) signal(SIGINT, intr);
usr.bin/tftp/main.c
193
(void)signal(SIGINT, intr);
usr.bin/time/time.c
136
(void)signal(SIGINT, SIG_IGN);
usr.bin/timeout/timeout.c
154
case SIGINT:
usr.bin/timeout/timeout.c
200
SIGINT,
usr.bin/tip/acu.c
85
(void)signal(SIGINT, acuabort);
usr.bin/tip/acu.c
88
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/aculib/dn11.c
79
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/aculib/v3451.c
104
(void)signal(SIGINT, func);
usr.bin/tip/aculib/v3451.c
89
func = signal(SIGINT,SIG_IGN);
usr.bin/tip/aculib/v831.c
83
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/cmds.c
156
f = signal(SIGINT, intcopy);
usr.bin/tip/cmds.c
189
(void)signal(SIGINT, f);
usr.bin/tip/cmds.c
249
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/cmds.c
299
f = signal(SIGINT, stopsnd);
usr.bin/tip/cmds.c
374
(void)signal(SIGINT, f);
usr.bin/tip/cmds.c
478
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/cmds.c
495
(void)signal(SIGINT, SIG_DFL);
usr.bin/tip/cmds.c
505
(void)signal(SIGINT, SIG_DFL);
usr.bin/tip/cmds.c
526
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/cmds.c
544
(void)signal(SIGINT, SIG_DFL);
usr.bin/tip/cmds.c
554
(void)signal(SIGINT, SIG_DFL);
usr.bin/tip/cmds.c
569
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/cmds.c
577
(void)signal(SIGINT, SIG_DFL);
usr.bin/tip/cmds.c
582
(void)signal(SIGINT, SIG_DFL);
usr.bin/tip/cu.c
205
(void)signal(SIGINT, cleanup);
usr.bin/tip/tip.c
209
(void)signal(SIGINT, cleanup);
usr.bin/tip/tip.c
366
oint = signal(SIGINT, intprompt);
usr.bin/tip/tip.c
377
(void)signal(SIGINT, oint);
usr.bin/tip/tip.c
390
(void)signal(SIGINT, SIG_IGN);
usr.bin/tip/tipout.c
128
(void)signal(SIGINT, SIG_IGN);
usr.bin/write/write.c
234
(void)signal(SIGINT, done);
usr.bin/xlint/xlint/xlint.c
588
(void)signal(SIGINT, terminate);
usr.sbin/altq/altqd/altqd.c
148
signal(SIGINT, sig_handler);
usr.sbin/altq/altqd/altqd.c
247
gotsig_term ? SIGTERM : SIGINT);
usr.sbin/altq/altqd/altqd.c
99
case SIGINT:
usr.sbin/altq/altqstat/altqstat.c
136
signal(SIGINT, sig_handler);
usr.sbin/apmd/apmd.c
415
(void) signal(SIGINT, sigexit);
usr.sbin/btattach/btattach.c
301
(void)signal(SIGINT, sighandler);
usr.sbin/bthcid/bthcid.c
120
signal_set(&sigint_ev, SIGINT, process_signal, NULL);
usr.sbin/edquota/edquota.c
730
sigaddset(&s, SIGINT);
usr.sbin/inetd/inetd.c
340
{ SIGALRM, SIGHUP, SIGCHLD, SIGTERM, SIGINT, SIGPIPE };
usr.sbin/inetd/inetd.c
436
case SIGINT:
usr.sbin/ldpd/socketops.c
838
signal(SIGINT, bail_out);
usr.sbin/lockstat/main.c
560
signal(SIGINT, nullsig);
usr.sbin/lockstat/main.c
562
signal(SIGINT, SIG_DFL);
usr.sbin/lpr/common_source/rmjob.c
121
assasinated = kill(cur_daemon, SIGINT) == 0;
usr.sbin/lpr/lpc/lpc.c
109
signal(SIGINT, intr);
usr.sbin/lpr/lpd/lpd.c
274
sigaddset(&nmask, SIGINT);
usr.sbin/lpr/lpd/lpd.c
280
signal(SIGINT, mcleanup);
usr.sbin/lpr/lpd/lpd.c
339
signal(SIGINT, SIG_IGN);
usr.sbin/lpr/lpd/printjob.c
1253
kill(0, SIGINT);
usr.sbin/lpr/lpd/printjob.c
172
signal(SIGINT, abortpr);
usr.sbin/lpr/lpr/lpr.c
137
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.sbin/lpr/lpr/lpr.c
138
signal(SIGINT, cleanup);
usr.sbin/lpr/lpr/lpr.c
575
signal(SIGINT, SIG_IGN);
usr.sbin/mountd/mountd.c
556
(void)signal(SIGINT, SIG_IGN);
usr.sbin/moused/moused.c
773
signal(SIGINT , cleanup);
usr.sbin/mrouted/main.c
248
(void)signal(SIGINT, done);
usr.sbin/nfsd/nfsd.c
557
(void)signal(SIGINT, SIG_IGN);
usr.sbin/npf/npfd/npfd.c
129
case SIGINT:
usr.sbin/npf/npfd/npfd.c
228
signal(SIGINT, sighandler);
usr.sbin/puffs/mount_psshfs/psshfs.c
160
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_ext2fs/rump_ext2fs.c
53
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_ffs/rump_ffs.c
53
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_lfs/rump_lfs.c
77
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_msdos/rump_msdos.c
53
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_nfs/rump_nfs.c
51
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c
77
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.c
51
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_udf/rump_udf.c
53
puffs_unmountonsignal(SIGINT, true);
usr.sbin/puffs/rump_v7fs/rump_v7fs.c
51
puffs_unmountonsignal(SIGINT, true);
usr.sbin/pwd_mkdb/pwd_mkdb.c
342
(void)sigaddset(&set, SIGINT);
usr.sbin/rbootd/rbootd.c
160
(void) signal(SIGINT, Exit);
usr.sbin/route6d/route6d.c
391
signal(SIGINT, sighandler) == SIG_ERR) {
usr.sbin/route6d/route6d.c
468
case SIGINT:
usr.sbin/rpc.statd/statd.c
151
(void)sigaction(SIGINT, &sa, NULL);
usr.sbin/rpcbind/rpcbind.c
218
(void) signal(SIGINT, terminate);
usr.sbin/rtadvd/rtadvd.c
303
signal(SIGINT, set_die);
usr.sbin/screenblank/screenblank.c
231
if (sigaction(SIGINT, &sa, NULL) || sigaction(SIGTERM, &sa, NULL) ||
usr.sbin/sdpd/main.c
118
|| sigaction(SIGINT, &sa, NULL) < 0) {
usr.sbin/sysinst/main.c
315
(void)signal(SIGINT, ttysighandler);
usr.sbin/syslogd/syslogd.c
4248
(void)signal(SIGINT, SIG_DFL);
usr.sbin/syslogd/syslogd.c
653
(void)signal(SIGINT, SIG_IGN);
usr.sbin/syslogd/syslogd.c
662
signal_set(ev, SIGINT, die, ev);
usr.sbin/timed/timedc/timedc.c
102
(void) signal(SIGINT, intr);
usr.sbin/tprof/tprof.c
481
signal(SIGINT, SIG_IGN);
usr.sbin/tprof/tprof_top.c
259
signal(SIGINT, SIG_DFL);
usr.sbin/tprof/tprof_top.c
728
signal(SIGINT, die);
usr.sbin/wsmoused/wsmoused.c
593
(void)signal(SIGINT, signal_terminate);