sighandler_t 33 tests/lib/utilunix__my_system-common.c typedef void (*sighandler_t) (int); sighandler_t 131 tests/lib/utilunix__my_system-common.c static sighandler_t signal__return_value = NULL; sighandler_t 134 tests/lib/utilunix__my_system-common.c sighandler_t sighandler_t 135 tests/lib/utilunix__my_system-common.c signal (int signum, sighandler_t handler) sighandler_t 138 tests/lib/utilunix__my_system-common.c sighandler_t *tmp_handler; sighandler_t 148 tests/lib/utilunix__my_system-common.c tmp_handler = g_new (sighandler_t, 1); sighandler_t 286 tests/lib/utilunix__my_system-common.c sighandler_t *tmp_handler = (sighandler_t *) g_ptr_array_index(signal_handler__captured, _idx);\ sighandler_t 287 tests/lib/utilunix__my_system-common.c mctest_assert_ptr_eq (tmp_handler, (sighandler_t *) SIG_DFL); \