Searched refs:saveint (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c60 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
120 (void)sigaction(SIGINT, &sa, &saveint);
162 (void)sigaction(SIGINT, &saveint, NULL);
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c66 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
124 (void)sigaction(SIGINT, &sa, &saveint);
166 (void)sigaction(SIGINT, &saveint, NULL);
/freebsd-current/lib/libc/gen/
H A Dreadpassphrase.c49 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
115 (void)__libc_sigaction(SIGINT, &sa, &saveint);
153 (void)__libc_sigaction(SIGINT, &saveint, NULL);
/freebsd-current/usr.bin/mail/
H A Dtty.c57 volatile sig_t saveint; local
86 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL)
101 saveint = signal(SIGINT, ttyint);
155 (void)signal(SIGINT, saveint);
H A Dcollect.c54 static sig_t saveint; /* Previous SIGINT value */ variable
85 if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN)
476 (void)signal(SIGINT, saveint);
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c173 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
236 (void)sigaction(SIGINT, &sa, &saveint);
284 (void)sigaction(SIGINT, &saveint, NULL);

Completed in 76 milliseconds