SIGQUIT           181 lib/utilunix.c     sigaction (SIGQUIT, &ignore, &sigactions->quit);
SIGQUIT           194 lib/utilunix.c     sigaction (SIGQUIT, &sigactions->quit, NULL);
SIGQUIT           442 lib/utilunix.c             signal (SIGQUIT, SIG_DFL);
SIGQUIT           251 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 1)), SIGQUIT); \
SIGQUIT           254 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(sigaction_signum__captured, 4)), SIGQUIT); \
SIGQUIT           288 tests/lib/utilunix__my_system-common.c     ck_assert_int_eq (*((int *) g_ptr_array_index(signal_signum__captured, 1)), SIGQUIT); \