Files
source/Y/tmp_handler.html

22 lines
2.0 KiB
HTML
Raw Permalink Normal View History

2026-02-01 17:32:02 +00:00
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>tmp_handler</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L134'>tmp_handler</a> 134 tests/lib/utilunix__my_system-common.c sighandler_t *tmp_handler;</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L144'>tmp_handler</a> 144 tests/lib/utilunix__my_system-common.c tmp_handler = g_new (sighandler_t, 1);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L145'>tmp_handler</a> 145 tests/lib/utilunix__my_system-common.c memcpy (tmp_handler, handler, sizeof (*tmp_handler));</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L148'>tmp_handler</a> 148 tests/lib/utilunix__my_system-common.c tmp_handler = (void *) SIG_DFL;</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L149'>tmp_handler</a> 149 tests/lib/utilunix__my_system-common.c g_ptr_array_add (signal_handler__captured, tmp_handler);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L287'>tmp_handler</a> 287 tests/lib/utilunix__my_system-common.c sighandler_t *tmp_handler = \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L289'>tmp_handler</a> 289 tests/lib/utilunix__my_system-common.c mctest_assert_ptr_eq (tmp_handler, (sighandler_t *) SIG_DFL); \</span>
</pre>
</body>
</html>