SIGINT            149 lib/tty/tty.c      sigaction (SIGINT, &act, NULL);
SIGINT            162 lib/tty/tty.c      sigaction (SIGINT, &act, NULL);
SIGINT            176 lib/tty/tty.c      sigaction (SIGINT, &act, NULL);
SIGINT            180 lib/utilunix.c     sigaction (SIGINT, &ignore, &sigactions->intr);
SIGINT            193 lib/utilunix.c     sigaction (SIGINT, &sigactions->intr, NULL);
SIGINT            441 lib/utilunix.c             signal (SIGINT, SIG_DFL);
SIGINT            250 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 0)), SIGINT); \
SIGINT            253 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 3)), SIGINT); \
SIGINT            287 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 0)), SIGINT); \