mode              234 lib/tty/tty-ncurses.c     struct termios mode;
mode              251 lib/tty/tty-ncurses.c     tcgetattr (STDIN_FILENO, &mode);
mode              253 lib/tty/tty-ncurses.c     mode.c_cc[VINTR] = CTRL ('g');      /* ^g */
mode              255 lib/tty/tty-ncurses.c     mode.c_cc[VQUIT] = NULL_VALUE;
mode              256 lib/tty/tty-ncurses.c     tcsetattr (STDIN_FILENO, TCSANOW, &mode);
mode              532 lib/util.c         static char mode[11];
mode              534 lib/util.c         strcpy (mode, "----------");
mode              536 lib/util.c             mode[0] = 'd';
mode              538 lib/util.c             mode[0] = 'c';
mode              540 lib/util.c             mode[0] = 'b';
mode              542 lib/util.c             mode[0] = 'l';
mode              544 lib/util.c             mode[0] = 'p';
mode              546 lib/util.c             mode[0] = 'n';
mode              548 lib/util.c             mode[0] = 's';
mode              550 lib/util.c             mode[0] = 'D';
mode              552 lib/util.c             mode[9] = 'x';
mode              554 lib/util.c             mode[8] = 'w';
mode              556 lib/util.c             mode[7] = 'r';
mode              558 lib/util.c             mode[6] = 'x';
mode              560 lib/util.c             mode[5] = 'w';
mode              562 lib/util.c             mode[4] = 'r';
mode              564 lib/util.c             mode[3] = 'x';
mode              566 lib/util.c             mode[2] = 'w';
mode              568 lib/util.c             mode[1] = 'r';
mode              571 lib/util.c             mode[3] = (mode[3] == 'x') ? 's' : 'S';
mode              575 lib/util.c             mode[6] = (mode[6] == 'x') ? 's' : 'S';
mode              579 lib/util.c             mode[9] = (mode[9] == 'x') ? 't' : 'T';
mode              581 lib/util.c         return mode;
mode              274 lib/util.h     is_exe (mode_t mode)
mode              276 lib/util.h         return ((mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0);
mode             1009 lib/vfs/direntry.c vfs_s_default_stat (struct vfs_class *me, mode_t mode)
mode             1018 lib/vfs/direntry.c     mode &= ~myumask;
mode             1020 lib/vfs/direntry.c     st.st_mode = mode;
mode             1081 lib/vfs/direntry.c                       mode_t mode)
mode             1086 lib/vfs/direntry.c     st = vfs_s_default_stat (me, mode);
mode             1296 lib/vfs/direntry.c vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode             1379 lib/vfs/direntry.c         if (s->fh_open != NULL && s->fh_open (me, fh, flags, mode) != 0)
mode             1388 lib/vfs/direntry.c         fh->handle = open (fh->ino->localname, NO_LINEAR (flags), mode);
mode              194 lib/vfs/interface.c     mode_t mode = 0;
mode              209 lib/vfs/interface.c         mode = va_arg (ap, PROMOTED_MODE_T);
mode              219 lib/vfs/interface.c         info = me->open (vpath, flags, mode);
mode              254 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
mode              261 lib/vfs/interface.c MC_NAMEOP (mkdir, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
mode              263 lib/vfs/interface.c MC_NAMEOP (mknod, (const vfs_path_t *vpath, mode_t mode, dev_t dev), (vpath, mode, dev))
mode              157 lib/vfs/vfs.h      void *(*open) (const vfs_path_t * vpath, int flags, mode_t mode);
mode              170 lib/vfs/vfs.h      int (*chmod) (const vfs_path_t * vpath, mode_t mode);
mode              186 lib/vfs/vfs.h      int (*mknod) (const vfs_path_t * vpath, mode_t mode, dev_t dev);
mode              197 lib/vfs/vfs.h      int (*mkdir) (const vfs_path_t * vpath, mode_t mode);
mode              233 lib/vfs/vfs.h  void *vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode);
mode              315 lib/vfs/vfs.h  int mc_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev);
mode              317 lib/vfs/vfs.h  int mc_mkdir (const vfs_path_t * vpath, mode_t mode);
mode              323 lib/vfs/vfs.h  int mc_chmod (const vfs_path_t * vpath, mode_t mode);
mode              137 lib/vfs/xdirentry.h     int (*fh_open) (struct vfs_class * me, vfs_file_handler_t * fh, int flags, mode_t mode);
mode              168 lib/vfs/xdirentry.h struct stat *vfs_s_default_stat (struct vfs_class *me, mode_t mode);
mode              171 lib/vfs/xdirentry.h                                           struct vfs_s_inode *parent, mode_t mode);
mode               69 src/filemanager/chmod.c     mode_t mode;
mode              266 src/filemanager/chmod.c                 ch_mode ^= check_perm[i].mode;
mode              347 src/filemanager/chmod.c         check_perm[i].check = check_new (PY + i + 1, PX + 2, (ch_mode & check_perm[i].mode) != 0,
mode              609 src/filemanager/chmod.c                         or_mask |= check_perm[i].mode;
mode              611 src/filemanager/chmod.c                         and_mask &= ~check_perm[i].mode;
mode              625 src/filemanager/chmod.c                     or_mask |= check_perm[i].mode;
mode              638 src/filemanager/chmod.c                     and_mask &= ~check_perm[i].mode;
mode              238 src/filemanager/cmd.c compare_dir (WPanel * panel, const WPanel * other, enum CompareMode mode)
mode              285 src/filemanager/cmd.c             if (mode != compare_size_only)
mode              297 src/filemanager/cmd.c             if (mode == compare_size_only)
mode              300 src/filemanager/cmd.c             if (mode == compare_quick)
mode              855 src/filemanager/file.c real_warn_same_file (enum OperationMode mode, const char *fmt, const char *a, const char *b)
mode              862 src/filemanager/file.c     head_msg = mode == Foreground ? MSG_ERROR : _("Background process error");
mode              957 src/filemanager/file.c real_do_file_error (enum OperationMode mode, gboolean allow_retry, const char *error)
mode              962 src/filemanager/file.c     msg = mode == Foreground ? MSG_ERROR : _("Background process error");
mode              998 src/filemanager/file.c real_query_recursive (file_op_context_t * ctx, enum OperationMode mode, const char *s)
mode             1005 src/filemanager/file.c         msg = mode == Foreground
mode             2204 src/filemanager/file.c end_bg_process (file_op_context_t * ctx, enum OperationMode mode)
mode             2208 src/filemanager/file.c     (void) mode;
mode              426 src/filemanager/filegui.c overwrite_query_dialog (file_op_context_t * ctx, enum OperationMode mode)
mode              528 src/filemanager/filegui.c     if (mode == Foreground)
mode             1221 src/filemanager/filegui.c file_progress_real_query_replace (file_op_context_t * ctx, enum OperationMode mode,
mode             1240 src/filemanager/filegui.c         ui->replace_result = overwrite_query_dialog (ctx, mode);
mode              463 src/filemanager/filemanager.c check_panel_timestamp (const WPanel * panel, panel_view_mode_t mode, struct vfs_class *vclass,
mode              466 src/filemanager/filemanager.c     if (mode == view_listing)
mode               78 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t * vpath, mode_t mode)
mode               83 src/filemanager/filenot.c     if (mc_mkdir (vpath, mode) == 0)
mode               99 src/filemanager/filenot.c     result = my_mkdir_rec (q, mode);
mode              103 src/filemanager/filenot.c         result = mc_mkdir (vpath, mode);
mode              113 src/filemanager/filenot.c my_mkdir (const vfs_path_t * vpath, mode_t mode)
mode              117 src/filemanager/filenot.c     result = my_mkdir_rec (vpath, mode);
mode               21 src/filemanager/filenot.h int my_mkdir (const vfs_path_t * vpath, mode_t mode);
mode              193 src/filemanager/fileopctx.h                                                      enum OperationMode mode, const char *src,
mode              145 src/filemanager/mountlist.c #define setmntent(fp,mode) fopen (fp, mode)
mode              558 src/setup.c        panel_view_mode_t mode = view_listing;
mode              566 src/setup.c                mode = panel_types[i].opt_type;
mode              572 src/setup.c        return mode;
mode              230 src/vfs/cpio/cpio.c     mode_t mode;
mode              268 src/vfs/cpio/cpio.c     mode = arch->st.st_mode & 07777;
mode              269 src/vfs/cpio/cpio.c     mode |= (mode & 0444) >> 2; /* set eXec where Read is */
mode              270 src/vfs/cpio/cpio.c     mode |= S_IFDIR;
mode              273 src/vfs/cpio/cpio.c     root->st.st_mode = mode;
mode              875 src/vfs/cpio/cpio.c cpio_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode              878 src/vfs/cpio/cpio.c     (void) mode;
mode              195 src/vfs/extfs/extfs.c                       mode_t mode)
mode              208 src/vfs/extfs/extfs.c     st.st_mode = mode & ~myumask;
mode              517 src/vfs/extfs/extfs.c     mode_t mode;
mode              568 src/vfs/extfs/extfs.c     mode = mystat.st_mode & 07777;
mode              569 src/vfs/extfs/extfs.c     if (mode & 0400)
mode              570 src/vfs/extfs/extfs.c         mode |= 0100;
mode              571 src/vfs/extfs/extfs.c     if (mode & 0040)
mode              572 src/vfs/extfs/extfs.c         mode |= 0010;
mode              573 src/vfs/extfs/extfs.c     if (mode & 0004)
mode              574 src/vfs/extfs/extfs.c         mode |= 0001;
mode              575 src/vfs/extfs/extfs.c     mode |= S_IFDIR;
mode              577 src/vfs/extfs/extfs.c     root_entry = extfs_generate_entry (current_archive, PATH_SEP_STR, NULL, mode);
mode             1032 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode             1085 src/vfs/extfs/extfs.c     local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);
mode             1091 src/vfs/extfs/extfs.c         local_handle = open (entry->ino->localname, flags, mode);
mode             1337 src/vfs/extfs/extfs.c extfs_chmod (const vfs_path_t * vpath, mode_t mode)
mode             1340 src/vfs/extfs/extfs.c     (void) mode;
mode             1393 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t * vpath, mode_t mode)
mode             1401 src/vfs/extfs/extfs.c     (void) mode;
mode             2188 src/vfs/ftpfs/ftpfs.c ftpfs_chmod (const vfs_path_t * vpath, mode_t mode)
mode             2193 src/vfs/ftpfs/ftpfs.c     g_snprintf (buf, sizeof (buf), "SITE CHMOD %4.4o /%%s", (unsigned int) (mode & 07777));
mode             2279 src/vfs/ftpfs/ftpfs.c ftpfs_mkdir (const vfs_path_t * vpath, mode_t mode)
mode             2281 src/vfs/ftpfs/ftpfs.c     (void) mode;                /* FIXME: should be used */
mode             2311 src/vfs/ftpfs/ftpfs.c ftpfs_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode             2315 src/vfs/ftpfs/ftpfs.c     (void) mode;
mode              281 src/vfs/ftpfs/ftpfs_parse_ls.c     mode_t type, mode = 0;
mode              296 src/vfs/ftpfs/ftpfs_parse_ls.c     if (vfs_parse_fileperms (t + 1, NULL, &mode))
mode              297 src/vfs/ftpfs/ftpfs_parse_ls.c         mode |= type;
mode              299 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = mode;
mode              995 src/vfs/ftpfs/ftpfs_parse_ls.c     mode_t type, mode;
mode             1009 src/vfs/ftpfs/ftpfs_parse_ls.c     if (!vfs_parse_fileperms (t + 1, NULL, &mode))
mode               63 src/vfs/local/local.c local_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode               70 src/vfs/local/local.c     fd = open (path, NO_LINEAR (flags), mode);
mode              170 src/vfs/local/local.c local_chmod (const vfs_path_t * vpath, mode_t mode)
mode              175 src/vfs/local/local.c     return chmod (path, mode);
mode              321 src/vfs/local/local.c local_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev)
mode              326 src/vfs/local/local.c     return mknod (path, mode, dev);
mode              344 src/vfs/local/local.c local_mkdir (const vfs_path_t * vpath, mode_t mode)
mode              349 src/vfs/local/local.c     return mkdir (path, mode);
mode              298 src/vfs/sfs/sfs.c           mode_t mode)
mode              303 src/vfs/sfs/sfs.c     fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);
mode              336 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t * vpath, mode_t mode)
mode              338 src/vfs/sfs/sfs.c     return chmod (sfs_redirect (vpath), mode);
mode              167 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
mode              182 src/vfs/sftpfs/dir.c             libssh2_sftp_mkdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len, mode);
mode               53 src/vfs/sftpfs/file.c     mode_t mode;
mode               74 src/vfs/sftpfs/file.c     mode_t mode;
mode               79 src/vfs/sftpfs/file.c     mode = file->mode;
mode               82 src/vfs/sftpfs/file.c     sftpfs_open_file (fh, flags, mode, mcerror);
mode              129 src/vfs/sftpfs/file.c sftpfs_open_file (vfs_file_handler_t * fh, int flags, mode_t mode, GError ** mcerror)
mode              139 src/vfs/sftpfs/file.c     (void) mode;
mode              187 src/vfs/sftpfs/file.c     file->mode = mode;
mode              491 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
mode              504 src/vfs/sftpfs/internal.c     attrs.permissions = mode;
mode               87 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror);
mode              101 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror);
mode              104 src/vfs/sftpfs/internal.h gboolean sftpfs_open_file (vfs_file_handler_t * fh, int flags, mode_t mode, GError ** mcerror);
mode              107 src/vfs/sftpfs/sftpfs.c sftpfs_cb_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode              158 src/vfs/sftpfs/sftpfs.c     if (!sftpfs_open_file (fh, flags, mode, &mcerror))
mode              384 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev)
mode              387 src/vfs/sftpfs/sftpfs.c     (void) mode;
mode              522 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t * vpath, mode_t mode)
mode              527 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_chmod (vpath, mode, &mcerror);
mode              542 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t * vpath, mode_t mode)
mode              547 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_mkdir (vpath, mode, &mcerror);
mode             1382 src/vfs/shell/shell.c shell_chmod (const vfs_path_t * vpath, mode_t mode)
mode             1401 src/vfs/shell/shell.c                             (unsigned int) (mode & 07777));
mode             1592 src/vfs/shell/shell.c shell_mkdir (const vfs_path_t * vpath, mode_t mode)
mode             1600 src/vfs/shell/shell.c     (void) mode;
mode             1670 src/vfs/shell/shell.c shell_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode             1674 src/vfs/shell/shell.c     (void) mode;
mode             1750 src/vfs/shell/shell.c shell_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode             1757 src/vfs/shell/shell.c     return vfs_s_open (vpath, flags, mode);
mode               78 src/vfs/tar/tar-internal.h     char mode[8];               /* 100 */
mode              144 src/vfs/tar/tar-internal.h     char mode[8];               /* 100 */
mode              207 src/vfs/tar/tar.c     mode_t mode;
mode              213 src/vfs/tar/tar.c     mode = ((u & TSUID ? S_ISUID : 0)
mode              230 src/vfs/tar/tar.c     return mode;
mode              377 src/vfs/tar/tar.c     current_stat_info.stat.st_mode = MODE_FROM_HEADER (header->header.mode, &hbits);
mode              904 src/vfs/tar/tar.c     mode_t mode;
mode              942 src/vfs/tar/tar.c     mode = arch->st.st_mode & 07777;
mode              943 src/vfs/tar/tar.c     if (mode & 0400)
mode              944 src/vfs/tar/tar.c         mode |= 0100;
mode              945 src/vfs/tar/tar.c     if (mode & 0040)
mode              946 src/vfs/tar/tar.c         mode |= 0010;
mode              947 src/vfs/tar/tar.c     if (mode & 0004)
mode              948 src/vfs/tar/tar.c         mode |= 0001;
mode              949 src/vfs/tar/tar.c     mode |= S_IFDIR;
mode              952 src/vfs/tar/tar.c     root->st.st_mode = mode;
mode             1263 src/vfs/tar/tar.c tar_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode             1266 src/vfs/tar/tar.c     (void) mode;
mode               79 src/vfs/undelfs/undelfs.c     unsigned short mode;
mode              299 src/vfs/undelfs/undelfs.c             delarray[num_delarray].mode = inode.i_mode;
mode              433 src/vfs/undelfs/undelfs.c undelfs_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode              439 src/vfs/undelfs/undelfs.c     (void) mode;
mode              629 src/vfs/undelfs/undelfs.c     buf->st_mode = delarray[inode_index].mode;