Home
last modified time | relevance | path

Searched refs:saveterm (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c60 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local
123 (void)sigaction(SIGTERM, &sa, &saveterm); in readpassphrase()
165 (void)sigaction(SIGTERM, &saveterm, NULL); in readpassphrase()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c66 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local
127 (void)sigaction(SIGTERM, &sa, &saveterm); in readpassphrase()
169 (void)sigaction(SIGTERM, &saveterm, NULL); in readpassphrase()
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c49 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local
118 (void)__libc_sigaction(SIGTERM, &sa, &saveterm); in readpassphrase()
156 (void)__libc_sigaction(SIGTERM, &saveterm, NULL); in readpassphrase()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c173 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local
239 (void)sigaction(SIGTERM, &sa, &saveterm); in readpassphrase()
287 (void)sigaction(SIGTERM, &saveterm, NULL); in readpassphrase()
/freebsd/contrib/ee/
H A Dnew_curse.h231 extern void saveterm P_((void));
H A Dnew_curse.c2749 saveterm() in saveterm() function
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1129 #define saveterm() def_prog_mode() macro