SIGINT            150 lib/tty/tty.c      my_sigaction (SIGINT, &act, NULL);
SIGINT            163 lib/tty/tty.c      my_sigaction (SIGINT, &act, NULL);
SIGINT            177 lib/tty/tty.c      my_sigaction (SIGINT, &act, NULL);
SIGINT            178 lib/utilunix.c     my_sigaction (SIGINT, &ignore, &sigactions->intr);
SIGINT            191 lib/utilunix.c     my_sigaction (SIGINT, &sigactions->intr, NULL);
SIGINT            488 lib/utilunix.c             my_signal (SIGINT, SIG_DFL);
SIGINT            249 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 0)), SIGINT); \
SIGINT            252 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 3)), SIGINT); \
SIGINT            286 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 0)), SIGINT); \