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

28 lines
2.3 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>fds</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--tty--win.c.html#L91'>fds</a> 91 lib/tty/win.c fd_set fds;</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L94'>fds</a> 94 lib/tty/win.c FD_ZERO (&amp;fds);</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L95'>fds</a> 95 lib/tty/win.c FD_SET (0, &amp;fds);</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L98'>fds</a> 98 lib/tty/win.c return select (1, &amp;fds, 0, 0, &amp;tv);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L220'>fds</a> 220 lib/utilunix.c mc_pread_stream (mc_pipe_stream_t *ps, const fd_set *fds)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L225'>fds</a> 225 lib/utilunix.c if (!FD_ISSET (ps-&gt;fd, fds))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L617'>fds</a> 617 lib/utilunix.c fd_set fds;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L634'>fds</a> 634 lib/utilunix.c FD_ZERO (&amp;fds);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L637'>fds</a> 637 lib/utilunix.c FD_SET (p-&gt;out.fd, &amp;fds);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L643'>fds</a> 643 lib/utilunix.c FD_SET (p-&gt;err.fd, &amp;fds);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L648'>fds</a> 648 lib/utilunix.c res = select (maxfd + 1, &amp;fds, NULL, NULL, NULL);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L659'>fds</a> 659 lib/utilunix.c mc_pread_stream (&amp;p-&gt;out, &amp;fds);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L664'>fds</a> 664 lib/utilunix.c mc_pread_stream (&amp;p-&gt;err, &amp;fds);</span>
</pre>
</body>
</html>