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

32 lines
3.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>fstat</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--vfs--direntry.c.html#L1518'>fstat</a> 1518 lib/vfs/direntry.c vclass-&gt;fstat = vfs_s_fstat;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L309'>fstat</a> 309 lib/vfs/interface.c MC_HANDLEOP (int, fstat, (int handle, struct stat *buf), (fsinfo, buf))</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L173'>fstat</a> 173 lib/vfs/vfs.h int (*fstat) (void *vfs_info, struct stat *buf);</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L202'>fstat</a> 202 src/consaver/cons.saver.c if (fstat (console_fd, &amp;st) &lt; 0 || !S_ISCHR (st.st_mode))</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L220'>fstat</a> 220 src/consaver/cons.saver.c if (fstat (vcsa_fd, &amp;st) &lt; 0 || !S_ISCHR (st.st_mode))</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L253'>fstat</a> 253 src/consaver/cons.saver.c if (seteuid (euid) &lt; 0 || lseek (vcsa_fd, 0, 0) != 0 || fstat (console_fd, &amp;st) &lt; 0</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L255'>fstat</a> 255 src/consaver/cons.saver.c || fstat (console_fd, &amp;st) &lt; 0 || st.st_uid != uid)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L261'>fstat</a> 261 src/consaver/cons.saver.c if (seteuid (euid) &gt;= 0 &amp;&amp; lseek (vcsa_fd, 0, 0) == 0 &amp;&amp; fstat (console_fd, &amp;st) &gt;= 0</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1730'>fstat</a> 1730 src/vfs/extfs/extfs.c vfs_extfs_ops-&gt;fstat = extfs_fstat;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1940'>fstat</a> 1940 src/vfs/ftpfs/ftpfs.c if (fstat (h, &amp;s) == -1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2756'>fstat</a> 2756 src/vfs/ftpfs/ftpfs.c vfs_ftpfs_ops-&gt;fstat = ftpfs_fstat;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L464'>fstat</a> 464 src/vfs/local/local.c return fstat (fd, buf);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L506'>fstat</a> 506 src/vfs/local/local.c vfs_local_ops-&gt;fstat = local_fstat;</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L583'>fstat</a> 583 src/vfs/sfs/sfs.c vfs_sfs_ops-&gt;fstat = local_fstat;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L832'>fstat</a> 832 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops-&gt;fstat = sftpfs_cb_fstat;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L979'>fstat</a> 979 src/vfs/shell/shell.c if (fstat (h, &amp;s) &lt; 0)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1710'>fstat</a> 1710 src/vfs/shell/shell.c vfs_shell_ops-&gt;fstat = shell_fstat;</span>
</pre>
</body>
</html>