SIGQUIT            53 glibcsystem.cpp   if (sigaction (SIGQUIT, &sa, &quit) < 0) {
SIGQUIT            66 glibcsystem.cpp       (void) sigaction (SIGQUIT, &quit, (struct sigaction *) NULL);
SIGQUIT            87 glibcsystem.cpp     (void) sigaction (SIGQUIT, &quit, (struct sigaction *) NULL);
SIGQUIT           110 glibcsystem.cpp         | sigaction (SIGQUIT, &quit, (struct sigaction *) NULL)) != 0)
SIGQUIT           148 plugin/ipc/ssh/util_ssh.cpp   if (signal(SIGQUIT, SIG_IGN) != SIG_IGN)
SIGQUIT           149 plugin/ipc/ssh/util_ssh.cpp     signal(SIGQUIT, signal_handler);