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

29 lines
2.8 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_buf</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--util.c.html#L1183'>stat_buf</a> 1183 lib/util.c struct stat stat_buf;</span>
<span class='curline'><a href='../S/lib--util.c.html#L1198'>stat_buf</a> 1198 lib/util.c if (stat (file_name, &amp;stat_buf) == 0)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1199'>stat_buf</a> 1199 lib/util.c chmod (backup_path, stat_buf.st_mode);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1447'>stat_buf</a> 1447 src/filemanager/hotlist.c struct stat stat_buf;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1451'>stat_buf</a> 1451 src/filemanager/hotlist.c stat (hotlist_file_name, &amp;stat_buf);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1452'>stat_buf</a> 1452 src/filemanager/hotlist.c if (hotlist_file_mtime &lt; stat_buf.st_mtime)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1509'>stat_buf</a> 1509 src/filemanager/hotlist.c stat (hotlist_file_name, &amp;stat_buf);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1510'>stat_buf</a> 1510 src/filemanager/hotlist.c hotlist_file_mtime = stat_buf.st_mtime;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1665'>stat_buf</a> 1665 src/filemanager/hotlist.c struct stat stat_buf;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1678'>stat_buf</a> 1678 src/filemanager/hotlist.c stat (hotlist_file_name, &amp;stat_buf);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1679'>stat_buf</a> 1679 src/filemanager/hotlist.c hotlist_file_mtime = stat_buf.st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1037'>stat_buf</a> 1037 src/vfs/tar/tar.c static struct stat stat_buf;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1040'>stat_buf</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_buf</a> 1042 src/vfs/tar/tar.c return (stat_result != 0) ? NULL : &amp;stat_buf;</span>
</pre>
</body>
</html>