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

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-&gt;out.fd;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L644'>maxfd</a> 644 lib/utilunix.c maxfd = MAX (maxfd, p-&gt;err.fd);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L648'>maxfd</a> 648 lib/utilunix.c res = select (maxfd + 1, &amp;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, &amp;set, 0, 0, &amp;time_out);</span>
</pre>
</body>
</html>