mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.5 KiB
HTML
22 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>maxfd</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--utilunix.c.html#L618'>maxfd</a> 618 lib/utilunix.c int maxfd = 0;</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L638'>maxfd</a> 638 lib/utilunix.c maxfd = p->out.fd;</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L644'>maxfd</a> 644 lib/utilunix.c maxfd = MAX (maxfd, p->err.fd);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L648'>maxfd</a> 648 lib/utilunix.c res = select (maxfd + 1, &fds, NULL, NULL, NULL);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1586'>maxfd</a> 1586 lib/vfs/direntry.c int maxfd;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1589'>maxfd</a> 1589 lib/vfs/direntry.c maxfd = MAX (fd1, fd2) + 1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1595'>maxfd</a> 1595 lib/vfs/direntry.c v = select (maxfd, &set, 0, 0, &time_out);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|