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