Searched refs:sigint (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/bin/dd/tests/
H A Ddd2_test.sh50 atf_test_case sigint
70 atf_test_case sigint
/freebsd-current/usr.bin/mail/
H A Dedit.c79 sig_t sigint; local
97 sigint = signal(SIGINT, SIG_IGN);
118 (void)signal(SIGINT, sigint);
H A Dcollect.c536 sig_t sigint = signal(SIGINT, SIG_IGN); local
544 (void)signal(SIGINT, sigint);
558 sig_t sigint = signal(SIGINT, SIG_IGN); local
592 (void)signal(SIGINT, sigint);
H A Dcmd3.c48 sig_t sigint = signal(SIGINT, SIG_IGN); local
59 (void)signal(SIGINT, sigint);
71 sig_t sigint = signal(SIGINT, SIG_IGN); local
77 (void)signal(SIGINT, sigint);
/freebsd-current/usr.bin/sdiff/
H A Dedit.c41 sig_t sighup, sigint, sigquit, sigchld; local
53 sigint = signal(SIGINT, SIG_IGN);
73 (void)signal(SIGINT, sigint);
/freebsd-current/usr.bin/fetch/
H A Dfetch.c92 static int sigint; /* SIGINT received */ variable
183 sigint = 1;
527 if (sigalrm || sigint)
582 if (sigalrm || sigint)
596 if (sigint)
714 if (sigint)
750 sigalrm = siginfo = sigint = 0;
755 while (!sigint) {
770 if (ferror(f) && errno == EINTR && !sigint)
779 if (ferror(of) && errno == EINTR && !sigint)
[all...]
/freebsd-current/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c61 static void sigint
107 sa.sa_handler = sigint;
429 sigint(int s) function
/freebsd-current/usr.bin/login/
H A Dlogin.c89 static void sigint(int);
858 sigint(int signo __unused) function
876 newint.sa_handler = sigint;
/freebsd-current/usr.bin/chat/
H A Dchat.c149 SIGTYPE sigint(int signo);
453 SIGTYPE sigint(int signo __unused) function
470 signal(SIGINT, sigint);
/freebsd-current/contrib/bc/src/
H A Dvm.c267 const char* const sigint = BC_DEFAULT_SIGINT_RESET ? "to reset" : local
279 BC_BUILD_TYPE, banner, sigint, tty, prompt, expr,
287 const char* const sigint = DC_DEFAULT_SIGINT_RESET ? "to reset" : local
299 BC_BUILD_TYPE, sigint, tty, prompt, expr, clamp);
/freebsd-current/contrib/tcsh/
H A Dsh.exec.c531 struct sigaction sigint, sigquit, sigterm; member in struct:execash_state
540 sigaction(SIGINT, &state->sigint, NULL);
575 sigaction(SIGINT, &parintr, &state.sigint);

Completed in 117 milliseconds