tmp_handler 134 tests/lib/utilunix__my_system-common.c sighandler_t *tmp_handler; tmp_handler 144 tests/lib/utilunix__my_system-common.c tmp_handler = g_new (sighandler_t, 1); tmp_handler 145 tests/lib/utilunix__my_system-common.c memcpy (tmp_handler, handler, sizeof (*tmp_handler)); tmp_handler 148 tests/lib/utilunix__my_system-common.c tmp_handler = (void *) SIG_DFL; tmp_handler 149 tests/lib/utilunix__my_system-common.c g_ptr_array_add (signal_handler__captured, tmp_handler); tmp_handler 279 tests/lib/utilunix__my_system-common.c sighandler_t *tmp_handler = (sighandler_t *) g_ptr_array_index(signal_handler__captured, _idx);\ tmp_handler 280 tests/lib/utilunix__my_system-common.c mctest_assert_ptr_eq (tmp_handler, (sighandler_t *) SIG_DFL); \