Searched refs:intsave (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libc/stdlib/ |
H A D | system.c | 44 struct sigaction intsave, quitsave, sa; in system() local 73 sigaction(SIGINT, &sa, &intsave); in system() 85 sigaction(SIGINT, &intsave, NULL); in system()
|
/openbsd/usr.bin/apply/ |
H A D | apply.c | 204 sig_t intsave, quitsave; in mysystem() local 228 intsave = signal(SIGINT, SIG_IGN); in mysystem() 232 (void)signal(SIGINT, intsave); in mysystem()
|
/openbsd/sbin/newfs/ |
H A D | newfs.c | 706 sig_t intsave, quitsave; in do_exec() local 718 intsave = signal(SIGINT, SIG_IGN); in do_exec() 736 signal(SIGINT, intsave); in do_exec()
|