mc_lstat          140 lib/util.c             if (mc_lstat (vpath, &mybuf) < 0)
mc_lstat          320 lib/vfs/vfs.h  int mc_lstat (const vfs_path_t * vpath, struct stat *buf);
mc_lstat          166 src/filemanager/dir.c     if (mc_lstat (vpath, buf1) == -1)
mc_lstat          604 src/filemanager/dir.c     if (mc_lstat (vpath, buf1) == -1)
mc_lstat          526 src/filemanager/file.c     dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode);
mc_lstat          717 src/filemanager/file.c     mc_stat_fn stat_func = follow_symlinks ? mc_stat : mc_lstat;
mc_lstat         1260 src/filemanager/file.c     while (mc_lstat (src_vpath, &src_stat) != 0)
mc_lstat         1276 src/filemanager/file.c     if (mc_lstat (dst_vpath, &dst_stat) == 0)
mc_lstat         1420 src/filemanager/file.c     if (tctx->progress_count != 0 && mc_lstat (vpath, &buf) != 0)
mc_lstat         1483 src/filemanager/file.c         if (mc_lstat (tmp_vpath, &buf) != 0)
mc_lstat         1827 src/filemanager/file.c         ok = mc_lstat (source_vpath, src_stat) == 0;
mc_lstat         2241 src/filemanager/file.c         if (mc_lstat (vpath, st) != 0)
mc_lstat         3416 src/filemanager/file.c                                 follow_symlinks ? mc_stat : mc_lstat);
mc_lstat         1412 src/filemanager/filegui.c             ctx->stat_func = ctx->follow_links ? mc_stat : mc_lstat;
mc_lstat           79 src/filemanager/fileopctx.c     ctx->stat_func = mc_lstat;
mc_lstat         1399 src/filemanager/find.c                         stat_res = mc_lstat (tmp_vpath, &tmp_stat);
mc_lstat         4148 src/filemanager/panel.c         if (mc_lstat (vpath, &list->list[i].st) != 0)
mc_lstat          928 src/filemanager/treestore.c                 if (mc_lstat (tmp_vpath, &buf) != -1 && S_ISDIR (buf.st_mode))