mc_lstat 140 lib/util.c if (mc_lstat (vpath, &mybuf) < 0) mc_lstat 327 lib/vfs/vfs.h MC_MOCKABLE 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 518 src/filemanager/file.c dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode); mc_lstat 709 src/filemanager/file.c mc_stat_fn stat_func = follow_symlinks ? mc_stat : mc_lstat; mc_lstat 1238 src/filemanager/file.c while (mc_lstat (src_vpath, &src_stat) != 0) mc_lstat 1254 src/filemanager/file.c if (mc_lstat (dst_vpath, &dst_stat) == 0) mc_lstat 1398 src/filemanager/file.c if (tctx->progress_count != 0 && mc_lstat (vpath, &buf) != 0) mc_lstat 1463 src/filemanager/file.c if (mc_lstat (tmp_vpath, &buf) != 0) mc_lstat 1812 src/filemanager/file.c ok = mc_lstat (source_vpath, src_stat) == 0; mc_lstat 2239 src/filemanager/file.c if (mc_lstat (vpath, st) != 0) mc_lstat 3435 src/filemanager/file.c follow_symlinks ? mc_stat : mc_lstat); mc_lstat 1408 src/filemanager/filegui.c ctx->stat_func = ctx->follow_links ? mc_stat : mc_lstat; mc_lstat 78 src/filemanager/fileopctx.c ctx->stat_func = mc_lstat; mc_lstat 1403 src/filemanager/find.c stat_res = mc_lstat (tmp_vpath, &tmp_stat); mc_lstat 4225 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))