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

24 lines
2.0 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>stat_result</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/src--filemanager--file.c.html#L376'>stat_result</a> 376 src/filemanager/file.c int stat_result;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L379'>stat_result</a> 379 src/filemanager/file.c stat_result = mc_stat (lnk-&gt;src_vpath, &amp;link_stat);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L381'>stat_result</a> 381 src/filemanager/file.c if (stat_result == 0 &amp;&amp; link_stat.st_ino == ino &amp;&amp; link_stat.st_dev == dev)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L808'>stat_result</a> 808 src/vfs/cpio/cpio.c int stat_result;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L810'>stat_result</a> 810 src/vfs/cpio/cpio.c stat_result = mc_stat (vpath, &amp;sb);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L811'>stat_result</a> 811 src/vfs/cpio/cpio.c return (stat_result == 0 ? &amp;sb : NULL);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1038'>stat_result</a> 1038 src/vfs/tar/tar.c int stat_result;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1040'>stat_result</a> 1040 src/vfs/tar/tar.c stat_result = mc_stat (vpath, &amp;stat_buf);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1042'>stat_result</a> 1042 src/vfs/tar/tar.c return (stat_result != 0) ? NULL : &amp;stat_buf;</span>
</pre>
</body>
</html>