Files
source/Y/startup_handler.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

21 lines
1.5 KiB
HTML

<!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>startup_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/lib--util.h.html#L154'>startup_handler</a> 154 lib/util.h extern struct sigaction startup_handler;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L72'>startup_handler</a> 72 lib/utilunix.c struct sigaction startup_handler;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L180'>startup_handler</a> 180 lib/utilunix.c my_sigaction (SIGTSTP, &amp;startup_handler, &amp;sigactions-&gt;stop);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L329'>startup_handler</a> 329 lib/utilunix.c my_sigaction (SIGTSTP, NULL, &amp;startup_handler);</span>
<span class='curline'><a href='../S/src--execute.c.html#L163'>startup_handler</a> 163 src/execute.c my_sigaction (SIGTSTP, &amp;startup_handler, &amp;sigtstp_action);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L267'>startup_handler</a> 267 tests/lib/utilunix__my_system-common.c memcmp (_act, &amp;startup_handler, sizeof (struct sigaction)) == 0, \</span>
</pre>
</body>
</html>