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

22 lines
1.6 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>mc_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--vfs.h.html#L324'>mc_fstat</a> 324 lib/vfs/vfs.h int mc_fstat (int fd, struct stat *buf);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L319'>mc_fstat</a> 319 src/editor/edit.c if (mc_fstat (file, st) &lt; 0)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2574'>mc_fstat</a> 2574 src/filemanager/file.c while (mc_fstat (src_desc, &amp;src_stat) != 0)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2639'>mc_fstat</a> 2639 src/filemanager/file.c while (mc_fstat (dest_desc, &amp;dst_stat) != 0)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L129'>mc_fstat</a> 129 src/viewer/datasource.c if (mc_fstat (view-&gt;ds_file_fd, &amp;st) != -1)</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L349'>mc_fstat</a> 349 src/viewer/mcviewer.c if (mc_fstat (fd, &amp;st) == -1)</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L408'>mc_fstat</a> 408 src/viewer/mcviewer.c mc_fstat (fd, &amp;st);</span>
</pre>
</body>
</html>