Searched refs:sigint (Results 1 – 13 of 13) sorted by relevance
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 92 static int sigint; /* SIGINT received */ variable 183 sigint = 1; in sig_handler() 527 if (sigalrm || sigint) in fetch() 582 if (sigalrm || sigint) in fetch() 597 if (sigint) in fetch() 715 if (sigint) in fetch() 751 sigalrm = siginfo = sigint = 0; in fetch() 756 while (!sigint) { in fetch() 771 if (ferror(f) && errno == EINTR && !sigint) in fetch() 780 if (ferror(of) && errno == EINTR && !sigint) in fetch() [all …]
|
/freebsd/usr.bin/sdiff/ |
H A D | edit.c | 41 sig_t sighup, sigint, sigquit, sigchld; in editit() local 53 sigint = signal(SIGINT, SIG_IGN); in editit() 73 (void)signal(SIGINT, sigint); in editit()
|
/freebsd/usr.bin/mail/ |
H A D | edit.c | 79 sig_t sigint; in edit1() local 97 sigint = signal(SIGINT, SIG_IGN); in edit1() 118 (void)signal(SIGINT, sigint); in edit1()
|
H A D | collect.c | 536 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() local 544 (void)signal(SIGINT, sigint); in mesedit() 558 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() local 592 (void)signal(SIGINT, sigint); in mespipe()
|
H A D | cmd3.c | 48 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() local 59 (void)signal(SIGINT, sigint); in shell() 71 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh() local 77 (void)signal(SIGINT, sigint); in dosh()
|
/freebsd/bin/dd/tests/ |
H A D | dd2_test.sh | 50 atf_test_case sigint 70 atf_test_case sigint
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | hcsecd.c | 61 static void sigint 107 sa.sa_handler = sigint; in main() 429 sigint(int s) in sigint() function
|
/freebsd/usr.bin/login/ |
H A D | login.c | 89 static void sigint(int); 858 sigint(int signo __unused) in sigint() function 876 newint.sa_handler = sigint; in motd()
|
/freebsd/contrib/bc/src/ |
H A D | vm.c | 270 const char* const sigint = BC_DEFAULT_SIGINT_RESET ? "to reset" : local 282 BC_BUILD_TYPE, banner, sigint, tty, prompt, expr, 290 const char* const sigint = DC_DEFAULT_SIGINT_RESET ? "to reset" : local 302 BC_BUILD_TYPE, sigint, tty, prompt, expr, clamp);
|
/freebsd/usr.bin/chat/ |
H A D | chat.c | 149 SIGTYPE sigint(int signo); 453 SIGTYPE sigint(int signo __unused) in sigint() function 470 signal(SIGINT, sigint); in init()
|
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 531 struct sigaction sigint, sigquit, sigterm; member 540 sigaction(SIGINT, &state->sigint, NULL); in execash_cleanup() 575 sigaction(SIGINT, &parintr, &state.sigint); in execash()
|
H A D | Fixes | 396 42. sigint.patch: Block SIGINT while waiting on children.
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 2009 AcpiExec: Restored a force-exit on multiple control-c (sigint)
|