SIGINT            156 lib/tty/tty.c      my_sigaction (SIGINT, &act, NULL);
SIGINT            169 lib/tty/tty.c      my_sigaction (SIGINT, &act, NULL);
SIGINT            183 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            489 lib/utilunix.c         my_signal (SIGINT, SIG_DFL);
SIGINT            255 tests/lib/utilunix__my_system-common.c         ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 0)), SIGINT);   \
SIGINT            258 tests/lib/utilunix__my_system-common.c         ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 3)), SIGINT);   \
SIGINT            296 tests/lib/utilunix__my_system-common.c         ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 0)), SIGINT);      \