Searched refs:saveint (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | readpassphrase.c | 63 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 98 (void)sigaction(SIGINT, &sa, &saveint); in readpassphrase() 149 (void)sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|
/titanic_44/usr/src/cmd/mail/ |
H A D | mkdead.c | 106 setsig(SIGINT, saveint); in savdead()
|
H A D | sendmail.c | 134 saveint = setsig(SIGINT, savdead); 388 setsig(SIGINT, saveint);
|
H A D | init.c | 226 void (*saveint)(); variable
|
H A D | mail.h | 447 extern void (*saveint)(int);
|
/titanic_44/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 1490 void (*saveint)(int); in do_subproc() local 1503 saveint = sigset(SIGINT, SIG_IGN); in do_subproc() 1511 (void) sigset(SIGINT, saveint); in do_subproc()
|