SIGINT           1570 dmtcp_coordinator.cpp   if (signum == SIGINT) {
SIGINT           1586 dmtcp_coordinator.cpp   sigaction(SIGINT, &action, NULL);
SIGINT             50 glibcsystem.cpp   if (sigaction (SIGINT, &sa, &intr) < 0) {
SIGINT             68 glibcsystem.cpp       (void) sigaction (SIGINT, &intr, (struct sigaction *) NULL);
SIGINT             86 glibcsystem.cpp     (void) sigaction (SIGINT, &intr, (struct sigaction *) NULL);
SIGINT            109 glibcsystem.cpp   if (((sigaction (SIGINT, &intr, (struct sigaction *) NULL)
SIGINT            146 plugin/ipc/ssh/util_ssh.cpp   if (signal(SIGINT, SIG_IGN) != SIG_IGN)
SIGINT            147 plugin/ipc/ssh/util_ssh.cpp     signal(SIGINT, signal_handler);