Home
last modified time | relevance | path

Searched refs:sigint (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.bin/fetch/
H A Dfetch.c95 static volatile int sigint; /* SIGINT received */ variable
193 sigint = 1; in sig_handler()
538 if (sigalrm || sigint) in fetch()
593 if (sigalrm || sigint) in fetch()
607 if (sigint) in fetch()
725 if (sigint) in fetch()
759 sigalrm = siginfo = sigint = 0; in fetch()
764 while (!sigint) { in fetch()
789 if (ferror(f) && errno == EINTR && !sigint) in fetch()
835 if (sigint) { in fetch()
[all …]
/dragonfly/usr.bin/mail/
H A Dedit.c78 sig_t sigint; in edit1() local
96 sigint = signal(SIGINT, SIG_IGN); in edit1()
117 signal(SIGINT, sigint); in edit1()
H A Dcollect.c538 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() local
546 signal(SIGINT, sigint); in mesedit()
560 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() local
592 signal(SIGINT, sigint); in mespipe()
H A Dcmd3.c49 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() local
60 signal(SIGINT, sigint); in shell()
72 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh() local
78 signal(SIGINT, sigint); in dosh()
/dragonfly/usr.bin/login/
H A Dlogin.c86 static void sigint(int);
840 sigint(int signo __unused) in sigint() function
858 oldint = signal(SIGINT, sigint); in motd()
/dragonfly/usr.bin/chat/
H A Dchat.c151 static SIGTYPE sigint(int signo) __dead2;
453 static SIGTYPE sigint(int signo __unused) in sigint() function
470 signal(SIGINT, sigint); in init()
/dragonfly/games/sail/
H A Dsync.c319 sig_t sighup, sigint; in Sync() local
332 sigint = signal(SIGINT, SIG_IGN); in Sync()
421 signal(SIGINT, sigint); in Sync()
/dragonfly/contrib/tcsh-6/
H A Dsh.exec.c531 struct sigaction sigint, sigquit, sigterm; member
540 sigaction(SIGINT, &state->sigint, NULL); in execash_cleanup()
575 sigaction(SIGINT, &parintr, &state.sigint); in execash()
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW787 Call dev_iter_destroy() if _process_all_devs() is interrupted by sigint.
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt1717 AcpiExec: Restored a force-exit on multiple control-c (sigint)