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

30 lines
3.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>lstat</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--lock.c.html#L228'>lstat</a> 228 lib/lock.c if (lstat (lockfname, &amp;statbuf) == 0)</span>
<span class='curline'><a href='../S/lib--lock.c.html#L296'>lstat</a> 296 lib/lock.c if (lstat (lockfname, &amp;statbuf) != -1)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1517'>lstat</a> 1517 lib/vfs/direntry.c vclass-&gt;lstat = vfs_s_lstat;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L538'>lstat</a> 538 lib/vfs/interface.c MC_STATOP (lstat)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L767'>lstat</a> 767 lib/vfs/interface.c if (lstat (tmpdir, &amp;st) == 0 &amp;&amp; S_ISDIR (st.st_mode) &amp;&amp; st.st_uid == getuid ()</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L172'>lstat</a> 172 lib/vfs/vfs.h int (*lstat) (const vfs_path_t *vpath, struct stat *buf);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L818'>lstat</a> 818 src/filemanager/mountlist.c if (lstat (name, &amp;statbuf) &gt;= 0 &amp;&amp; S_ISDIR (statbuf.st_mode))</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1729'>lstat</a> 1729 src/vfs/extfs/extfs.c vfs_extfs_ops-&gt;lstat = extfs_lstat;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2755'>lstat</a> 2755 src/vfs/ftpfs/ftpfs.c vfs_ftpfs_ops-&gt;lstat = ftpfs_lstat;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L178'>lstat</a> 178 src/vfs/local/local.c return lstat (path, buf);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L505'>lstat</a> 505 src/vfs/local/local.c vfs_local_ops-&gt;lstat = local_lstat;</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L325'>lstat</a> 325 src/vfs/sfs/sfs.c return lstat (sfs_redirect (vpath), buf);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L582'>lstat</a> 582 src/vfs/sfs/sfs.c vfs_sfs_ops-&gt;lstat = sfs_lstat;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L831'>lstat</a> 831 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops-&gt;lstat = sftpfs_cb_lstat;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1709'>lstat</a> 1709 src/vfs/shell/shell.c vfs_shell_ops-&gt;lstat = shell_lstat;</span>
</pre>
</body>
</html>