mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
28 lines
2.3 KiB
HTML
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 (&fds);</span>
|
|
<span class='curline'><a href='../S/lib--tty--win.c.html#L95'>fds</a> 95 lib/tty/win.c FD_SET (0, &fds);</span>
|
|
<span class='curline'><a href='../S/lib--tty--win.c.html#L98'>fds</a> 98 lib/tty/win.c return select (1, &fds, 0, 0, &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->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 (&fds);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L637'>fds</a> 637 lib/utilunix.c FD_SET (p->out.fd, &fds);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L643'>fds</a> 643 lib/utilunix.c FD_SET (p->err.fd, &fds);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L648'>fds</a> 648 lib/utilunix.c res = select (maxfd + 1, &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 (&p->out, &fds);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L664'>fds</a> 664 lib/utilunix.c mc_pread_stream (&p->err, &fds);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|