sighandler_t      131 lib/util.h     typedef void (*sighandler_t) (int);
sighandler_t      209 lib/util.h     MC_MOCKABLE sighandler_t my_signal (int signum, sighandler_t handler);
sighandler_t      356 lib/utilunix.c sighandler_t
sighandler_t      357 lib/utilunix.c my_signal (int signum, sighandler_t handler)
sighandler_t      127 tests/lib/utilunix__my_system-common.c static sighandler_t signal__return_value = NULL;
sighandler_t      130 tests/lib/utilunix__my_system-common.c sighandler_t
sighandler_t      131 tests/lib/utilunix__my_system-common.c my_signal (int signum, sighandler_t handler)
sighandler_t      134 tests/lib/utilunix__my_system-common.c     sighandler_t *tmp_handler;
sighandler_t      144 tests/lib/utilunix__my_system-common.c         tmp_handler = g_new (sighandler_t, 1);
sighandler_t      279 tests/lib/utilunix__my_system-common.c     sighandler_t *tmp_handler = (sighandler_t *) g_ptr_array_index(signal_handler__captured, _idx);\
sighandler_t      280 tests/lib/utilunix__my_system-common.c     mctest_assert_ptr_eq (tmp_handler, (sighandler_t *) SIG_DFL); \