Searched refs:quitact (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/lib/libc/stdlib/ |
| HD | system.c | 63 struct sigaction ign, intact, quitact; in __libc_system() local 100 (void)__libc_sigaction(SIGQUIT, &ign, &quitact); in __libc_system() 106 (void)__libc_sigaction(SIGQUIT, &quitact, NULL); in __libc_system()
|
| /freebsd-13-stable/sbin/devd/ |
| HD | devd.cc | 228 struct sigaction ign, intact, quitact; in my_system() local 242 ::sigaction(SIGQUIT, &ign, &quitact); in my_system() 254 ::sigaction(SIGQUIT, &quitact, NULL); in my_system() 272 ::sigaction(SIGQUIT, &quitact, NULL); in my_system()
|