SIGINT 144 lib/tty/tty.c sigaction (SIGINT, &act, NULL); SIGINT 157 lib/tty/tty.c sigaction (SIGINT, &act, NULL); SIGINT 171 lib/tty/tty.c sigaction (SIGINT, &act, NULL); SIGINT 178 lib/utilunix.c sigaction (SIGINT, &ignore, &sigactions->intr); SIGINT 191 lib/utilunix.c sigaction (SIGINT, &sigactions->intr, NULL); SIGINT 439 lib/utilunix.c signal (SIGINT, SIG_DFL); SIGINT 256 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 0)), SIGINT); \ SIGINT 259 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 3)), SIGINT); \ SIGINT 293 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 0)), SIGINT); \