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

30 lines
2.9 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>pipefd1</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/src--cons.handler.c.html#L79'>pipefd1</a> 79 src/cons.handler.c static int pipefd1[2] = { -1, -1 };</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L112'>pipefd1</a> 112 src/cons.handler.c ret = write (pipefd1[1], &amp;message, 1);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L119'>pipefd1</a> 119 src/cons.handler.c ret = write (pipefd1[1], &amp;begin_line, 1);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L120'>pipefd1</a> 120 src/cons.handler.c ret = write (pipefd1[1], &amp;end_line, 1);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L149'>pipefd1</a> 149 src/cons.handler.c status = close (pipefd1[1]);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L152'>pipefd1</a> 152 src/cons.handler.c if (!((pipe (pipefd1) == 0) &amp;&amp; ((pipe (pipefd2)) == 0)))</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L163'>pipefd1</a> 163 src/cons.handler.c status = close (pipefd1[1]);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L164'>pipefd1</a> 164 src/cons.handler.c status = close (pipefd1[0]);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L173'>pipefd1</a> 173 src/cons.handler.c status = close (pipefd1[0]);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L180'>pipefd1</a> 180 src/cons.handler.c status = close (pipefd1[1]);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L192'>pipefd1</a> 192 src/cons.handler.c status = close (pipefd1[1]);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L200'>pipefd1</a> 200 src/cons.handler.c if (dup2 (pipefd1[0], STDIN_FILENO) == -1)</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L202'>pipefd1</a> 202 src/cons.handler.c status = close (pipefd1[0]);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L253'>pipefd1</a> 253 src/cons.handler.c status = write (pipefd1[1], &amp;act, 1);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L264'>pipefd1</a> 264 src/cons.handler.c close (pipefd1[1]);</span>
</pre>
</body>
</html>