lstat             228 lib/lock.c         if (lstat (lockfname, &statbuf) == 0)
lstat             298 lib/lock.c             if (lstat (lockfname, &statbuf) != -1)
lstat            1528 lib/vfs/direntry.c     vclass->lstat = vfs_s_lstat;
lstat             555 lib/vfs/interface.c MC_STATOP (lstat)
lstat             782 lib/vfs/interface.c     if (tmpdir != NULL && lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) &&
lstat             805 lib/vfs/interface.c         if (errno == EEXIST && lstat (buffer, &st) == 0)
lstat             167 lib/vfs/vfs.h      int (*lstat) (const vfs_path_t * vpath, struct stat * buf);
lstat             848 src/filemanager/mountlist.c                 if (lstat (name, &statbuf) >= 0 && S_ISDIR (statbuf.st_mode))
lstat            1730 src/vfs/extfs/extfs.c     vfs_extfs_ops->lstat = extfs_lstat;
lstat            2760 src/vfs/ftpfs/ftpfs.c     vfs_ftpfs_ops->lstat = ftpfs_lstat;
lstat             161 src/vfs/local/local.c     return lstat (path, buf);
lstat             497 src/vfs/local/local.c     vfs_local_ops->lstat = local_lstat;
lstat             327 src/vfs/sfs/sfs.c     return lstat (sfs_redirect (vpath), buf);
lstat             588 src/vfs/sfs/sfs.c     vfs_sfs_ops->lstat = sfs_lstat;
lstat             837 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->lstat = sftpfs_cb_lstat;
lstat            1772 src/vfs/shell/shell.c     vfs_shell_ops->lstat = shell_lstat;
lstat             834 src/vfs/undelfs/undelfs.c     vfs_undelfs_ops->lstat = undelfs_lstat;