Symbol: sigint
lib/libc/tests/stdlib/system_test.c
109
struct sigaction sigint, sigquit, sigact;
lib/libc/tests/stdlib/system_test.c
130
ATF_REQUIRE_EQ(0, sigaction(SIGINT, NULL, &sigint));
lib/libc/tests/stdlib/system_test.c
171
ATF_CHECK_EQ(sigint.sa_handler, sigact.sa_handler);
lib/libc/tests/stdlib/system_test.c
172
ATF_CHECK_EQ(sigint.sa_flags, sigact.sa_flags);
lib/libc/tests/stdlib/system_test.c
173
ATF_CHECK_EQ(0, sigcmpset(&sigint.sa_mask, &sigact.sa_mask));
usr.bin/chat/chat.c
149
SIGTYPE sigint(int signo);
usr.bin/chat/chat.c
470
signal(SIGINT, sigint);
usr.bin/fetch/fetch.c
1192
if (sigint)
usr.bin/fetch/fetch.c
183
sigint = 1;
usr.bin/fetch/fetch.c
527
if (sigalrm || sigint)
usr.bin/fetch/fetch.c
582
if (sigalrm || sigint)
usr.bin/fetch/fetch.c
597
if (sigint)
usr.bin/fetch/fetch.c
715
if (sigint)
usr.bin/fetch/fetch.c
751
sigalrm = siginfo = sigint = 0;
usr.bin/fetch/fetch.c
756
while (!sigint) {
usr.bin/fetch/fetch.c
771
if (ferror(f) && errno == EINTR && !sigint)
usr.bin/fetch/fetch.c
780
if (ferror(of) && errno == EINTR && !sigint)
usr.bin/fetch/fetch.c
816
if (sigint) {
usr.bin/fetch/fetch.c
92
static int sigint; /* SIGINT received */
usr.bin/login/login.c
876
newint.sa_handler = sigint;
usr.bin/login/login.c
89
static void sigint(int);
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
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/edit.c
118
(void)signal(SIGINT, sigint);
usr.bin/mail/edit.c
79
sig_t sigint;
usr.bin/mail/edit.c
97
sigint = signal(SIGINT, SIG_IGN);
usr.bin/sdiff/edit.c
41
sig_t sighup, sigint, sigquit, sigchld;
usr.bin/sdiff/edit.c
53
sigint = signal(SIGINT, SIG_IGN);
usr.bin/sdiff/edit.c
73
(void)signal(SIGINT, sigint);
usr.sbin/bluetooth/hcsecd/hcsecd.c
107
sa.sa_handler = sigint;
usr.sbin/bluetooth/hcsecd/hcsecd.c
61
static void sigint