mode              233 lib/tty/tty-ncurses.c     struct termios mode;
mode              250 lib/tty/tty-ncurses.c     tcgetattr (STDIN_FILENO, &mode);
mode              252 lib/tty/tty-ncurses.c     mode.c_cc[VINTR] = CTRL ('g');      /* ^g */
mode              254 lib/tty/tty-ncurses.c     mode.c_cc[VQUIT] = NULL_VALUE;
mode              255 lib/tty/tty-ncurses.c     tcsetattr (STDIN_FILENO, TCSANOW, &mode);
mode              526 lib/util.c         static char mode[11];
mode              528 lib/util.c         strcpy (mode, "----------");
mode              530 lib/util.c             mode[0] = 'd';
mode              532 lib/util.c             mode[0] = 'c';
mode              534 lib/util.c             mode[0] = 'b';
mode              536 lib/util.c             mode[0] = 'l';
mode              538 lib/util.c             mode[0] = 'p';
mode              540 lib/util.c             mode[0] = 'n';
mode              542 lib/util.c             mode[0] = 's';
mode              544 lib/util.c             mode[0] = 'D';
mode              546 lib/util.c             mode[9] = 'x';
mode              548 lib/util.c             mode[8] = 'w';
mode              550 lib/util.c             mode[7] = 'r';
mode              552 lib/util.c             mode[6] = 'x';
mode              554 lib/util.c             mode[5] = 'w';
mode              556 lib/util.c             mode[4] = 'r';
mode              558 lib/util.c             mode[3] = 'x';
mode              560 lib/util.c             mode[2] = 'w';
mode              562 lib/util.c             mode[1] = 'r';
mode              565 lib/util.c             mode[3] = (mode[3] == 'x') ? 's' : 'S';
mode              569 lib/util.c             mode[6] = (mode[6] == 'x') ? 's' : 'S';
mode              573 lib/util.c             mode[9] = (mode[9] == 'x') ? 't' : 'T';
mode              575 lib/util.c         return mode;
mode              294 lib/util.h     is_exe (mode_t mode)
mode              296 lib/util.h         return ((mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0);
mode             1007 lib/vfs/direntry.c vfs_s_default_stat (struct vfs_class *me, mode_t mode)
mode             1016 lib/vfs/direntry.c     mode &= ~myumask;
mode             1018 lib/vfs/direntry.c     st.st_mode = mode;
mode             1079 lib/vfs/direntry.c                       mode_t mode)
mode             1084 lib/vfs/direntry.c     st = vfs_s_default_stat (me, mode);
mode             1294 lib/vfs/direntry.c vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode             1377 lib/vfs/direntry.c         if (s->fh_open != NULL && s->fh_open (path_element->class, fh, flags, mode) != 0)
mode             1386 lib/vfs/direntry.c         fh->handle = open (fh->ino->localname, NO_LINEAR (flags), mode);
mode              191 lib/vfs/interface.c     mode_t mode = 0;
mode              206 lib/vfs/interface.c         mode = va_arg (ap, PROMOTED_MODE_T);
mode              216 lib/vfs/interface.c         info = path_element->class->open (vpath, flags, mode);
mode              251 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
mode              256 lib/vfs/interface.c MC_NAMEOP (mkdir, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
mode              258 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              182 lib/vfs/vfs.h      int (*mknod) (const vfs_path_t * vpath, mode_t mode, dev_t dev);
mode              193 lib/vfs/vfs.h      int (*mkdir) (const vfs_path_t * vpath, mode_t mode);
mode              229 lib/vfs/vfs.h  void *vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode);
mode              311 lib/vfs/vfs.h  int mc_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev);
mode              313 lib/vfs/vfs.h  int mc_mkdir (const vfs_path_t * vpath, mode_t mode);
mode              319 lib/vfs/vfs.h  int mc_chmod (const vfs_path_t * vpath, mode_t mode);
mode              136 lib/vfs/xdirentry.h     int (*fh_open) (struct vfs_class * me, vfs_file_handler_t * fh, int flags, mode_t mode);
mode              167 lib/vfs/xdirentry.h struct stat *vfs_s_default_stat (struct vfs_class *me, mode_t mode);
mode              170 lib/vfs/xdirentry.h                                           struct vfs_s_inode *parent, mode_t mode);
mode               67 src/filemanager/chmod.c     mode_t mode;
mode              264 src/filemanager/chmod.c                 ch_mode ^= check_perm[i].mode;
mode              345 src/filemanager/chmod.c         check_perm[i].check = check_new (PY + i + 1, PX + 2, (ch_mode & check_perm[i].mode) != 0,
mode              605 src/filemanager/chmod.c                         or_mask |= check_perm[i].mode;
mode              607 src/filemanager/chmod.c                         and_mask &= ~check_perm[i].mode;
mode              621 src/filemanager/chmod.c                     or_mask |= check_perm[i].mode;
mode              634 src/filemanager/chmod.c                     and_mask &= ~check_perm[i].mode;
mode              233 src/filemanager/cmd.c compare_dir (WPanel * panel, const WPanel * other, enum CompareMode mode)
mode              280 src/filemanager/cmd.c             if (mode != compare_size_only)
mode              292 src/filemanager/cmd.c             if (mode == compare_size_only)
mode              295 src/filemanager/cmd.c             if (mode == compare_quick)
mode              852 src/filemanager/file.c real_warn_same_file (enum OperationMode mode, const char *fmt, const char *a, const char *b)
mode              859 src/filemanager/file.c     head_msg = mode == Foreground ? MSG_ERROR : _("Background process error");
mode              954 src/filemanager/file.c real_do_file_error (enum OperationMode mode, gboolean allow_retry, const char *error)
mode              959 src/filemanager/file.c     msg = mode == Foreground ? MSG_ERROR : _("Background process error");
mode              995 src/filemanager/file.c real_query_recursive (file_op_context_t * ctx, enum OperationMode mode, const char *s)
mode             1002 src/filemanager/file.c         msg = mode == Foreground
mode             2202 src/filemanager/file.c end_bg_process (file_op_context_t * ctx, enum OperationMode mode)
mode             2206 src/filemanager/file.c     (void) mode;
mode              424 src/filemanager/filegui.c overwrite_query_dialog (file_op_context_t * ctx, enum OperationMode mode)
mode              526 src/filemanager/filegui.c     if (mode == Foreground)
mode             1219 src/filemanager/filegui.c file_progress_real_query_replace (file_op_context_t * ctx, enum OperationMode mode,
mode             1238 src/filemanager/filegui.c         ui->replace_result = overwrite_query_dialog (ctx, mode);
mode              469 src/filemanager/filemanager.c check_panel_timestamp (const WPanel * panel, panel_view_mode_t mode, struct vfs_class *vclass,
mode              472 src/filemanager/filemanager.c     if (mode == view_listing)
mode               75 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t * vpath, mode_t mode)
mode               80 src/filemanager/filenot.c     if (mc_mkdir (vpath, mode) == 0)
mode               96 src/filemanager/filenot.c     result = my_mkdir_rec (q, mode);
mode              100 src/filemanager/filenot.c         result = mc_mkdir (vpath, mode);
mode              110 src/filemanager/filenot.c my_mkdir (const vfs_path_t * vpath, mode_t mode)
mode              114 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              556 src/setup.c        panel_view_mode_t mode = view_listing;
mode              564 src/setup.c                mode = panel_types[i].opt_type;
mode              570 src/setup.c        return mode;
mode              231 src/vfs/cpio/cpio.c     mode_t mode;
mode              269 src/vfs/cpio/cpio.c     mode = arch->st.st_mode & 07777;
mode              270 src/vfs/cpio/cpio.c     mode |= (mode & 0444) >> 2; /* set eXec where Read is */
mode              271 src/vfs/cpio/cpio.c     mode |= S_IFDIR;
mode              274 src/vfs/cpio/cpio.c     root->st.st_mode = mode;
mode              876 src/vfs/cpio/cpio.c cpio_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode              879 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             1004 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode             1057 src/vfs/extfs/extfs.c     local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);
mode             1063 src/vfs/extfs/extfs.c         local_handle = open (entry->ino->localname, flags, mode);
mode             1312 src/vfs/extfs/extfs.c extfs_chmod (const vfs_path_t * vpath, mode_t mode)
mode             1315 src/vfs/extfs/extfs.c     (void) mode;
mode             1371 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t * vpath, mode_t mode)
mode             1379 src/vfs/extfs/extfs.c     (void) mode;
mode             1386 src/vfs/fish/fish.c fish_chmod (const vfs_path_t * vpath, mode_t mode)
mode             1405 src/vfs/fish/fish.c                            (unsigned int) (mode & 07777));
mode             1596 src/vfs/fish/fish.c fish_mkdir (const vfs_path_t * vpath, mode_t mode)
mode             1604 src/vfs/fish/fish.c     (void) mode;
mode             1674 src/vfs/fish/fish.c fish_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode             1678 src/vfs/fish/fish.c     (void) mode;
mode             1754 src/vfs/fish/fish.c fish_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode             1761 src/vfs/fish/fish.c     return vfs_s_open (vpath, flags, mode);
mode             2189 src/vfs/ftpfs/ftpfs.c ftpfs_chmod (const vfs_path_t * vpath, mode_t mode)
mode             2194 src/vfs/ftpfs/ftpfs.c     g_snprintf (buf, sizeof (buf), "SITE CHMOD %4.4o /%%s", (unsigned int) (mode & 07777));
mode             2280 src/vfs/ftpfs/ftpfs.c ftpfs_mkdir (const vfs_path_t * vpath, mode_t mode)
mode             2282 src/vfs/ftpfs/ftpfs.c     (void) mode;                /* FIXME: should be used */
mode             2312 src/vfs/ftpfs/ftpfs.c ftpfs_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode             2316 src/vfs/ftpfs/ftpfs.c     (void) mode;
mode              280 src/vfs/ftpfs/ftpfs_parse_ls.c     mode_t type, mode = 0;
mode              295 src/vfs/ftpfs/ftpfs_parse_ls.c     if (vfs_parse_fileperms (t + 1, NULL, &mode))
mode              296 src/vfs/ftpfs/ftpfs_parse_ls.c         mode |= type;
mode              298 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = mode;
mode              996 src/vfs/ftpfs/ftpfs_parse_ls.c     mode_t type, mode;
mode             1010 src/vfs/ftpfs/ftpfs_parse_ls.c     if (!vfs_parse_fileperms (t + 1, NULL, &mode))
mode               67 src/vfs/local/local.c local_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode               74 src/vfs/local/local.c     fd = open (path_element->path, NO_LINEAR (flags), mode);
mode              174 src/vfs/local/local.c local_chmod (const vfs_path_t * vpath, mode_t mode)
mode              179 src/vfs/local/local.c     return chmod (path_element->path, mode);
mode              299 src/vfs/local/local.c local_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev)
mode              304 src/vfs/local/local.c     return mknod (path_element->path, mode, dev);
mode              322 src/vfs/local/local.c local_mkdir (const vfs_path_t * vpath, mode_t mode)
mode              327 src/vfs/local/local.c     return mkdir (path_element->path, mode);
mode              297 src/vfs/sfs/sfs.c           mode_t mode)
mode              302 src/vfs/sfs/sfs.c     fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);
mode              335 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t * vpath, mode_t mode)
mode              337 src/vfs/sfs/sfs.c     return chmod (sfs_redirect (vpath), mode);
mode              174 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
mode              201 src/vfs/sftpfs/dir.c             libssh2_sftp_mkdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len, mode);
mode               52 src/vfs/sftpfs/file.c     mode_t mode;
mode               71 src/vfs/sftpfs/file.c     mode_t mode;
mode               76 src/vfs/sftpfs/file.c     mode = file->mode;
mode               79 src/vfs/sftpfs/file.c     sftpfs_open_file (fh, flags, mode, mcerror);
mode              126 src/vfs/sftpfs/file.c sftpfs_open_file (vfs_file_handler_t * fh, int flags, mode_t mode, GError ** mcerror)
mode              136 src/vfs/sftpfs/file.c     (void) mode;
mode              184 src/vfs/sftpfs/file.c     file->mode = mode;
mode              492 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
mode              505 src/vfs/sftpfs/internal.c     attrs.permissions = mode;
mode               83 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror);
mode               97 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror);
mode              100 src/vfs/sftpfs/internal.h gboolean sftpfs_open_file (vfs_file_handler_t * fh, int flags, mode_t mode, GError ** mcerror);
mode              105 src/vfs/sftpfs/sftpfs.c sftpfs_cb_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode              156 src/vfs/sftpfs/sftpfs.c     if (!sftpfs_open_file (fh, flags, mode, &mcerror))
mode              382 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev)
mode              385 src/vfs/sftpfs/sftpfs.c     (void) mode;
mode              520 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t * vpath, mode_t mode)
mode              525 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_chmod (vpath, mode, &mcerror);
mode              540 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t * vpath, mode_t mode)
mode              545 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_mkdir (vpath, mode, &mcerror);
mode              144 src/vfs/tar/tar.c     char mode[8];               /* 100 */
mode              344 src/vfs/tar/tar.c     mode_t mode;
mode              383 src/vfs/tar/tar.c     mode = arch->st.st_mode & 07777;
mode              384 src/vfs/tar/tar.c     if (mode & 0400)
mode              385 src/vfs/tar/tar.c         mode |= 0100;
mode              386 src/vfs/tar/tar.c     if (mode & 0040)
mode              387 src/vfs/tar/tar.c         mode |= 0010;
mode              388 src/vfs/tar/tar.c     if (mode & 0004)
mode              389 src/vfs/tar/tar.c         mode |= 0001;
mode              390 src/vfs/tar/tar.c     mode |= S_IFDIR;
mode              393 src/vfs/tar/tar.c     root->st.st_mode = mode;
mode              537 src/vfs/tar/tar.c     st->st_mode = tar_from_oct (8, header->header.mode);
mode              980 src/vfs/tar/tar.c tar_fh_open (struct vfs_class *me, vfs_file_handler_t * fh, int flags, mode_t mode)
mode              983 src/vfs/tar/tar.c     (void) mode;
mode               80 src/vfs/undelfs/undelfs.c     unsigned short mode;
mode              301 src/vfs/undelfs/undelfs.c             delarray[num_delarray].mode = inode.i_mode;
mode              435 src/vfs/undelfs/undelfs.c undelfs_open (const vfs_path_t * vpath, int flags, mode_t mode)
mode              441 src/vfs/undelfs/undelfs.c     (void) mode;
mode              631 src/vfs/undelfs/undelfs.c     buf->st_mode = delarray[inode_index].mode;