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

/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c52 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
118 (void)__libc_sigaction(SIGINT, &sa, &saveint);
156 (void)__libc_sigaction(SIGINT, &saveint, NULL);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c68 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
128 (void)sigaction(SIGINT, &sa, &saveint);
170 (void)sigaction(SIGINT, &saveint, NULL);
/freebsd-11-stable/usr.bin/mail/
H A Dtty.c63 sig_t saveint; local
92 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL)
107 saveint = signal(SIGINT, ttyint);
159 (void)signal(SIGINT, saveint);
H A Dcollect.c60 static sig_t saveint; /* Previous SIGINT value */ variable
91 if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN)
482 (void)signal(SIGINT, saveint);
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c174 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
235 (void)sigaction(SIGINT, &sa, &saveint);
281 (void)sigaction(SIGINT, &saveint, NULL);

Completed in 127 milliseconds