bin/csh/csh.c
1036
sigaddset(&sigset, SIGINT);
bin/csh/csh.c
311
(void) sigaction(SIGINT, NULL, &oact);
bin/csh/csh.c
493
(void) signal(SIGINT, pintr);
bin/csh/csh.c
495
sigaddset(&sigset, SIGINT);
bin/csh/csh.c
568
sigaddset(&sigset, SIGINT);
bin/csh/csh.c
760
sigaddset(&sigset, SIGINT);
bin/csh/csh.c
871
(void) signal(SIGINT, SIG_IGN);
bin/csh/csh.c
965
sigdelset(&sigset, SIGINT);
bin/csh/exec.c
363
osigint = signal(SIGINT, parintr);
bin/csh/exec.c
390
(void) signal(SIGINT, osigint);
bin/csh/file.c
235
kill(getpid(), SIGINT);
bin/csh/file.c
590
sigaddset(&sigset, SIGINT);\
bin/csh/func.c
133
sigaddset(&sigset, SIGINT);
bin/csh/func.c
136
(void) signal(SIGINT, SIG_DFL);
bin/csh/func.c
140
(void) signal(SIGINT, SIG_IGN);
bin/csh/func.c
145
(void) signal(SIGINT, pintr);
bin/csh/func.c
455
sigaddset(&sigset, SIGINT);
bin/csh/func.c
512
sigaddset(&sigset, SIGINT);
bin/csh/func.c
836
sigaddset(&sigset, SIGINT);
bin/csh/func.c
885
sigaddset(&sigset, SIGINT);
bin/csh/hist.c
113
sigaddset(&sigset, SIGINT);
bin/csh/proc.c
1015
sigaddset(&sigset, SIGINT);
bin/csh/proc.c
126
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
733
&& reason != SIGINT
bin/csh/sem.c
242
sigaddset(&sigset, SIGINT);
bin/csh/sem.c
310
(void) signal(SIGINT, SIG_IGN);
bin/csh/sem.c
314
(void) signal(SIGINT, vffree);
bin/csh/sem.c
328
(void) signal(SIGINT, SIG_IGN);
bin/csh/set.c
701
sigaddset(&sigset, SIGINT);
bin/dd/dd.c
78
(void)signal(SIGINT, sig_terminate);
bin/ed/ed.h
92
handle_int(SIGINT); \
bin/ed/main.c
183
signal(SIGINT, signal_int);
bin/ksh/emacs.c
385
trapsig(SIGINT);
bin/ksh/exec.c
683
setexecsig(&sigtraps[SIGINT], SS_RESTORE_ORIG);
bin/ksh/jobs.c
1360
(WTERMSIG(p->status) == SIGINT ||
bin/ksh/jobs.c
505
setsig(&sigtraps[SIGINT], SIG_IGN,
bin/ksh/main.c
757
if ((sig == SIGINT || sig == SIGTERM) &&
bin/ksh/trap.c
42
sigtraps[SIGINT].flags |= TF_DFL_INTR | TF_TTY_INTR;
bin/ksh/trap.c
49
setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
bin/ksh/vi.c
228
trapsig(c == edchars.intr ? SIGINT : SIGQUIT);
bin/pax/ar_io.c
334
kill(zpid, SIGINT);
bin/pax/pax.c
435
(sigaddset(&s_mask,SIGINT) < 0)||(sigaddset(&s_mask,SIGHUP) < 0) ||
bin/pax/pax.c
452
setup_sig(SIGINT, &n_hand) ||
distrib/special/more/more.c
1472
case SIGINT:
distrib/special/more/more.c
274
(void)sigaction(SIGINT, &sa, NULL);
games/adventure/init.c
208
signal(SIGINT, trapdel);/* catch subsequent DELs */
games/adventure/main.c
125
signal(SIGINT, trapdel);
games/arithmetic/arithmetic.c
129
(void)signal(SIGINT, intr);
games/atc/main.c
147
signal(SIGINT, quit);
games/atc/main.c
166
sigaddset(&sa.sa_mask, SIGINT);
games/backgammon/backgammon/main.c
88
signal(SIGINT, getout); /* trap interrupts */
games/backgammon/teachgammon/teach.c
56
signal(SIGINT, getout);
games/battlestar/command6.c
125
sigaddset(&sigset, SIGINT);
games/battlestar/fly.c
294
signal(SIGINT, oldsig);
games/battlestar/fly.c
70
(*oldsig)(SIGINT);
games/battlestar/fly.c
82
oldsig = signal(SIGINT, succumb);
games/battlestar/init.c
73
signal(SIGINT, die);
games/bs/bs.c
257
(void) signal(SIGINT,uninitgame);
games/canfield/canfield/canfield.c
1727
signal(SIGINT, askquit);
games/canfield/canfield/canfield.c
1736
signal(SIGINT, askquit);
games/cribbage/crib.c
69
(void)signal(SIGINT, rintsig);
games/cribbage/io.c
561
signal(SIGINT, SIG_IGN);
games/gomoku/main.c
134
signal(SIGINT, whatsup);
games/gomoku/main.c
136
signal(SIGINT, quit);
games/grdc/grdc.c
120
signal(SIGINT, sighndl);
games/hack/hack.end.c
105
(void) signal(SIGINT,SIG_IGN);
games/hack/hack.end.c
108
(void) signal(SIGINT,done1);
games/hack/hack.end.c
131
(void) signal(SIGINT, SIG_IGN);
games/hack/hack.end.c
182
(void) signal(SIGINT, done_intr);
games/hack/hack.main.c
256
(void) signal(SIGINT,SIG_IGN);
games/hack/hack.main.c
292
(void) signal(SIGINT,done1);
games/hack/hack.main.c
309
(void) signal(SIGINT,done1);
games/hack/hack.pager.c
143
sig_t prevsig = signal(SIGINT, intruph);
games/hack/hack.pager.c
159
(void) signal(SIGINT, prevsig);
games/hack/hack.pager.c
459
(void) signal(SIGINT,SIG_IGN);
games/hack/hack.pager.c
464
(void) signal(SIGINT,done1);
games/hack/hack.save.c
103
(void) signal(SIGINT, SIG_IGN);
games/hangman/main.c
75
signal(SIGINT, die);
games/hunt/hunt/hunt.c
196
(void) signal(SIGINT, intr);
games/hunt/hunt/hunt.c
454
(void) signal(SIGINT, SIG_IGN);
games/hunt/hunt/hunt.c
473
(void) signal(SIGINT, intr);
games/hunt/huntd/driver.c
344
if (sigaction(SIGINT, &sact, NULL) == -1)
games/mille/mille.c
133
(void)signal(SIGINT, SIG_IGN);
games/mille/mille.c
136
(void)signal(SIGINT, rub);
games/mille/mille.c
145
(void)signal(SIGINT, SIG_IGN);
games/mille/mille.c
91
signal(SIGINT, rub);
games/rain/rain.c
94
(void)signal(SIGINT, onsig);
games/robots/main.c
142
signal(SIGINT, quit);
games/sail/dr_main.c
50
(void) signal(SIGINT, SIG_IGN);
games/sail/pl_1.c
59
(void) signal(SIGINT, SIG_IGN);
games/sail/pl_main.c
100
(void) signal(SIGINT, choke);
games/sail/sync.c
212
sigint = signal(SIGINT, SIG_IGN);
games/sail/sync.c
296
(void) signal(SIGINT, sigint);
games/snake/snake.c
227
sigaction(SIGINT, &sa, NULL);
games/tetris/tetris.c
233
(void)signal(SIGINT, onintr);
games/worm/worm.c
95
signal(SIGINT, leave);
games/worms/worms.c
272
(void)signal(SIGINT, onsig);
lib/libc/gen/readpassphrase.c
104
(void)sigaction(SIGINT, &sa, &saveint);
lib/libc/gen/readpassphrase.c
146
(void)sigaction(SIGINT, &saveint, NULL);
lib/libc/stdlib/system.c
56
sigaddset(&mask, SIGINT);
lib/libc/stdlib/system.c
73
sigaction(SIGINT, &sa, &intsave);
lib/libc/stdlib/system.c
76
sigaddset(&mask, SIGINT);
lib/libc/stdlib/system.c
85
sigaction(SIGINT, &intsave, NULL);
lib/libcrypto/ui/ui_openssl.c
280
if (intr_signal == SIGINT)
lib/libcurses/tty/lib_tstp.c
261
&& (sig == SIGINT || sig == SIGTERM)) {
lib/libcurses/tty/lib_tstp.c
421
CatchIfDefault(SIGINT, handle_SIGINT);
lib/libcurses/tty/lib_tstp.c
69
case SIGINT:
lib/libedit/TEST/tc1.c
124
(void) signal(SIGINT, sig);
lib/libedit/sig.h
51
_DO(SIGINT) \
lib/libfuse/fuse.c
353
if (sigaction(SIGINT, NULL, &old_sa) == 0)
lib/libfuse/fuse.c
355
signal(SIGINT, SIG_DFL);
lib/libfuse/fuse.c
377
if (sigaction(SIGINT, NULL, &old_sa) == -1)
lib/libfuse/fuse.c
380
signal(SIGINT, ifuse_sig_handler);
lib/libskey/skeysubr.c
182
old_handler = signal(SIGINT, trapped);
lib/libskey/skeysubr.c
193
(void)signal(SIGINT, old_handler);
lib/libutil/passwd.c
200
(void)signal(SIGINT, SIG_IGN);
libexec/ftpd/ftpd.c
2798
(void) sigaction(SIGINT, &sa, NULL);
libexec/ftpd/monitor.c
143
sigaction(SIGINT, &act, NULL);
libexec/ftpd/popen.c
142
sigaddset(&sigset, SIGINT);
libexec/getty/main.c
119
signal(SIGINT, interrupt);
libexec/getty/main.c
153
signal(SIGINT, SIG_IGN);
libexec/getty/main.c
344
signal(SIGINT, SIG_DFL);
libexec/getty/main.c
358
signal(SIGINT, SIG_IGN);
libexec/getty/main.c
374
signal(SIGINT, interrupt);
libexec/getty/main.c
448
signal(SIGINT, SIG_IGN);
libexec/ld.so/ldd/ldd.c
202
if (WTERMSIG(status) == SIGINT)
libexec/lockspool/lockspool.c
69
signal(SIGINT, unhold);
libexec/login_ldap/login_ldap.c
76
(void)signal(SIGINT, SIG_IGN);
libexec/login_passwd/login_passwd.c
63
(void)signal(SIGINT, SIG_IGN);
libexec/login_skey/login_skey.c
220
signal(SIGINT, SIG_IGN);
libexec/login_skey/login_skey.c
63
(void)signal(SIGINT, quit);
libexec/login_token/login_token.c
73
sigaddset(&blockset, SIGINT);
libexec/rpc.rquotad/rquotad.c
79
(void) signal(SIGINT, cleanup);
libexec/rpc.rstatd/rstatd.c
110
(void) signal(SIGINT, getsig);
libexec/rpc.rusersd/rusersd.c
104
(void) signal(SIGINT, cleanup);
libexec/rpc.rwalld/rwalld.c
92
(void) signal(SIGINT, cleanup);
libexec/spamd/grey.c
1130
sigaction(SIGINT, &sa, NULL);
libexec/spamlogd/spamlogd.c
432
signal(SIGINT , sighandler_close);
regress/bin/ksh/edit/edit.c
83
if (signal(SIGINT, sighandler) == SIG_ERR)
regress/lib/libc/sys/t_kill.c
54
const int sig[] = { SIGHUP, SIGINT, SIGKILL, SIGTERM };
regress/lib/libpthread/dlopen/dlopen.c
334
kill(fcntl_pid, SIGINT);
regress/lib/libpthread/dlopen/dlopen.c
387
kill(flock_pid, SIGINT);
regress/lib/libpthread/sigsuspend/sigsuspend.c
67
sigdelset (&suspender_mask, SIGINT); /* terminate */
regress/lib/libpthread/sigsuspend/sigsuspend.c
76
while (sigcounts[SIGINT] == 0) {
regress/lib/libpthread/sigwait/sigwait.c
103
sigaddset (&wait_mask, SIGINT); /* terminate */
regress/lib/libpthread/sigwait/sigwait.c
58
while (sigcounts[SIGINT] == 0) {
regress/sys/kern/kqueue/kqueue-regress.c
68
EV_SET(&kev[1], SIGINT, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL);
regress/sys/kern/pipe/test-close.c
50
if (signal(SIGINT, sighandler) == SIG_ERR)
regress/sys/kern/pledge/generic/main.c
61
kill(0, SIGINT);
regress/sys/kern/stackjmp/stackjmp.c
42
assert(sigaction(SIGINT, &sa, NULL) == 0);
regress/sys/kern/stackjmp/stackjmp.c
54
kill(getpid(), SIGINT);
regress/sys/uvm/vnode/vnode.c
74
if (signal(SIGINT, sighandler) == SIG_ERR)
regress/usr.sbin/syslogd/ttylog.c
86
if (sigaction(SIGINT, &act, NULL) == -1)
sbin/dhcp6leased/dhcp6leased.c
111
case SIGINT:
sbin/dhcp6leased/dhcp6leased.c
251
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
sbin/dhcp6leased/engine.c
167
case SIGINT:
sbin/dhcp6leased/engine.c
211
signal_set(&ev_sigint, SIGINT, engine_sig_handler, NULL);
sbin/dhcp6leased/frontend.c
110
case SIGINT:
sbin/dhcp6leased/frontend.c
173
signal_set(&ev_sigint, SIGINT, frontend_sig_handler, NULL);
sbin/dhcpleased/dhcpleased.c
118
case SIGINT:
sbin/dhcpleased/dhcpleased.c
263
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
sbin/dhcpleased/engine.c
176
case SIGINT:
sbin/dhcpleased/engine.c
222
signal_set(&ev_sigint, SIGINT, engine_sig_handler, NULL);
sbin/dhcpleased/frontend.c
122
case SIGINT:
sbin/dhcpleased/frontend.c
170
signal_set(&ev_sigint, SIGINT, frontend_sig_handler, NULL);
sbin/disklabel/disklabel.c
691
sigint = signal(SIGINT, SIG_IGN);
sbin/disklabel/disklabel.c
711
(void)signal(SIGINT, sigint);
sbin/dump/main.c
347
if (signal(SIGINT, interrupt) == SIG_IGN)
sbin/dump/main.c
348
signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
573
interrupt_save = signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
579
(void)signal(SIGINT, interrupt_save);
sbin/dump/tape.c
595
signal(SIGINT, SIG_IGN);
sbin/dump/tape.c
767
signal(SIGINT, SIG_IGN); /* Master handles this */
sbin/fsck_ext2fs/main.c
163
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_ext2fs/main.c
164
(void)signal(SIGINT, catch);
sbin/fsck_ffs/main.c
177
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
sbin/fsck_ffs/main.c
178
(void)signal(SIGINT, catch);
sbin/fsck_ffs/utilities.c
301
sigaddset(&nset, SIGINT);
sbin/iked/iked.c
210
signal_set(&ps->ps_evsigint, SIGINT, parent_sig_handler, ps);
sbin/iked/iked.c
379
case SIGINT:
sbin/iked/proc.c
514
case SIGINT:
sbin/iked/proc.c
573
signal_set(&ps->ps_evsigint, SIGINT, proc_sig_handler, p);
sbin/init/init.c
1122
case SIGINT:
sbin/init/init.c
262
handle(transition_handler, SIGHUP, SIGINT, SIGTERM, SIGTSTP,
sbin/init/init.c
267
SIGXCPU, SIGXFSZ, SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUSR2,
sbin/isakmpd/isakmpd.c
290
signal(SIGINT, daemon_shutdown_now);
sbin/mountd/mountd.c
277
signal(SIGINT, SIG_IGN);
sbin/newfs/newfs.c
714
intsave = signal(SIGINT, SIG_IGN);
sbin/newfs/newfs.c
732
signal(SIGINT, intsave);
sbin/nfsd/nfsd.c
160
(void)signal(SIGINT, SIG_IGN);
sbin/pflogd/pflogd.c
692
signal(SIGINT, sig_close);
sbin/pflogd/pflogd.c
693
siginterrupt(SIGINT, 1);
sbin/pflogd/privsep.c
131
signal(SIGINT, sig_pass_to_chld);
sbin/ping/ping.c
844
(void)signal(SIGINT, onsignal);
sbin/ping/ping.c
980
case SIGINT:
sbin/restore/main.c
156
if (signal(SIGINT, onintr) == SIG_IGN)
sbin/restore/main.c
157
(void)signal(SIGINT, SIG_IGN);
sbin/scsi/scsi.c
656
sigint = signal(SIGINT, SIG_IGN);
sbin/scsi/scsi.c
662
(void)signal(SIGINT, sigint);
sbin/scsi/scsi.c
685
(void)signal(SIGINT, sigint);
sbin/shutdown/shutdown.c
600
(void)signal(SIGINT, finish);
sbin/slaacd/engine.c
346
case SIGINT:
sbin/slaacd/engine.c
388
signal_set(&ev_sigint, SIGINT, engine_sig_handler, NULL);
sbin/slaacd/frontend.c
122
case SIGINT:
sbin/slaacd/frontend.c
172
signal_set(&ev_sigint, SIGINT, frontend_sig_handler, NULL);
sbin/slaacd/slaacd.c
107
case SIGINT:
sbin/slaacd/slaacd.c
225
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
sbin/unwind/frontend.c
186
case SIGINT:
sbin/unwind/frontend.c
227
signal_set(&ev_sigint, SIGINT, frontend_sig_handler, NULL);
sbin/unwind/resolver.c
366
case SIGINT:
sbin/unwind/resolver.c
407
signal_set(&ev_sigint, SIGINT, resolver_sig_handler, NULL);
sbin/unwind/unwind.c
229
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
sbin/unwind/unwind.c
97
case SIGINT:
sys/dev/pv/pvbus.c
262
prsignal(initprocess, SIGINT);
sys/kern/kern_sig.c
175
case SIGINT:
sys/kern/tty.c
277
pgsignal(tp->t_pgrp, SIGINT, 1);
sys/kern/tty.c
360
CCEQ(cc[VINTR], c) ? SIGINT : SIGQUIT, 1);
sys/nfs/nfs.h
177
#define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
usr.bin/apply/apply.c
228
intsave = signal(SIGINT, SIG_IGN);
usr.bin/apply/apply.c
232
(void)signal(SIGINT, intsave);
usr.bin/at/at.c
207
sigaction(SIGINT, &act, NULL);
usr.bin/aucat/aucat.c
1104
sigaction(SIGINT, &sa, NULL);
usr.bin/aucat/aucat.c
1153
sigaction(SIGINT, &sa, NULL);
usr.bin/bgplg/misc.c
102
save_int = signal(SIGINT, SIG_IGN);
usr.bin/bgplg/misc.c
111
signal(SIGINT, SIG_DFL);
usr.bin/bgplg/misc.c
146
signal(SIGINT, save_int);
usr.bin/cdio/cdio.c
1513
if (sigaction(SIGINT, &sa, NULL) == -1)
usr.bin/cdio/cdio.c
1517
if (sigaction(SIGINT, &sa, NULL) == -1)
usr.bin/cdio/cdio.c
1521
if (siz < 0 && errno == EINTR && signo == SIGINT)
usr.bin/chpass/chpass.c
182
sigdelset(&fullset, SIGINT);
usr.bin/chpass/chpass.c
200
(void)signal(SIGINT, kbintr);
usr.bin/chpass/chpass.c
204
(void)signal(SIGINT, SIG_IGN);
usr.bin/csplit/csplit.c
152
sigaddset(&sa.sa_mask, SIGINT);
usr.bin/csplit/csplit.c
155
sigaction(SIGINT, &sa, NULL);
usr.bin/cu/command.c
115
if (signal(SIGINT, SIG_DFL) == SIG_ERR)
usr.bin/cu/command.c
67
if (signal(SIGINT, SIG_DFL) == SIG_ERR)
usr.bin/cu/cu.c
211
if (signal(SIGINT, SIG_IGN) == SIG_ERR)
usr.bin/cu/input.c
58
if (sigaction(SIGINT, &act, &oact) != 0)
usr.bin/cu/input.c
85
sigaction(SIGINT, &oact, NULL);
usr.bin/cu/xmodem.c
131
if (sigaction(SIGINT, &act, &oact) != 0)
usr.bin/cu/xmodem.c
222
sigaction(SIGINT, &oact, NULL);
usr.bin/cvs/cvs.c
272
signal(SIGINT, sighandler);
usr.bin/cvs/cvs.c
95
case SIGINT:
usr.bin/cvs/logmsg.c
293
sigint = signal(SIGINT, SIG_IGN);
usr.bin/cvs/logmsg.c
306
(void)signal(SIGINT, sigint);
usr.bin/cvs/logmsg.c
317
(void)signal(SIGINT, sigint);
usr.bin/dc/bcode.c
266
(void)signal(SIGINT, sighandler);
usr.bin/ftp/cmds.c
1002
(void)signal(SIGINT, old1);
usr.bin/ftp/cmds.c
1346
oldintr = signal(SIGINT, proxabort);
usr.bin/ftp/cmds.c
1352
(void)signal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
1367
(void)signal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
265
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/cmds.c
320
(void)signal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
441
(void)signal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
833
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/cmds.c
848
(void)signal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
941
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/cmds.c
951
(void)signal(SIGINT, oldintr);
usr.bin/ftp/cmds.c
968
old1 = signal (SIGINT, SIG_IGN);
usr.bin/ftp/cmds.c
972
(void)signal(SIGINT, SIG_DFL);
usr.bin/ftp/fetch.c
1044
(void)signal(SIGINT, oldintr);
usr.bin/ftp/fetch.c
1049
oldintr = signal(SIGINT, aborthttp);
usr.bin/ftp/fetch.c
1059
signal(SIGINT, oldintr);
usr.bin/ftp/fetch.c
1069
signal(SIGINT, oldintr);
usr.bin/ftp/fetch.c
1083
signal(SIGINT, oldintr);
usr.bin/ftp/fetch.c
1266
(void)signal(SIGINT, (sig_t)intr);
usr.bin/ftp/fetch.c
241
(void)signal(SIGINT, oldintr);
usr.bin/ftp/fetch.c
246
oldintr = signal(SIGINT, aborthttp);
usr.bin/ftp/fetch.c
259
signal(SIGINT, oldintr);
usr.bin/ftp/fetch.c
273
signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1000
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1196
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1229
(void)signal(SIGINT, SIG_IGN);
usr.bin/ftp/ftp.c
1232
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1249
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1747
oldintr = signal(SIGINT, psabort);
usr.bin/ftp/ftp.c
1800
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1803
(*oldintr)(SIGINT);
usr.bin/ftp/ftp.c
1863
oldintr = signal(SIGINT, abortpt);
usr.bin/ftp/ftp.c
1865
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1878
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1884
(void)signal(SIGINT, SIG_IGN);
usr.bin/ftp/ftp.c
1899
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1913
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
1938
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
2041
oldintr = signal(SIGINT, abortforce);
usr.bin/ftp/ftp.c
2076
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
343
oldintr = signal(SIGINT, cmdabort);
usr.bin/ftp/ftp.c
352
(*oldintr)(SIGINT);
usr.bin/ftp/ftp.c
353
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
448
oldintr = signal(SIGINT, cmdabort);
usr.bin/ftp/ftp.c
475
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
547
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
551
(*oldintr)(SIGINT);
usr.bin/ftp/ftp.c
620
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
629
oldintr = signal(SIGINT, abortsend);
usr.bin/ftp/ftp.c
640
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
653
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
662
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
671
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
715
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
726
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
820
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
828
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
917
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
925
oldintr = signal(SIGINT, abortrecv);
usr.bin/ftp/ftp.c
933
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
946
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
954
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
961
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
967
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
982
(void)signal(SIGINT, oldintr);
usr.bin/ftp/ftp.c
994
(void)signal(SIGINT, oldintr);
usr.bin/ftp/main.c
639
(void)signal(SIGINT, (sig_t)intr);
usr.bin/ftp/main.c
664
(void)signal(SIGINT, (sig_t)intr);
usr.bin/ftp/main.c
816
(void)signal(SIGINT, (sig_t)intr);
usr.bin/ftp/small.c
388
oldintr = signal(SIGINT, mabort);
usr.bin/ftp/small.c
465
(void)signal(SIGINT, oldintr);
usr.bin/last/last.c
267
(void)signal(SIGINT, onintr);
usr.bin/last/last.c
631
if (signo == SIGINT)
usr.bin/less/signal.c
75
(void) lsignal(SIGINT, u_interrupt);
usr.bin/less/signal.c
83
(void) lsignal(SIGINT, SIG_DFL);
usr.bin/lock/lock.c
160
signal(SIGINT, hi);
usr.bin/login/login.c
323
(void)signal(SIGINT, SIG_IGN);
usr.bin/login/login.c
698
(void)signal(SIGINT, SIG_DFL);
usr.bin/login/login.c
810
(void)sigaction(SIGINT, &sa, &osa);
usr.bin/login/login.c
817
(void)sigaction(SIGINT, &osa, NULL);
usr.bin/m4/main.c
177
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/m4/main.c
178
signal(SIGINT, onintr);
usr.bin/mail/cmd1.c
77
if (sigaction(SIGINT, NULL, &oact) == 0 &&
usr.bin/mail/cmd1.c
79
(void)sigaction(SIGINT, &act, &oact);
usr.bin/mail/cmd1.c
96
(void)sigaction(SIGINT, &oact, NULL);
usr.bin/mail/cmd3.c
56
(void)ignoresig(SIGINT, &oact, &oset);
usr.bin/mail/cmd3.c
63
(void)sigaction(SIGINT, &oact, NULL);
usr.bin/mail/cmd3.c
79
(void)ignoresig(SIGINT, &oact, &oset);
usr.bin/mail/cmd3.c
82
(void)sigaction(SIGINT, &oact, NULL);
usr.bin/mail/collect.c
117
case SIGINT:
usr.bin/mail/collect.c
439
(void)ignoresig(SIGINT, &oact, &oset);
usr.bin/mail/collect.c
447
(void)sigaction(SIGINT, &oact, NULL);
usr.bin/mail/collect.c
465
(void)ignoresig(SIGINT, &oact, &oset);
usr.bin/mail/collect.c
497
(void)sigaction(SIGINT, &oact, NULL);
usr.bin/mail/edit.c
106
(void)ignoresig(SIGINT, &oact, &oset);
usr.bin/mail/edit.c
136
(void)sigaction(SIGINT, &oact, NULL);
usr.bin/mail/edit.c
260
sigint = signal(SIGINT, SIG_IGN);
usr.bin/mail/edit.c
280
(void)signal(SIGINT, sigint);
usr.bin/mail/fio.c
214
if (sigaction(SIGINT, NULL, &saveint) == 0 &&
usr.bin/mail/fio.c
216
(void)sigaction(SIGINT, &act, &saveint);
usr.bin/mail/fio.c
242
(void)sigaction(SIGINT, &saveint, NULL);
usr.bin/mail/fio.c
343
sigaddset(&nset, SIGINT);
usr.bin/mail/lex.c
228
if (sig == SIGINT)
usr.bin/mail/main.c
252
sigaddset(&intset, SIGINT);
usr.bin/mail/main.c
295
(void)ignoresig(SIGINT, NULL, NULL);
usr.bin/mail/names.c
286
sigaddset(&nset, SIGINT);
usr.bin/mail/popen.c
141
sigaddset(&nset, SIGINT);
usr.bin/mail/popen.c
284
if (nset == NULL || !sigismember(nset, SIGINT))
usr.bin/mail/popen.c
285
(void)signal(SIGINT, SIG_DFL);
usr.bin/mail/send.c
201
if (sendsignal == SIGINT)
usr.bin/mail/send.c
239
if (ferror(obuf) || sendsignal == SIGINT)
usr.bin/mail/send.c
250
(void)sigaction(SIGINT, &saveint, NULL);
usr.bin/mail/send.c
413
sigaddset(&nset, SIGINT);
usr.bin/mail/send.c
75
(void)sigaction(SIGINT, &act, &saveint);
usr.bin/mail/tty.c
201
(void)sigaction(SIGINT, &act, &saveint);
usr.bin/mail/tty.c
210
case SIGINT:
usr.bin/mail/tty.c
238
(void)sigaction(SIGINT, &saveint, NULL);
usr.bin/mail/tty.c
240
if (ttysignal == SIGINT) {
usr.bin/make/job.c
353
case SIGINT:
usr.bin/make/job.c
392
setup_signal(SIGINT);
usr.bin/make/job.c
444
if (got_SIGINT || sigismember(&set, SIGINT))
usr.bin/make/job.c
445
return dying_signal = SIGINT;
usr.bin/make/job.c
466
handle_fatal_signal(SIGINT);
usr.bin/make/job.c
551
handle_fatal_signal(SIGINT);
usr.bin/make/job.c
886
if (signo == SIGINT && !touchFlag) {
usr.bin/make/job.c
948
(long)job->pid, job->node->name, really_kill(job, SIGINT));
usr.bin/mandoc/term_tag.c
65
sigaction(SIGINT, &sa, NULL);
usr.bin/passwd/local_passwd.c
135
sigdelset(&fullset, SIGINT);
usr.bin/passwd/local_passwd.c
147
(void)signal(SIGINT, kbintr);
usr.bin/passwd/local_passwd.c
151
(void)signal(SIGINT, SIG_IGN);
usr.bin/passwd/local_passwd.c
179
saveint = signal(SIGINT, kbintr);
usr.bin/passwd/local_passwd.c
234
(void)signal(SIGINT, saveint);
usr.bin/passwd/pwd_check.c
123
(void)signal(SIGINT, SIG_DFL);
usr.bin/patch/util.c
293
intval = signal(SIGINT, SIG_IGN);
usr.bin/patch/util.c
298
signal(SIGINT, intval);
usr.bin/patch/util.c
308
signal(SIGINT, SIG_IGN);
usr.bin/pr/pr.c
147
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/pr/pr.c
148
(void)signal(SIGINT, terminate);
usr.bin/pr/pr.c
865
sigaddset(&block, SIGINT);
usr.bin/rcs/rcsprog.c
144
signal(SIGINT, sighdlr);
usr.bin/rdist/common.c
233
case SIGINT:
usr.bin/rdist/docmd.c
952
(void) signal(SIGINT, sighandler);
usr.bin/rdistd/server.c
1664
(void) signal(SIGINT, sighandler);
usr.bin/sdiff/edit.c
50
sigint = signal(SIGINT, SIG_IGN);
usr.bin/sdiff/edit.c
70
(void)signal(SIGINT, sigint);
usr.bin/sendbug/sendbug.c
272
sigint = signal(SIGINT, SIG_IGN);
usr.bin/sendbug/sendbug.c
293
(void)signal(SIGINT, sigint);
usr.bin/sndiod/sndiod.c
299
if (sigaction(SIGINT, &sa, NULL) == -1)
usr.bin/sndiod/sndiod.c
320
if (sigaction(SIGINT, &sa, NULL) == -1)
usr.bin/sort/sort.c
344
int i, signals[] = {SIGTERM, SIGHUP, SIGINT, SIGUSR1, SIGUSR2,
usr.bin/ssh/clientloop.c
1095
ssh_signal(SIGINT, handler);
usr.bin/ssh/clientloop.c
1518
if (ssh_signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.bin/ssh/clientloop.c
1519
ssh_signal(SIGINT, signal_handler);
usr.bin/ssh/clientloop.c
1546
sigaddset(&bsigset, SIGINT) == -1 ||
usr.bin/ssh/clientloop.c
990
handler = ssh_signal(SIGINT, SIG_IGN);
usr.bin/ssh/monitor.c
367
ssh_signal(SIGINT, &monitor_child_handler);
usr.bin/ssh/mux.c
2089
ssh_signal(SIGINT, control_client_sighandler);
usr.bin/ssh/mux.c
2287
ssh_signal(SIGINT, control_client_sighandler);
usr.bin/ssh/scp.c
230
ssh_signal(SIGINT, killchild);
usr.bin/ssh/scp.c
312
ssh_signal(SIGINT, killchild);
usr.bin/ssh/sftp.c
2303
if (sigaction(SIGINT, &sa, NULL) == -1) {
usr.bin/ssh/sftp.c
2304
debug3("sigaction(%s): %s", strsignal(SIGINT),
usr.bin/ssh/sftp.c
2339
ssh_signal(SIGINT, cmd_interrupt);
usr.bin/ssh/sftp.c
2392
ssh_signal(SIGINT, SIG_IGN);
usr.bin/ssh/sftp.c
2400
ssh_signal(SIGINT, killchild);
usr.bin/ssh/ssh-agent.c
2527
ssh_signal(SIGINT, (d_flag | D_flag) ? cleanup_handler : SIG_IGN);
usr.bin/ssh/ssh-agent.c
2533
sigaddset(&nsigset, SIGINT);
usr.bin/systat/engine.c
1347
signal(SIGINT, sig_close);
usr.bin/talk/init_disp.c
66
signal(SIGINT, sig_sent);
usr.bin/tcpbench/tcpbench.c
1375
signal_set(&ev_sigint, SIGINT, signal_handler, NULL);
usr.bin/tcpbench/tcpbench.c
217
case SIGINT:
usr.bin/tee/tee.c
88
(void)signal(SIGINT, SIG_IGN);
usr.bin/telnet/commands.c
1993
(void) signal(SIGINT, SIG_DFL);
usr.bin/telnet/sys_bsd.c
460
(void) signal(SIGINT, intr);
usr.bin/tftp/main.c
168
signal(SIGINT, intr);
usr.bin/time/time.c
90
signal(SIGINT, SIG_IGN);
usr.bin/timeout/timeout.c
134
case SIGINT:
usr.bin/timeout/timeout.c
177
int signums[] = {-1, SIGTERM, SIGINT, SIGHUP, SIGCHLD,
usr.bin/tmux/proc.c
243
signal_set(&tp->ev_sigint, SIGINT, proc_signal_cb, tp);
usr.bin/tmux/proc.c
284
sigaction(SIGINT, &sa, NULL);
usr.bin/tmux/server.c
433
case SIGINT:
usr.bin/top/top.c
500
sigaddset(&mask, SIGINT);
usr.bin/top/top.c
508
(void) signal(SIGINT, leave);
usr.bin/top/top.c
509
siginterrupt(SIGINT, 1);
usr.bin/vi/cl/cl_main.c
254
setsig(SIGINT, &clp->oact[INDX_INT], h_int) ||
usr.bin/vi/cl/cl_main.c
261
setsig(SIGINT, NULL, h_int) ||
usr.bin/vi/cl/cl_main.c
303
(void)sigaction(SIGINT, NULL, &clp->oact[INDX_INT]);
usr.bin/watch/watch.c
239
signal_set(&ev_sigint, SIGINT, on_signal, NULL);
usr.bin/write/write.c
258
(void)signal(SIGINT, done);
usr.sbin/amd/amd/amd.c
245
(void) signal(SIGINT, sigterm);
usr.sbin/amd/amd/amd.c
98
case SIGINT:
usr.sbin/amd/amd/nfs_start.c
109
case SIGINT:
usr.sbin/amd/amd/nfs_start.c
187
sigaddset(&mask, SIGINT);
usr.sbin/apmd/apmd.c
519
(void) signal(SIGINT, sigexit);
usr.sbin/authpf/authpf.c
193
signal(SIGINT, need_death);
usr.sbin/bgpd/bgpd.c
268
signal(SIGINT, sighdlr);
usr.sbin/bgpd/bgpd.c
91
case SIGINT:
usr.sbin/bgpd/rde.c
153
case SIGINT:
usr.sbin/bgpd/rde.c
197
signal(SIGINT, rde_sighdlr);
usr.sbin/bgpd/rtr.c
214
signal(SIGINT, rtr_sighdlr);
usr.sbin/bgpd/rtr.c
49
case SIGINT:
usr.sbin/bgpd/session.c
212
signal(SIGINT, session_sighdlr);
usr.sbin/bgpd/session.c
99
case SIGINT:
usr.sbin/btrace/btrace.c
463
if (sigaction(SIGINT, &sa, NULL))
usr.sbin/cron/crontab.c
285
(void)signal(SIGINT, SIG_IGN);
usr.sbin/cron/crontab.c
451
(void) signal(SIGINT, die);
usr.sbin/cron/crontab.c
537
(void) signal(SIGINT, SIG_DFL);
usr.sbin/cron/crontab.c
570
sigint = signal(SIGINT, SIG_IGN);
usr.sbin/cron/crontab.c
596
(void)signal(SIGINT, sigint);
usr.sbin/cron/popen.c
144
sigaddset(&sigset, SIGINT);
usr.sbin/dvmrpd/dvmrpd.c
220
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/dvmrpd/dvmrpd.c
77
case SIGINT:
usr.sbin/dvmrpd/dvmrpe.c
131
signal_set(&ev_sigint, SIGINT, dvmrpe_sig_handler, NULL);
usr.sbin/dvmrpd/dvmrpe.c
57
case SIGINT:
usr.sbin/dvmrpd/rde.c
110
signal_set(&ev_sigint, SIGINT, rde_sig_handler, NULL);
usr.sbin/dvmrpd/rde.c
62
case SIGINT:
usr.sbin/edquota/edquota.c
366
sigint = signal(SIGINT, SIG_IGN);
usr.sbin/edquota/edquota.c
386
(void)signal(SIGINT, sigint);
usr.sbin/eigrpd/eigrpd.c
231
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/eigrpd/eigrpd.c
70
case SIGINT:
usr.sbin/eigrpd/eigrpe.c
139
signal_set(&ev_sigint, SIGINT, eigrpe_sig_handler, NULL);
usr.sbin/eigrpd/eigrpe.c
56
case SIGINT:
usr.sbin/eigrpd/rde.c
105
signal_set(&ev_sigint, SIGINT, rde_sig_handler, NULL);
usr.sbin/eigrpd/rde.c
61
case SIGINT:
usr.sbin/ftp-proxy/ftp-proxy.c
795
signal_set(&ev_sigint, SIGINT, handle_signal, NULL);
usr.sbin/hostapd/hostapd.c
301
case SIGINT:
usr.sbin/hostapd/hostapd.c
476
signal_set(&ev_sigint, SIGINT, hostapd_sig_handler, NULL);
usr.sbin/hostapd/privsep.c
151
signal_set(&ev_sigint, SIGINT, hostapd_sig_relay, NULL);
usr.sbin/hotplugd/hotplugd.c
96
sigaction(SIGINT, &sact, NULL);
usr.sbin/httpd/httpd.c
229
signal_set(&ps->ps_evsigint, SIGINT, parent_sig_handler, ps);
usr.sbin/httpd/httpd.c
80
case SIGINT:
usr.sbin/httpd/proc.c
493
case SIGINT:
usr.sbin/httpd/proc.c
547
signal_set(&ps->ps_evsigint, SIGINT, proc_sig_handler, p);
usr.sbin/inetd/inetd.c
379
signal_set(&evsig_int, SIGINT, die, NULL);
usr.sbin/iscsid/iscsid.c
141
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/iscsid/iscsid.c
184
case SIGINT:
usr.sbin/ldapd/ldapd.c
223
signal_set(&ev_sigint, SIGINT, ldapd_sig_handler, NULL);
usr.sbin/ldapd/ldapd.c
74
if (sig == SIGINT || sig == SIGTERM)
usr.sbin/ldapd/ldape.c
361
signal_set(&ev_sigint, SIGINT, ldape_sig_handler, NULL);
usr.sbin/ldpd/lde.c
121
signal_set(&ev_sigint, SIGINT, lde_sig_handler, NULL);
usr.sbin/ldpd/lde.c
76
case SIGINT:
usr.sbin/ldpd/ldpd.c
233
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/ldpd/ldpd.c
82
case SIGINT:
usr.sbin/ldpd/ldpe.c
116
signal_set(&ev_sigint, SIGINT, ldpe_sig_handler, NULL);
usr.sbin/ldpd/ldpe.c
57
case SIGINT:
usr.sbin/lpd/lp_rmjob.c
60
if (kill(currpid, SIGINT) == -1)
usr.sbin/lpd/lpd.c
161
signal_set(&evt_sigint, SIGINT, priv_sighandler, NULL);
usr.sbin/lpd/lpd.c
228
case SIGINT:
usr.sbin/lpd/printer.c
177
sigaddset(&sa.sa_mask, SIGINT); /* for kill() in sighandler */
usr.sbin/lpd/printer.c
179
sigaction(SIGINT, &sa, NULL);
usr.sbin/lpr/common_source/common.c
133
siginterrupt(SIGINT, 1);
usr.sbin/lpr/common_source/common.c
135
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/common.c
159
siginterrupt(SIGINT, 1);
usr.sbin/lpr/common_source/common.c
162
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/common.c
173
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/common.c
337
siginterrupt(SIGINT, 1);
usr.sbin/lpr/common_source/common.c
342
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/common.c
345
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/common.c
353
siginterrupt(SIGINT, 1);
usr.sbin/lpr/common_source/common.c
355
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/common.c
367
siginterrupt(SIGINT, 1);
usr.sbin/lpr/common_source/common.c
370
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/common.c
390
siginterrupt(SIGINT, 1);
usr.sbin/lpr/common_source/common.c
393
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/rmjob.c
135
assassinated = kill(cur_daemon, SIGINT) == 0;
usr.sbin/lpr/common_source/startdaemon.c
67
siginterrupt(SIGINT, 1);
usr.sbin/lpr/common_source/startdaemon.c
73
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/startdaemon.c
78
siginterrupt(SIGINT, 0);
usr.sbin/lpr/common_source/startdaemon.c
84
siginterrupt(SIGINT, 0);
usr.sbin/lpr/lpc/lpc.c
103
signal(SIGINT, intr);
usr.sbin/lpr/lpc/lpc.c
136
siginterrupt(SIGINT, 1);
usr.sbin/lpr/lpc/lpc.c
139
siginterrupt(SIGINT, 0);
usr.sbin/lpr/lpc/lpc.c
142
siginterrupt(SIGINT, 0);
usr.sbin/lpr/lpc/lpc.c
145
siginterrupt(SIGINT, 0);
usr.sbin/lpr/lpd/lpd.c
259
sigaddset(&mask, SIGINT);
usr.sbin/lpr/lpd/lpd.c
265
signal(SIGINT, mcleanup);
usr.sbin/lpr/lpd/lpd.c
368
signal(SIGINT, SIG_IGN);
usr.sbin/lpr/lpd/printjob.c
1260
(void)kill(0, SIGINT);
usr.sbin/lpr/lpd/printjob.c
162
sigaddset(&sa.sa_mask, SIGINT);
usr.sbin/lpr/lpd/printjob.c
164
sigaction(SIGINT, &sa, NULL);
usr.sbin/lpr/lpr/lpr.c
132
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
usr.sbin/lpr/lpr/lpr.c
133
signal(SIGINT, cleanup);
usr.sbin/lpr/lpr/lpr.c
534
signal(SIGINT, SIG_IGN);
usr.sbin/mrouted/main.c
221
(void)signal(SIGINT, done);
usr.sbin/npppd/npppd/npppd.c
356
signal_set(&_this->ev_sigint, SIGINT, npppd_on_sigint, _this);
usr.sbin/nsd/nsd.c
1475
sigaction(SIGINT, &action, NULL);
usr.sbin/nsd/nsd.c
740
case SIGINT:
usr.sbin/nsd/nsd.c
776
case SIGINT:
usr.sbin/nsd/xfrd.c
257
xfrd_sigsetup(SIGINT);
usr.sbin/ntpd/ntp.c
155
signal(SIGINT, ntp_sighdlr);
usr.sbin/ntpd/ntp.c
64
case SIGINT:
usr.sbin/ntpd/ntp_dns.c
53
case SIGINT:
usr.sbin/ntpd/ntp_dns.c
93
signal(SIGINT, sighdlr_dns);
usr.sbin/ntpd/ntpd.c
270
signal(SIGINT, sighdlr);
usr.sbin/ntpd/ntpd.c
80
case SIGINT:
usr.sbin/ospf6d/ospf6d.c
240
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/ospf6d/ospf6d.c
82
case SIGINT:
usr.sbin/ospf6d/ospfe.c
142
signal_set(&ev_sigint, SIGINT, ospfe_sig_handler, NULL);
usr.sbin/ospf6d/ospfe.c
59
case SIGINT:
usr.sbin/ospf6d/rde.c
104
case SIGINT:
usr.sbin/ospf6d/rde.c
166
signal_set(&ev_sigint, SIGINT, rde_sig_handler, NULL);
usr.sbin/ospfd/ospfd.c
249
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/ospfd/ospfd.c
85
case SIGINT:
usr.sbin/ospfd/ospfe.c
142
signal_set(&ev_sigint, SIGINT, ospfe_sig_handler, NULL);
usr.sbin/ospfd/ospfe.c
59
case SIGINT:
usr.sbin/ospfd/rde.c
148
signal_set(&ev_sigint, SIGINT, rde_sig_handler, NULL);
usr.sbin/ospfd/rde.c
81
case SIGINT:
usr.sbin/pppd/chat/chat.c
494
signal(SIGINT, sigint);
usr.sbin/pppd/main.c
303
sigaddset(&mask, SIGINT);
usr.sbin/pppd/main.c
318
SIGNAL(SIGINT, term); /* Interrupt */
usr.sbin/pwd_mkdb/pwd_mkdb.c
159
sigaddset(&set, SIGINT);
usr.sbin/rad/engine.c
126
signal_set(&ev_sigint, SIGINT, engine_sig_handler, NULL);
usr.sbin/rad/engine.c
85
case SIGINT:
usr.sbin/rad/frontend.c
187
case SIGINT:
usr.sbin/rad/frontend.c
234
signal_set(&ev_sigint, SIGINT, frontend_sig_handler, NULL);
usr.sbin/rad/rad.c
230
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/rad/rad.c
95
case SIGINT:
usr.sbin/radiusd/radiusd.c
196
signal_set(&radiusd->ev_sigint, SIGINT, radiusd_on_sigint, radiusd);
usr.sbin/rbootd/rbootd.c
153
(void) signal(SIGINT, Exit);
usr.sbin/relayd/check_script.c
117
save_int = signal(SIGINT, SIG_IGN);
usr.sbin/relayd/check_script.c
126
signal(SIGINT, SIG_DFL);
usr.sbin/relayd/check_script.c
177
signal(SIGINT, save_int);
usr.sbin/relayd/proc.c
497
case SIGINT:
usr.sbin/relayd/proc.c
556
signal_set(&ps->ps_evsigint, SIGINT, proc_sig_handler, p);
usr.sbin/relayd/relayd.c
240
signal_set(&ps->ps_evsigint, SIGINT, parent_sig_handler, ps);
usr.sbin/relayd/relayd.c
89
case SIGINT:
usr.sbin/ripd/rde.c
116
signal_set(&ev_sigint, SIGINT, rde_sig_handler, NULL);
usr.sbin/ripd/rde.c
63
case SIGINT:
usr.sbin/ripd/ripd.c
221
signal_set(&ev_sigint, SIGINT, main_sig_handler, NULL);
usr.sbin/ripd/ripd.c
84
case SIGINT:
usr.sbin/ripd/ripe.c
140
signal_set(&ev_sigint, SIGINT, ripe_sig_handler, NULL);
usr.sbin/ripd/ripe.c
56
case SIGINT:
usr.sbin/route6d/route6d.c
352
signal(SIGINT, sighandler) == SIG_ERR) {
usr.sbin/route6d/route6d.c
429
case SIGINT:
usr.sbin/rpc.statd/statd.c
149
sigaction(SIGINT, &sa, NULL);
usr.sbin/rpki-client/output.c
240
int i, signals[] = {SIGTERM, SIGHUP, SIGINT, SIGUSR1, SIGUSR2,
usr.sbin/sasyncd/monitor.c
93
signal(SIGINT, sig_to_child);
usr.sbin/sasyncd/sasyncd.c
82
signal(SIGINT, sasyncd_stop);
usr.sbin/smtpd/ca.c
75
signal(SIGINT, SIG_IGN);
usr.sbin/smtpd/control.c
227
signal(SIGINT, SIG_IGN);
usr.sbin/smtpd/dispatcher.c
168
signal(SIGINT, SIG_IGN);
usr.sbin/smtpd/lka.c
678
signal(SIGINT, SIG_IGN);
usr.sbin/smtpd/queue.c
648
signal(SIGINT, SIG_IGN);
usr.sbin/smtpd/scheduler.c
445
signal(SIGINT, SIG_IGN);
usr.sbin/smtpd/smtpd.c
1056
signal_set(&ev_sigint, SIGINT, parent_sig_handler, NULL);
usr.sbin/smtpd/smtpd.c
1377
signal(SIGINT, SIG_DFL) == SIG_ERR ||
usr.sbin/smtpd/smtpd.c
1544
signal(SIGINT, SIG_DFL) == SIG_ERR ||
usr.sbin/smtpd/smtpd.c
348
case SIGINT:
usr.sbin/snmpd/proc.c
514
case SIGINT:
usr.sbin/snmpd/proc.c
568
signal_set(&ps->ps_evsigint, SIGINT, proc_sig_handler, p);
usr.sbin/snmpd/snmpd.c
228
signal_set(&ps->ps_evsigint, SIGINT, snmpd_sig_handler, ps);
usr.sbin/snmpd/snmpd.c
60
case SIGINT:
usr.sbin/syslogd/privsep.c
227
sigaction(SIGINT, &sa, NULL);
usr.sbin/syslogd/syslogd.c
820
signal_set(ev_int, SIGINT, die_signalcb, ev_int);
usr.sbin/syslogd/syslogd.c
880
(void)signal(SIGINT, SIG_IGN);
usr.sbin/tcpdump/privsep.c
222
signal(SIGINT, SIG_IGN);
usr.sbin/tcpdump/tcpdump.c
677
setsignal(SIGINT, cleanup);
usr.sbin/tokenadm/tokenadm.c
86
(void)signal(SIGINT, SIG_IGN);
usr.sbin/tokeninit/tokeninit.c
73
(void)signal(SIGINT, SIG_IGN);
usr.sbin/unbound/daemon/daemon.c
143
case SIGINT:
usr.sbin/unbound/daemon/daemon.c
181
signal(SIGINT, record_sigh) == SIG_ERR
usr.sbin/unbound/daemon/worker.c
2145
case SIGINT:
usr.sbin/unbound/daemon/worker.c
2285
ub_thread_sig_unblock(SIGINT);
usr.sbin/unbound/daemon/worker.c
2304
|| !comm_signal_bind(worker->comsig, SIGINT)) {
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1474
if(signal(SIGINT, main_sigh) == SIG_ERR ||
usr.sbin/unbound/testcode/delayer.c
984
if( signal(SIGINT, delayer_sigh) == SIG_ERR ||
usr.sbin/unbound/testcode/perf.c
211
if( signal(SIGINT, perf_sigh) == SIG_ERR ||
usr.sbin/vmd/proc.c
342
case SIGINT:
usr.sbin/vmd/proc.c
400
signal_set(&ps->ps_evsigint, SIGINT, proc_sig_handler, p);
usr.sbin/vmd/vmd.c
530
case SIGINT:
usr.sbin/vmd/vmd.c
723
signal_set(&ps->ps_evsigint, SIGINT, vmd_sighdlr, ps);
usr.sbin/wsmoused/wsmoused.c
548
signal(SIGINT, terminate);
usr.sbin/ypldap/ldapclient.c
113
case SIGINT:
usr.sbin/ypldap/ldapclient.c
381
signal_set(&ev_sigint, SIGINT, client_sig_handler, NULL);
usr.sbin/ypldap/ypldap.c
100
case SIGINT:
usr.sbin/ypldap/ypldap.c
584
signal_set(&ev_sigint, SIGINT, main_sig_handler, &env);
usr.sbin/ypldap/ypldap_dns.c
106
signal_set(&ev_sigint, SIGINT, dns_sig_handler, NULL);
usr.sbin/ypldap/ypldap_dns.c
55
case SIGINT: