st_mode 55 lib/filehighlight/get-color.c return S_ISREG (fe->st.st_mode); st_mode 61 lib/filehighlight/get-color.c return is_exe (fe->st.st_mode); st_mode 70 lib/filehighlight/get-color.c return S_ISDIR (fe->st.st_mode); st_mode 79 lib/filehighlight/get-color.c return S_ISLNK (fe->st.st_mode); st_mode 106 lib/filehighlight/get-color.c return S_ISCHR (fe->st.st_mode); st_mode 115 lib/filehighlight/get-color.c return S_ISBLK (fe->st.st_mode); st_mode 124 lib/filehighlight/get-color.c return S_ISSOCK (fe->st.st_mode); st_mode 133 lib/filehighlight/get-color.c return S_ISFIFO (fe->st.st_mode); st_mode 142 lib/filehighlight/get-color.c return S_ISDOOR (fe->st.st_mode); st_mode 65 lib/stat-size.h (S_ISREG ((statbuf).st_mode) || S_ISDIR ((statbuf).st_mode) ? \ st_mode 143 lib/util.c if (!S_ISLNK (mybuf.st_mode)) st_mode 1342 lib/util.c chmod (backup_path, stat_buf.st_mode); st_mode 141 lib/vfs/direntry.c if (!S_ISLNK (entry->ino->st.st_mode)) st_mode 432 lib/vfs/direntry.c if (!S_ISDIR (dir->st.st_mode)) st_mode 533 lib/vfs/direntry.c if (!S_ISLNK (ino->st.st_mode)) st_mode 1017 lib/vfs/direntry.c st.st_mode = mode; st_mode 1362 lib/vfs/direntry.c if (S_ISDIR (ino->st.st_mode)) st_mode 113 lib/vfs/interface.c mc_chmod (tmp_vpath, mystat.st_mode); st_mode 817 lib/vfs/interface.c if (tmpdir != NULL && lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && st_mode 818 lib/vfs/interface.c st.st_uid == getuid () && (st.st_mode & 0777) == 0700) st_mode 843 lib/vfs/interface.c if (!S_ISDIR (st.st_mode)) st_mode 847 lib/vfs/interface.c else if (((st.st_mode & 0777) != 0700) && (chmod (buffer, 0700) != 0)) st_mode 693 lib/vfs/parse_ls_vga.c if (!vfs_parse_filetype (p, &skipped, &s->st_mode)) st_mode 705 lib/vfs/parse_ls_vga.c if (S_ISDIR (s->st_mode)) st_mode 706 lib/vfs/parse_ls_vga.c s->st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IXUSR | S_IXGRP | S_IXOTH); st_mode 708 lib/vfs/parse_ls_vga.c s->st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR); st_mode 720 lib/vfs/parse_ls_vga.c s->st_mode |= perms; st_mode 741 lib/vfs/parse_ls_vga.c if (idx == 6 || (idx == 5 && !S_ISCHR (s->st_mode) && !S_ISBLK (s->st_mode))) st_mode 745 lib/vfs/parse_ls_vga.c if (idx == 3 || (idx == 4 && (S_ISCHR (s->st_mode) || S_ISBLK (s->st_mode)))) st_mode 758 lib/vfs/parse_ls_vga.c if (S_ISCHR (s->st_mode) || S_ISBLK (s->st_mode)) st_mode 827 lib/vfs/parse_ls_vga.c if (((S_ISLNK (s->st_mode) || (num_cols == idx + 3 && s->st_nlink > 1))) /* Maybe a hardlink? (in extfs) */ st_mode 242 lib/widget/input_complete.c if (!S_ISDIR (tempstat.st_mode)) st_mode 246 lib/widget/input_complete.c if ((my_uid == 0 && (tempstat.st_mode & 0111) != 0) || st_mode 247 lib/widget/input_complete.c (my_uid == tempstat.st_uid && (tempstat.st_mode & 0100) != 0) || st_mode 248 lib/widget/input_complete.c (my_gid == tempstat.st_gid && (tempstat.st_mode & 0010) != 0) || st_mode 249 lib/widget/input_complete.c (tempstat.st_mode & 0001) != 0) st_mode 187 src/consaver/cons.saver.c if (fstat (console_fd, &st) < 0 || !S_ISCHR (st.st_mode)) st_mode 228 src/consaver/cons.saver.c if (fstat (vcsa_fd, &st) < 0 || !S_ISCHR (st.st_mode)) st_mode 3540 src/diffviewer/ydiff.c is_dir0 = S_ISDIR (selection (panel0)->st.st_mode); st_mode 3551 src/diffviewer/ydiff.c is_dir1 = S_ISDIR (selection (panel1)->st.st_mode); st_mode 3571 src/diffviewer/ydiff.c is_dir0 = S_ISDIR (st.st_mode); st_mode 3588 src/diffviewer/ydiff.c is_dir1 = S_ISDIR (st.st_mode); st_mode 332 src/editor/edit.c if (!S_ISREG (st->st_mode)) st_mode 2121 src/editor/edit.c edit->stat1.st_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; st_mode 247 src/editor/editcmd.c (void) mc_chmod (savename_vpath, edit->stat1.st_mode); st_mode 249 src/editor/editcmd.c fd = mc_open (savename_vpath, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, edit->stat1.st_mode); st_mode 939 src/editor/editcmd.c if (mc_stat (exp_vpath, &sb) == 0 && !S_ISREG (sb.st_mode)) st_mode 951 src/editor/editcmd.c edit->stat1.st_mode |= S_IWUSR; st_mode 972 src/editor/editcmd.c edit->stat1.st_mode |= S_IWUSR; st_mode 971 src/filemanager/achown.c ch_cmode = sf->st_mode; st_mode 1029 src/filemanager/achown.c ch_cmode = sf_stat.st_mode; st_mode 473 src/filemanager/chmod.c sf->st_mode &= and_mask; st_mode 474 src/filemanager/chmod.c sf->st_mode |= or_mask; st_mode 476 src/filemanager/chmod.c ret = try_chmod (p, sf->st_mode); st_mode 512 src/filemanager/chmod.c ch_mode = sf->st_mode; st_mode 563 src/filemanager/chmod.c ch_mode = sf_stat.st_mode; st_mode 444 src/filemanager/chown.c chown_label (4, string_perm (sf_stat.st_mode)); st_mode 132 src/filemanager/cmd.c if (S_ISDIR (selection (panel)->st.st_mode) || link_isdir (selection (panel))) st_mode 251 src/filemanager/cmd.c if (S_ISDIR (source->st.st_mode)) st_mode 1079 src/filemanager/cmd.c if (!S_ISLNK (fe->st.st_mode)) st_mode 1231 src/filemanager/cmd.c if ((S_ISDIR (entry->st.st_mode) && DIR_IS_DOTDOT (entry->fname->str)) || panel->dirs_marked) st_mode 1244 src/filemanager/cmd.c if (S_ISDIR (entry->st.st_mode) && !DIR_IS_DOTDOT (entry->fname->str)) st_mode 1293 src/filemanager/cmd.c if (S_ISDIR (panel->dir.list[i].st.st_mode) st_mode 57 src/filemanager/dir.c (is_exe (x->st.st_mode) && !(S_ISDIR (x->st.st_mode) || link_isdir (x)) && exec_first) \ st_mode 59 src/filemanager/dir.c : ( (S_ISDIR (x->st.st_mode) || link_isdir (x)) ? 2 : 0) ) st_mode 172 src/filemanager/dir.c if (S_ISDIR (buf1->st_mode)) st_mode 184 src/filemanager/dir.c ok = ((S_ISDIR (buf1->st_mode) || *link_to_dir) && files_only) st_mode 577 src/filemanager/dir.c fentry->st.st_mode = 040755; st_mode 606 src/filemanager/dir.c if (S_ISDIR (buf1->st_mode)) st_mode 612 src/filemanager/dir.c if (S_ISLNK (buf1->st_mode)) st_mode 617 src/filemanager/dir.c *link_to_dir = S_ISDIR (buf2.st_mode) != 0; st_mode 693 src/filemanager/dir.c if (S_ISLNK (file->st.st_mode) && mc_stat (full_name_vpath, &b) == 0) st_mode 694 src/filemanager/dir.c return is_exe (b.st_mode); st_mode 936 src/filemanager/ext.c if (S_ISDIR (mystat.st_mode) st_mode 116 src/filemanager/file.c mode_t st_mode; st_mode 480 src/filemanager/file.c lnk->st_mode = 0; st_mode 514 src/filemanager/file.c dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode); st_mode 660 src/filemanager/file.c if (S_ISDIR (s.st_mode)) st_mode 716 src/filemanager/file.c if (S_ISDIR (s->st_mode) || (follow_symlinks && link_isdir (fe) && fe->f.stale_link == 0)) st_mode 769 src/filemanager/file.c else if (S_ISDIR (source_stat->st_mode) st_mode 889 src/filemanager/file.c if (S_ISDIR (ast->st_mode)) st_mode 1239 src/filemanager/file.c if (S_ISDIR (dst_stat.st_mode)) st_mode 1258 src/filemanager/file.c if (S_ISLNK (src_stat.st_mode) && ctx->stable_symlinks) st_mode 1447 src/filemanager/file.c if (S_ISDIR (buf.st_mode)) st_mode 1535 src/filemanager/file.c if (S_ISDIR (lp->st_mode)) st_mode 1639 src/filemanager/file.c if (S_ISDIR (dst_stat.st_mode)) st_mode 1864 src/filemanager/file.c cp = S_ISDIR (src_stat->st_mode) ? prompt_parts[2] : prompt_parts[0]; st_mode 1990 src/filemanager/file.c is_file = !S_ISDIR (src_stat->st_mode); st_mode 2034 src/filemanager/file.c is_file = !S_ISDIR (src_stat->st_mode); st_mode 2092 src/filemanager/file.c is_file = !S_ISDIR (src_stat->st_mode); st_mode 2117 src/filemanager/file.c is_file = !S_ISDIR (src_stat->st_mode); st_mode 2192 src/filemanager/file.c if (S_ISLNK (st->st_mode)) st_mode 2199 src/filemanager/file.c res = (S_ISDIR (st3.st_mode) != 0); st_mode 2251 src/filemanager/file.c if (S_ISDIR (dst_stat.st_mode)) st_mode 2325 src/filemanager/file.c if (S_ISLNK (src_stat.st_mode)) st_mode 2333 src/filemanager/file.c if (S_ISCHR (src_stat.st_mode) || S_ISBLK (src_stat.st_mode) || S_ISFIFO (src_stat.st_mode) st_mode 2334 src/filemanager/file.c || S_ISNAM (src_stat.st_mode) || S_ISSOCK (src_stat.st_mode)) st_mode 2342 src/filemanager/file.c while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0 st_mode 2370 src/filemanager/file.c while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0 st_mode 2429 src/filemanager/file.c src_mode = src_stat.st_mode; st_mode 2821 src/filemanager/file.c if (!S_ISDIR (src_stat.st_mode)) st_mode 2871 src/filemanager/file.c if (!S_ISDIR (dst_stat.st_mode)) st_mode 2904 src/filemanager/file.c while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0) st_mode 2965 src/filemanager/file.c if (S_ISDIR (dst_stat.st_mode)) st_mode 3000 src/filemanager/file.c lp->st_mode = dst_stat.st_mode; st_mode 3004 src/filemanager/file.c else if (S_ISDIR (dst_stat.st_mode)) st_mode 3017 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); st_mode 3023 src/filemanager/file.c src_stat.st_mode = umask (-1); st_mode 3024 src/filemanager/file.c umask (src_stat.st_mode); st_mode 3025 src/filemanager/file.c src_stat.st_mode = 0100777 & ~src_stat.st_mode; st_mode 3026 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); st_mode 3304 src/filemanager/file.c else if (single_entry && S_ISDIR (selection (panel)->st.st_mode)) st_mode 3365 src/filemanager/file.c if ((dst_result != 0) || S_ISDIR (dst_stat.st_mode)) st_mode 551 src/filemanager/filegui.c do_append = !S_ISDIR (ui->dst_stat->st_mode); st_mode 1444 src/filemanager/filegui.c || (mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode)))) st_mode 1447 src/filemanager/filegui.c || (only_one && mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode))))) st_mode 734 src/filemanager/filemanager.c if (S_ISLNK (selection (panel)->st.st_mode)) st_mode 1018 src/filemanager/find.c if (mc_stat (vpath, &s) != 0 || !S_ISREG (s.st_mode)) st_mode 1391 src/filemanager/find.c if (stat_res == 0 && S_ISDIR (tmp_stat.st_mode)) st_mode 236 src/filemanager/info.c if (S_ISCHR (st.st_mode) || S_ISBLK (st.st_mode)) st_mode 285 src/filemanager/info.c string_perm (st.st_mode), (unsigned) st.st_mode & 07777); st_mode 845 src/filemanager/mountlist.c if (lstat (name, &statbuf) >= 0 && S_ISDIR (statbuf.st_mode)) st_mode 520 src/filemanager/panel.c if (S_ISBLK (fe->st.st_mode) || S_ISCHR (fe->st.st_mode)) st_mode 535 src/filemanager/panel.c if (S_ISLNK (fe->st.st_mode) && !link_isdir (fe)) st_mode 538 src/filemanager/panel.c if ((S_ISDIR (fe->st.st_mode) || link_isdir (fe)) && !DIR_IS_DOTDOT (fe->fname->str)) st_mode 554 src/filemanager/panel.c if (S_ISDIR (fe->st.st_mode)) st_mode 556 src/filemanager/panel.c else if (S_ISLNK (fe->st.st_mode)) st_mode 565 src/filemanager/panel.c else if (S_ISCHR (fe->st.st_mode)) st_mode 567 src/filemanager/panel.c else if (S_ISSOCK (fe->st.st_mode)) st_mode 569 src/filemanager/panel.c else if (S_ISDOOR (fe->st.st_mode)) st_mode 571 src/filemanager/panel.c else if (S_ISBLK (fe->st.st_mode)) st_mode 573 src/filemanager/panel.c else if (S_ISFIFO (fe->st.st_mode)) st_mode 575 src/filemanager/panel.c else if (S_ISNAM (fe->st.st_mode)) st_mode 577 src/filemanager/panel.c else if (!S_ISREG (fe->st.st_mode)) st_mode 579 src/filemanager/panel.c else if (is_exe (fe->st.st_mode)) st_mode 628 src/filemanager/panel.c return string_perm (fe->st.st_mode); st_mode 641 src/filemanager/panel.c g_snprintf (buffer, sizeof (buffer), "0%06lo", (unsigned long) fe->st.st_mode); st_mode 1010 src/filemanager/panel.c if (S_ISLNK (panel->dir.list[panel->selected].st.st_mode)) st_mode 1322 src/filemanager/panel.c if (S_ISREG (panel->dir.list[panel->selected].st.st_mode)) st_mode 2011 src/filemanager/panel.c if (S_ISDIR (selection (panel)->st.st_mode) || link_isdir (selection (panel))) st_mode 2082 src/filemanager/panel.c if (DIR_IS_DOTDOT (file_entry->fname->str) || S_ISDIR (file_entry->st.st_mode)) st_mode 2344 src/filemanager/panel.c if ((S_ISDIR (selection (panel)->st.st_mode) || link_isdir (selection (panel)))) st_mode 2623 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[i].st.st_mode) && files_only) st_mode 2663 src/filemanager/panel.c if (!panels_options.reverse_files_only || !S_ISDIR (file->st.st_mode)) st_mode 2859 src/filemanager/panel.c if (S_ISDIR (fe->st.st_mode) || link_isdir (fe) || (fe->st.st_mode == 0)) st_mode 2880 src/filemanager/panel.c ok = (is_exe (fe->st.st_mode) && if_link_is_exe (full_name_vpath, fe)); st_mode 2952 src/filemanager/panel.c if (S_ISDIR (entry->st.st_mode) || link_isdir (entry)) st_mode 3008 src/filemanager/panel.c if (!S_ISLNK (panel->dir.list[panel->selected].st.st_mode)) st_mode 3022 src/filemanager/panel.c if (!S_ISDIR (st.st_mode)) st_mode 4709 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[idx].st.st_mode)) st_mode 4722 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[idx].st.st_mode)) st_mode 774 src/filemanager/tree.c if (!S_ISDIR (buf.st_mode)) st_mode 817 src/filemanager/treestore.c if (mc_stat (vpath, &s) == -1 || !S_ISDIR (s.st_mode)) st_mode 928 src/filemanager/treestore.c if (mc_lstat (tmp_vpath, &buf) != -1 && S_ISDIR (buf.st_mode)) st_mode 169 src/usermenu.c mode_t st_mode = panel->dir.list[panel->selected].st.st_mode; st_mode 176 src/usermenu.c result |= !S_ISDIR (st_mode); st_mode 179 src/usermenu.c result |= S_ISREG (st_mode); st_mode 182 src/usermenu.c result |= S_ISDIR (st_mode); st_mode 185 src/usermenu.c result |= S_ISLNK (st_mode); st_mode 188 src/usermenu.c result |= S_ISCHR (st_mode); st_mode 191 src/usermenu.c result |= S_ISBLK (st_mode); st_mode 194 src/usermenu.c result |= S_ISFIFO (st_mode); st_mode 197 src/usermenu.c result |= S_ISSOCK (st_mode); st_mode 200 src/usermenu.c result |= (st_mode & 0111) != 0 ? 1 : 0; st_mode 292 src/usermenu.c *condition = stat (arg, &status) == 0 && is_exe (status.st_mode); st_mode 601 src/usermenu.c && ((st.st_mode & (S_IWGRP | S_IWOTH)) == 0)) st_mode 269 src/vfs/cpio/cpio.c mode = arch->st.st_mode & 07777; st_mode 274 src/vfs/cpio/cpio.c root->st.st_mode = mode; st_mode 384 src/vfs/cpio/cpio.c switch (st->st_mode & S_IFMT) st_mode 463 src/vfs/cpio/cpio.c if (!S_ISDIR (entry->ino->st.st_mode)) st_mode 471 src/vfs/cpio/cpio.c entry->ino->st.st_mode = st->st_mode; st_mode 521 src/vfs/cpio/cpio.c if (!S_ISLNK (st->st_mode)) st_mode 599 src/vfs/cpio/cpio.c st.st_mode = u.buf.c_mode; st_mode 672 src/vfs/cpio/cpio.c u.st.st_mode = hd.c_mode; st_mode 753 src/vfs/cpio/cpio.c u.st.st_mode = hd.c_mode; st_mode 208 src/vfs/extfs/extfs.c st.st_mode = mode & ~myumask; st_mode 269 src/vfs/extfs/extfs.c if (!S_ISDIR (pent->ino->st.st_mode)) st_mode 283 src/vfs/extfs/extfs.c notadir = !S_ISDIR (pent->ino->st.st_mode); st_mode 455 src/vfs/extfs/extfs.c if (!S_ISLNK (hstat.st_mode) && (current_link_name != NULL)) st_mode 475 src/vfs/extfs/extfs.c st.st_mode = hstat.st_mode; st_mode 486 src/vfs/extfs/extfs.c if (current_link_name == NULL && S_ISLNK (hstat.st_mode)) st_mode 487 src/vfs/extfs/extfs.c st.st_mode &= ~S_IFLNK; /* You *DON'T* want to do this always */ st_mode 493 src/vfs/extfs/extfs.c if (current_link_name != NULL && S_ISLNK (hstat.st_mode)) st_mode 577 src/vfs/extfs/extfs.c mode = mystat.st_mode & 07777; st_mode 846 src/vfs/extfs/extfs.c if (!S_ISLNK (entry->ino->st.st_mode)) st_mode 1035 src/vfs/extfs/extfs.c if (S_ISDIR (entry->ino->st.st_mode)) st_mode 1160 src/vfs/extfs/extfs.c if (!S_ISDIR (entry->ino->st.st_mode)) st_mode 1285 src/vfs/extfs/extfs.c if (!S_ISLNK (entry->ino->st.st_mode)) st_mode 1354 src/vfs/extfs/extfs.c if (S_ISDIR (entry->ino->st.st_mode)) st_mode 1402 src/vfs/extfs/extfs.c if (!S_ISDIR (entry->ino->st.st_mode)) st_mode 1438 src/vfs/extfs/extfs.c if (!S_ISDIR (entry->ino->st.st_mode)) st_mode 1578 src/vfs/extfs/extfs.c if ((stat (fullname, &s) == 0) && S_ISREG (s.st_mode) && !S_ISDIR (s.st_mode) st_mode 1579 src/vfs/extfs/extfs.c && is_exe (s.st_mode)) st_mode 823 src/vfs/fish/fish.c if (S_ISLNK (ST.st_mode)) st_mode 891 src/vfs/fish/fish.c vfs_parse_filemode (buffer + 1, &skipped, &ST.st_mode); st_mode 902 src/vfs/fish/fish.c vfs_parse_raw_filemode (buffer + 1, &skipped, &ST.st_mode); st_mode 1542 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fel->s.st_mode) && fel->linkname != NULL) st_mode 1568 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fe->s.st_mode) && fe->l_stat == 0) st_mode 1592 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fe->s.st_mode)) st_mode 1661 src/vfs/ftpfs/ftpfs.c while (!S_ISLNK (fe->s.st_mode)); st_mode 1684 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (s.st_mode)) st_mode 2441 src/vfs/ftpfs/ftpfs.c if (stat (netrcname, &mystat) >= 0 && (mystat.st_mode & 077) != 0) st_mode 298 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = mode; st_mode 395 src/vfs/ftpfs/ftpfs_parse_ls.c if (!S_ISLNK (s->st_mode)) st_mode 501 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFDIR; st_mode 504 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFREG; st_mode 635 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = dir ? S_IFDIR : S_IFREG; st_mode 637 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode |= perms; /* FIXME */ st_mode 788 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFDIR; st_mode 791 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFLNK; st_mode 794 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFREG; st_mode 800 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode |= perms; /* FIXME */ st_mode 900 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = type; /* FIXME */ st_mode 906 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = type; st_mode 942 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFREG; st_mode 945 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFDIR; st_mode 1008 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = type; st_mode 1084 src/vfs/ftpfs/ftpfs_parse_ls.c if (!S_ISLNK (s->st_mode)) st_mode 272 src/vfs/sftpfs/internal.c s->st_mode = attrs->permissions; st_mode 151 src/vfs/sftpfs/sftpfs.c if (S_ISDIR (path_inode->st.st_mode)) st_mode 383 src/vfs/tar/tar.c mode = arch->st.st_mode & 07777; st_mode 393 src/vfs/tar/tar.c root->st.st_mode = mode; st_mode 537 src/vfs/tar/tar.c st->st_mode = tar_from_oct (8, header->header.mode); st_mode 545 src/vfs/tar/tar.c st->st_mode |= S_IFDIR; st_mode 547 src/vfs/tar/tar.c st->st_mode |= S_IFLNK; st_mode 549 src/vfs/tar/tar.c st->st_mode |= S_IFCHR; st_mode 551 src/vfs/tar/tar.c st->st_mode |= S_IFBLK; st_mode 553 src/vfs/tar/tar.c st->st_mode |= S_IFIFO; st_mode 555 src/vfs/tar/tar.c st->st_mode |= S_IFREG; st_mode 802 src/vfs/tar/tar.c if (S_ISDIR (st.st_mode)) st_mode 631 src/vfs/undelfs/undelfs.c buf->st_mode = delarray[inode_index].mode; st_mode 333 src/viewer/actions_cmd.c if (!S_ISDIR (view->dir->list[i].st.st_mode)) st_mode 360 src/viewer/mcviewer.c if (!S_ISREG (st.st_mode)) st_mode 119 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat->st_mode = 0x41fd; st_mode 140 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat->st_mode = 0xa1ff; st_mode 161 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat->st_mode = 0x41fd; st_mode 182 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat->st_mode = 0x41fd; st_mode 269 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat.st_mode = 0; st_mode 284 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_mode, test_stat.st_mode); st_mode 243 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" perm: %s\n", string_perm (st->st_mode)); st_mode 299 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%s %3d ", string_perm (st->st_mode), (int) st->st_nlink);