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

/freebsd-12-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-12-stable/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-12-stable/usr.bin/mail/
H A Dtty.c65 sig_t saveint; local
94 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL)
109 saveint = signal(SIGINT, ttyint);
161 (void)signal(SIGINT, saveint);
H A Dcollect.c62 static sig_t saveint; /* Previous SIGINT value */ variable
93 if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN)
484 (void)signal(SIGINT, saveint);
/freebsd-12-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 181 milliseconds