st_mode            57 lib/filehighlight/get-color.c     return S_ISREG (fe->st.st_mode);
st_mode            65 lib/filehighlight/get-color.c     return is_exe (fe->st.st_mode);
st_mode            76 lib/filehighlight/get-color.c     return S_ISDIR (fe->st.st_mode);
st_mode            87 lib/filehighlight/get-color.c     return S_ISLNK (fe->st.st_mode);
st_mode           122 lib/filehighlight/get-color.c     return S_ISCHR (fe->st.st_mode);
st_mode           133 lib/filehighlight/get-color.c     return S_ISBLK (fe->st.st_mode);
st_mode           144 lib/filehighlight/get-color.c     return S_ISSOCK (fe->st.st_mode);
st_mode           155 lib/filehighlight/get-color.c     return S_ISFIFO (fe->st.st_mode);
st_mode           166 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           145 lib/util.c             if (!S_ISLNK (mybuf.st_mode))
st_mode          1357 lib/util.c                 chmod (backup_path, stat_buf.st_mode);
st_mode           144 lib/vfs/direntry.c     if (!S_ISLNK (entry->ino->st.st_mode))
st_mode           435 lib/vfs/direntry.c     if (!S_ISDIR (dir->st.st_mode))
st_mode           536 lib/vfs/direntry.c     if (!S_ISLNK (ino->st.st_mode))
st_mode          1020 lib/vfs/direntry.c     st.st_mode = mode;
st_mode          1361 lib/vfs/direntry.c     if (S_ISDIR (ino->st.st_mode))
st_mode           117 lib/vfs/interface.c         mc_chmod (tmp_vpath, mystat.st_mode);
st_mode           782 lib/vfs/interface.c     if (tmpdir != NULL && lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) &&
st_mode           783 lib/vfs/interface.c         st.st_uid == getuid () && (st.st_mode & 0777) == 0700)
st_mode           808 lib/vfs/interface.c             if (!S_ISDIR (st.st_mode))
st_mode           812 lib/vfs/interface.c             else if (((st.st_mode & 0777) != 0700) && (chmod (buffer, 0700) != 0))
st_mode           695 lib/vfs/parse_ls_vga.c     if (!vfs_parse_filetype (p, &skipped, &s->st_mode))
st_mode           707 lib/vfs/parse_ls_vga.c         if (S_ISDIR (s->st_mode))
st_mode           708 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           710 lib/vfs/parse_ls_vga.c             s->st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR);
st_mode           722 lib/vfs/parse_ls_vga.c         s->st_mode |= perms;
st_mode           743 lib/vfs/parse_ls_vga.c     if (idx == 6 || (idx == 5 && !S_ISCHR (s->st_mode) && !S_ISBLK (s->st_mode)))
st_mode           747 lib/vfs/parse_ls_vga.c     if (idx == 3 || (idx == 4 && (S_ISCHR (s->st_mode) || S_ISBLK (s->st_mode))))
st_mode           760 lib/vfs/parse_ls_vga.c     if (S_ISCHR (s->st_mode) || S_ISBLK (s->st_mode))
st_mode           829 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           244 lib/widget/input_complete.c                 if (!S_ISDIR (tempstat.st_mode))
st_mode           248 lib/widget/input_complete.c                     if ((my_uid == 0 && (tempstat.st_mode & 0111) != 0) ||
st_mode           249 lib/widget/input_complete.c                         (my_uid == tempstat.st_uid && (tempstat.st_mode & 0100) != 0) ||
st_mode           250 lib/widget/input_complete.c                         (my_gid == tempstat.st_gid && (tempstat.st_mode & 0010) != 0) ||
st_mode           251 lib/widget/input_complete.c                         (tempstat.st_mode & 0001) != 0)
st_mode           190 src/consaver/cons.saver.c     if (fstat (console_fd, &st) < 0 || !S_ISCHR (st.st_mode))
st_mode           231 src/consaver/cons.saver.c     if (fstat (vcsa_fd, &st) < 0 || !S_ISCHR (st.st_mode))
st_mode          3472 src/diffviewer/ydiff.c             is_dir0 = S_ISDIR (fe0->st.st_mode);
st_mode          3482 src/diffviewer/ydiff.c             is_dir1 = S_ISDIR (fe1->st.st_mode);
st_mode          3502 src/diffviewer/ydiff.c                 is_dir0 = S_ISDIR (st.st_mode);
st_mode          3519 src/diffviewer/ydiff.c                 is_dir1 = S_ISDIR (st.st_mode);
st_mode           345 src/editor/edit.c     if (!S_ISREG (st->st_mode))
st_mode          2162 src/editor/edit.c     edit->stat1.st_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
st_mode           241 src/editor/editcmd.c     (void) mc_chmod (savename_vpath, edit->stat1.st_mode);
st_mode           245 src/editor/editcmd.c     fd = mc_open (savename_vpath, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, edit->stat1.st_mode);
st_mode           935 src/editor/editcmd.c             if (mc_stat (exp_vpath, &sb) == 0 && !S_ISREG (sb.st_mode))
st_mode           947 src/editor/editcmd.c                 edit->stat1.st_mode |= S_IWUSR;
st_mode           968 src/editor/editcmd.c             edit->stat1.st_mode |= S_IWUSR;
st_mode           976 src/filemanager/achown.c             ch_cmode = sf->st_mode;
st_mode          1034 src/filemanager/achown.c         ch_cmode = sf_stat.st_mode;
st_mode           477 src/filemanager/chmod.c     sf->st_mode &= and_mask;
st_mode           478 src/filemanager/chmod.c     sf->st_mode |= or_mask;
st_mode           480 src/filemanager/chmod.c     ret = try_chmod (p, sf->st_mode);
st_mode           516 src/filemanager/chmod.c             ch_mode = sf->st_mode;
st_mode           567 src/filemanager/chmod.c         ch_mode = sf_stat.st_mode;
st_mode           447 src/filemanager/chown.c         chown_label (4, string_perm (sf_stat.st_mode));
st_mode           139 src/filemanager/cmd.c     if (S_ISDIR (fe->st.st_mode) || link_isdir (fe))
st_mode           257 src/filemanager/cmd.c         if (S_ISDIR (source->st.st_mode))
st_mode          1101 src/filemanager/cmd.c     if (!S_ISLNK (fe->st.st_mode))
st_mode          1254 src/filemanager/cmd.c     if ((S_ISDIR (entry->st.st_mode) && DIR_IS_DOTDOT (entry->fname->str)) || panel->dirs_marked)
st_mode          1269 src/filemanager/cmd.c     if (S_ISDIR (entry->st.st_mode) && !DIR_IS_DOTDOT (entry->fname->str))
st_mode          1318 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           176 src/filemanager/dir.c     if (S_ISDIR (buf1->st_mode))
st_mode           188 src/filemanager/dir.c         ok = ((S_ISDIR (buf1->st_mode) || *link_to_dir) && files_only)
st_mode           581 src/filemanager/dir.c     fentry->st.st_mode = 040755;
st_mode           610 src/filemanager/dir.c     if (S_ISDIR (buf1->st_mode))
st_mode           616 src/filemanager/dir.c     if (S_ISLNK (buf1->st_mode))
st_mode           621 src/filemanager/dir.c             *link_to_dir = S_ISDIR (buf2.st_mode) != 0;
st_mode           697 src/filemanager/dir.c     if (S_ISLNK (file->st.st_mode) && mc_stat (full_name_vpath, &b) == 0)
st_mode           698 src/filemanager/dir.c         return is_exe (b.st_mode);
st_mode           963 src/filemanager/ext.c             found = S_ISDIR (mystat.st_mode)
st_mode           116 src/filemanager/file.c     mode_t st_mode;
st_mode           492 src/filemanager/file.c         lnk->st_mode = 0;
st_mode           526 src/filemanager/file.c     dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode);
st_mode           673 src/filemanager/file.c             if (S_ISDIR (s.st_mode))
st_mode           729 src/filemanager/file.c         if (S_ISDIR (s->st_mode) || (follow_symlinks && link_isdir (fe) && fe->f.stale_link == 0))
st_mode           782 src/filemanager/file.c         else if (S_ISDIR (source_stat->st_mode)
st_mode           931 src/filemanager/file.c     if (S_ISDIR (ast->st_mode))
st_mode          1281 src/filemanager/file.c         if (S_ISDIR (dst_stat.st_mode))
st_mode          1300 src/filemanager/file.c         if (S_ISLNK (src_stat.st_mode) && ctx->stable_symlinks)
st_mode          1489 src/filemanager/file.c         if (S_ISDIR (buf.st_mode))
st_mode          1589 src/filemanager/file.c             if (S_ISDIR (lp->st_mode))
st_mode          1693 src/filemanager/file.c             if (S_ISDIR (dst_stat.st_mode))
st_mode          1918 src/filemanager/file.c         cp = S_ISDIR (src_stat->st_mode) ? prompt_parts[2] : prompt_parts[0];
st_mode          2043 src/filemanager/file.c     is_file = !S_ISDIR (src_stat->st_mode);
st_mode          2086 src/filemanager/file.c                     is_file = !S_ISDIR (src_stat->st_mode);
st_mode          2145 src/filemanager/file.c     is_file = !S_ISDIR (src_stat->st_mode);
st_mode          2170 src/filemanager/file.c                 is_file = !S_ISDIR (src_stat->st_mode);
st_mode          2245 src/filemanager/file.c     if (S_ISLNK (st->st_mode))
st_mode          2252 src/filemanager/file.c             res = (S_ISDIR (st3.st_mode) != 0);
st_mode          2306 src/filemanager/file.c         if (S_ISDIR (dst_stat.st_mode))
st_mode          2404 src/filemanager/file.c         if (S_ISLNK (src_stat.st_mode))
st_mode          2435 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          2436 src/filemanager/file.c             || S_ISNAM (src_stat.st_mode) || S_ISSOCK (src_stat.st_mode))
st_mode          2444 src/filemanager/file.c             while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0
st_mode          2472 src/filemanager/file.c             while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0
st_mode          2556 src/filemanager/file.c     src_mode = src_stat.st_mode;
st_mode          3037 src/filemanager/file.c     if (!S_ISDIR (src_stat.st_mode))
st_mode          3087 src/filemanager/file.c         if (!S_ISDIR (dst_stat.st_mode))
st_mode          3120 src/filemanager/file.c         while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0)
st_mode          3181 src/filemanager/file.c         if (S_ISDIR (dst_stat.st_mode))
st_mode          3216 src/filemanager/file.c                 lp->st_mode = dst_stat.st_mode;
st_mode          3220 src/filemanager/file.c             else if (S_ISDIR (dst_stat.st_mode))
st_mode          3233 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
st_mode          3243 src/filemanager/file.c         src_stat.st_mode = umask (-1);
st_mode          3244 src/filemanager/file.c         umask (src_stat.st_mode);
st_mode          3245 src/filemanager/file.c         src_stat.st_mode = 0100777 & ~src_stat.st_mode;
st_mode          3246 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
st_mode          3527 src/filemanager/file.c         else if (single_entry && S_ISDIR (panel_current_entry (panel)->st.st_mode))
st_mode          3586 src/filemanager/file.c             if ((dst_result != 0) || S_ISDIR (dst_stat.st_mode))
st_mode           575 src/filemanager/filegui.c     do_append = !S_ISDIR (ui->dst_stat->st_mode);
st_mode          1472 src/filemanager/filegui.c                     || (mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode))))
st_mode          1475 src/filemanager/filegui.c                     || (only_one && mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode)))))
st_mode           732 src/filemanager/filemanager.c     if (S_ISLNK (fe->st.st_mode))
st_mode          1021 src/filemanager/find.c     if (mc_stat (vpath, &s) != 0 || !S_ISREG (s.st_mode))
st_mode          1401 src/filemanager/find.c                     if (stat_res == 0 && S_ISDIR (tmp_stat.st_mode))
st_mode           239 src/filemanager/info.c         if (S_ISCHR (st.st_mode) || S_ISBLK (st.st_mode))
st_mode           286 src/filemanager/info.c                     string_perm (st.st_mode), (unsigned) st.st_mode & 07777);
st_mode           848 src/filemanager/mountlist.c                 if (lstat (name, &statbuf) >= 0 && S_ISDIR (statbuf.st_mode))
st_mode           552 src/filemanager/panel.c     if (S_ISBLK (fe->st.st_mode) || S_ISCHR (fe->st.st_mode))
st_mode           567 src/filemanager/panel.c     if (S_ISLNK (fe->st.st_mode) && !link_isdir (fe))
st_mode           570 src/filemanager/panel.c     if ((S_ISDIR (fe->st.st_mode) || link_isdir (fe)) && !DIR_IS_DOTDOT (fe->fname->str))
st_mode           586 src/filemanager/panel.c     if (S_ISDIR (fe->st.st_mode))
st_mode           588 src/filemanager/panel.c     else if (S_ISLNK (fe->st.st_mode))
st_mode           597 src/filemanager/panel.c     else if (S_ISCHR (fe->st.st_mode))
st_mode           599 src/filemanager/panel.c     else if (S_ISSOCK (fe->st.st_mode))
st_mode           601 src/filemanager/panel.c     else if (S_ISDOOR (fe->st.st_mode))
st_mode           603 src/filemanager/panel.c     else if (S_ISBLK (fe->st.st_mode))
st_mode           605 src/filemanager/panel.c     else if (S_ISFIFO (fe->st.st_mode))
st_mode           607 src/filemanager/panel.c     else if (S_ISNAM (fe->st.st_mode))
st_mode           609 src/filemanager/panel.c     else if (!S_ISREG (fe->st.st_mode))
st_mode           611 src/filemanager/panel.c     else if (is_exe (fe->st.st_mode))
st_mode           660 src/filemanager/panel.c     return string_perm (fe->st.st_mode);
st_mode           673 src/filemanager/panel.c     g_snprintf (buffer, sizeof (buffer), "0%06lo", (unsigned long) fe->st.st_mode);
st_mode          1059 src/filemanager/panel.c     if (S_ISLNK (fe->st.st_mode))
st_mode          1377 src/filemanager/panel.c             if (S_ISREG (fe->st.st_mode))
st_mode          2070 src/filemanager/panel.c         if (S_ISDIR (fe->st.st_mode) || link_isdir (fe))
st_mode          2145 src/filemanager/panel.c         if (DIR_IS_DOTDOT (fe->fname->str) || S_ISDIR (fe->st.st_mode))
st_mode          2412 src/filemanager/panel.c     if (S_ISDIR (fe->st.st_mode) || link_isdir (fe))
st_mode          2693 src/filemanager/panel.c         if (S_ISDIR (panel->dir.list[i].st.st_mode) && files_only)
st_mode          2733 src/filemanager/panel.c         if (!panels_options.reverse_files_only || !S_ISDIR (file->st.st_mode))
st_mode          2933 src/filemanager/panel.c     if (S_ISDIR (fe->st.st_mode) || link_isdir (fe) || (fe->st.st_mode == 0))
st_mode          2954 src/filemanager/panel.c     ok = (is_exe (fe->st.st_mode) && if_link_is_exe (full_name_vpath, fe));
st_mode          3029 src/filemanager/panel.c     if (S_ISDIR (entry->st.st_mode) || link_isdir (entry))
st_mode          3088 src/filemanager/panel.c     if (!S_ISLNK (fe->st.st_mode))
st_mode          3102 src/filemanager/panel.c     if (!S_ISDIR (st.st_mode))
st_mode          4817 src/filemanager/panel.c         if (S_ISDIR (panel->dir.list[idx].st.st_mode))
st_mode          4830 src/filemanager/panel.c         if (S_ISDIR (panel->dir.list[idx].st.st_mode))
st_mode           768 src/filemanager/tree.c         else 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           177 src/usermenu.c     mode_t st_mode;
st_mode           179 src/usermenu.c     st_mode = panel_current_entry (panel)->st.st_mode;
st_mode           186 src/usermenu.c             result |= !S_ISDIR (st_mode);
st_mode           189 src/usermenu.c             result |= S_ISREG (st_mode);
st_mode           192 src/usermenu.c             result |= S_ISDIR (st_mode);
st_mode           195 src/usermenu.c             result |= S_ISLNK (st_mode);
st_mode           198 src/usermenu.c             result |= S_ISCHR (st_mode);
st_mode           201 src/usermenu.c             result |= S_ISBLK (st_mode);
st_mode           204 src/usermenu.c             result |= S_ISFIFO (st_mode);
st_mode           207 src/usermenu.c             result |= S_ISSOCK (st_mode);
st_mode           210 src/usermenu.c             result |= (st_mode & 0111) != 0 ? 1 : 0;
st_mode           305 src/usermenu.c                 *condition = stat (arg, &status) == 0 && is_exe (status.st_mode);
st_mode           620 src/usermenu.c         && ((st.st_mode & (S_IWGRP | S_IWOTH)) == 0))
st_mode           268 src/vfs/cpio/cpio.c     mode = arch->st.st_mode & 07777;
st_mode           273 src/vfs/cpio/cpio.c     root->st.st_mode = mode;
st_mode           383 src/vfs/cpio/cpio.c     switch (st->st_mode & S_IFMT)
st_mode           462 src/vfs/cpio/cpio.c         if (!S_ISDIR (entry->ino->st.st_mode))
st_mode           470 src/vfs/cpio/cpio.c             entry->ino->st.st_mode = st->st_mode;
st_mode           520 src/vfs/cpio/cpio.c         if (!S_ISLNK (st->st_mode))
st_mode           598 src/vfs/cpio/cpio.c     st.st_mode = u.buf.c_mode;
st_mode           671 src/vfs/cpio/cpio.c     u.st.st_mode = hd.c_mode;
st_mode           752 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           568 src/vfs/extfs/extfs.c     mode = mystat.st_mode & 07777;
st_mode           839 src/vfs/extfs/extfs.c     if (!S_ISLNK (entry->ino->st.st_mode))
st_mode          1058 src/vfs/extfs/extfs.c     if (S_ISDIR (entry->ino->st.st_mode))
st_mode          1183 src/vfs/extfs/extfs.c     if (!S_ISDIR (entry->ino->st.st_mode))
st_mode          1308 src/vfs/extfs/extfs.c     if (!S_ISLNK (entry->ino->st.st_mode))
st_mode          1374 src/vfs/extfs/extfs.c     if (S_ISDIR (entry->ino->st.st_mode))
st_mode          1419 src/vfs/extfs/extfs.c     if (!S_ISDIR (entry->ino->st.st_mode))
st_mode          1455 src/vfs/extfs/extfs.c     if (!S_ISDIR (entry->ino->st.st_mode))
st_mode          1592 src/vfs/extfs/extfs.c         if ((stat (fullname, &s) == 0) && S_ISREG (s.st_mode) && !S_ISDIR (s.st_mode)
st_mode          1593 src/vfs/extfs/extfs.c             && is_exe (s.st_mode))
st_mode          1598 src/vfs/ftpfs/ftpfs.c         if (S_ISLNK (fel->s.st_mode) && fel->linkname != NULL)
st_mode          1624 src/vfs/ftpfs/ftpfs.c                     if (S_ISLNK (fe->s.st_mode) && fe->l_stat == 0)
st_mode          1648 src/vfs/ftpfs/ftpfs.c                         if (S_ISLNK (fe->s.st_mode))
st_mode          1717 src/vfs/ftpfs/ftpfs.c         while (!S_ISLNK (fe->s.st_mode));
st_mode          1740 src/vfs/ftpfs/ftpfs.c                     if (S_ISLNK (s.st_mode))
st_mode          2498 src/vfs/ftpfs/ftpfs.c     if (stat (netrcname, &mystat) >= 0 && (mystat.st_mode & 077) != 0)
st_mode           299 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = mode;
st_mode           396 src/vfs/ftpfs/ftpfs_parse_ls.c     if (!S_ISLNK (s->st_mode))
st_mode           500 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
st_mode           503 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFREG;
st_mode           634 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = dir ? S_IFDIR : S_IFREG;
st_mode           636 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode |= perms;    /* FIXME */
st_mode           787 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
st_mode           790 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFLNK;
st_mode           793 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFREG;
st_mode           799 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode |= perms;    /* FIXME */
st_mode           899 src/vfs/ftpfs/ftpfs_parse_ls.c             s->st_mode = type;  /* FIXME */
st_mode           905 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = type;
st_mode           941 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = S_IFREG;
st_mode           944 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
st_mode          1007 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = type;
st_mode          1083 src/vfs/ftpfs/ftpfs_parse_ls.c     if (!S_ISLNK (s->st_mode))
st_mode           273 src/vfs/sftpfs/internal.c         s->st_mode = attrs->permissions;
st_mode           150 src/vfs/sftpfs/sftpfs.c     if (S_ISDIR (path_inode->st.st_mode))
st_mode           774 src/vfs/shell/shell.c             if (S_ISLNK (ST.st_mode))
st_mode           845 src/vfs/shell/shell.c             vfs_parse_filemode (buffer, &skipped, &ST.st_mode);
st_mode           857 src/vfs/shell/shell.c             vfs_parse_raw_filemode (buffer, &skipped, &ST.st_mode);
st_mode           377 src/vfs/tar/tar.c     current_stat_info.stat.st_mode = MODE_FROM_HEADER (header->header.mode, &hbits);
st_mode           437 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFDIR;
st_mode           439 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFLNK;
st_mode           441 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFCHR;
st_mode           443 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFBLK;
st_mode           445 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFIFO;
st_mode           447 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFREG;
st_mode           574 src/vfs/tar/tar.c         if (S_ISDIR (current_stat_info.stat.st_mode))
st_mode           942 src/vfs/tar/tar.c     mode = arch->st.st_mode & 07777;
st_mode           952 src/vfs/tar/tar.c     root->st.st_mode = mode;
st_mode           629 src/vfs/undelfs/undelfs.c     buf->st_mode = delarray[inode_index].mode;
st_mode           330 src/viewer/actions_cmd.c         if (!S_ISDIR (view->dir->list[i].st.st_mode))
st_mode           365 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           245 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  perm: %s\n", string_perm (st->st_mode));
st_mode           301 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("%s %3d ", string_perm (st->st_mode), (int) st->st_nlink);