Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/lib/libc/gen/
H A Dreadpassphrase.c52 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local
121 (void)__libc_sigaction(SIGTERM, &sa, &saveterm); in readpassphrase()
159 (void)__libc_sigaction(SIGTERM, &saveterm, NULL); in readpassphrase()
/freebsd-12.1/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c174 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local
238 (void)sigaction(SIGTERM, &sa, &saveterm); in readpassphrase()
284 (void)sigaction(SIGTERM, &saveterm, NULL); in readpassphrase()
/freebsd-12.1/contrib/ee/
H A Dnew_curse.h231 extern void saveterm P_((void));
H A Dnew_curse.c2749 saveterm() in saveterm() function
/freebsd-12.1/contrib/ncurses/include/
H A Dcurses.h.in1125 #define saveterm() def_prog_mode() macro