lstat 228 lib/lock.c if (lstat (lockfname, &statbuf) == 0) lstat 299 lib/lock.c if (lstat (lockfname, &statbuf) == -1) lstat 1530 lib/vfs/direntry.c vclass->lstat = vfs_s_lstat; lstat 574 lib/vfs/interface.c result = path_element->class->lstat ? path_element->class->lstat (vpath, buf) : -1; lstat 830 lib/vfs/interface.c if (tmpdir != NULL && lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && lstat 853 lib/vfs/interface.c if (errno == EEXIST && lstat (buffer, &st) == 0) lstat 172 lib/vfs/vfs.h int (*lstat) (const vfs_path_t * vpath, struct stat * buf); lstat 845 src/filemanager/mountlist.c if (lstat (name, &statbuf) >= 0 && S_ISDIR (statbuf.st_mode)) lstat 1720 src/vfs/extfs/extfs.c vfs_extfs_ops->lstat = extfs_lstat; lstat 1752 src/vfs/fish/fish.c vfs_fish_ops->lstat = fish_lstat; lstat 2764 src/vfs/ftpfs/ftpfs.c vfs_ftpfs_ops->lstat = ftpfs_lstat; lstat 165 src/vfs/local/local.c return lstat (path_element->path, buf); lstat 475 src/vfs/local/local.c vfs_local_ops->lstat = local_lstat; lstat 324 src/vfs/sfs/sfs.c return lstat (sfs_redirect (vpath), buf); lstat 585 src/vfs/sfs/sfs.c vfs_sfs_ops->lstat = sfs_lstat; lstat 838 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->lstat = sftpfs_cb_lstat; lstat 836 src/vfs/undelfs/undelfs.c vfs_undelfs_ops->lstat = undelfs_lstat;