SIGQUIT 179 lib/utilunix.c my_sigaction (SIGQUIT, &ignore, &sigactions->quit); SIGQUIT 192 lib/utilunix.c my_sigaction (SIGQUIT, &sigactions->quit, NULL); SIGQUIT 490 lib/utilunix.c my_signal (SIGQUIT, SIG_DFL); SIGQUIT 256 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 1)), SIGQUIT); \ SIGQUIT 259 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 4)), SIGQUIT); \ SIGQUIT 297 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 1)), SIGQUIT); \