mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
32 lines
3.5 KiB
HTML
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->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, &st) < 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, &st) < 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) < 0 || lseek (vcsa_fd, 0, 0) != 0 || fstat (console_fd, &st) < 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, &st) < 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) >= 0 && lseek (vcsa_fd, 0, 0) == 0 && fstat (console_fd, &st) >= 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->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, &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->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->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->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->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, &s) < 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->fstat = shell_fstat;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|