mode 235 lib/tty/tty-ncurses.c struct termios mode; mode 252 lib/tty/tty-ncurses.c tcgetattr (STDIN_FILENO, &mode); mode 254 lib/tty/tty-ncurses.c mode.c_cc[VINTR] = CTRL ('g'); /* ^g */ mode 256 lib/tty/tty-ncurses.c mode.c_cc[VQUIT] = NULL_VALUE; mode 257 lib/tty/tty-ncurses.c tcsetattr (STDIN_FILENO, TCSANOW, &mode); mode 529 lib/util.c static char mode[11]; mode 531 lib/util.c strcpy (mode, "----------"); mode 533 lib/util.c mode[0] = 'd'; mode 535 lib/util.c mode[0] = 'c'; mode 537 lib/util.c mode[0] = 'b'; mode 539 lib/util.c mode[0] = 'l'; mode 541 lib/util.c mode[0] = 'p'; mode 543 lib/util.c mode[0] = 'n'; mode 545 lib/util.c mode[0] = 's'; mode 547 lib/util.c mode[0] = 'D'; mode 549 lib/util.c mode[9] = 'x'; mode 551 lib/util.c mode[8] = 'w'; mode 553 lib/util.c mode[7] = 'r'; mode 555 lib/util.c mode[6] = 'x'; mode 557 lib/util.c mode[5] = 'w'; mode 559 lib/util.c mode[4] = 'r'; mode 561 lib/util.c mode[3] = 'x'; mode 563 lib/util.c mode[2] = 'w'; mode 565 lib/util.c mode[1] = 'r'; mode 568 lib/util.c mode[3] = (mode[3] == 'x') ? 's' : 'S'; mode 572 lib/util.c mode[6] = (mode[6] == 'x') ? 's' : 'S'; mode 576 lib/util.c mode[9] = (mode[9] == 'x') ? 't' : 'T'; mode 578 lib/util.c return mode; mode 291 lib/util.h is_exe (mode_t mode) mode 293 lib/util.h return ((mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0); mode 1004 lib/vfs/direntry.c vfs_s_default_stat (struct vfs_class *me, mode_t mode) mode 1013 lib/vfs/direntry.c mode &= ~myumask; mode 1015 lib/vfs/direntry.c st.st_mode = mode; mode 1073 lib/vfs/direntry.c mode_t mode) mode 1078 lib/vfs/direntry.c st = vfs_s_default_stat (me, mode); mode 1288 lib/vfs/direntry.c vfs_s_open (const vfs_path_t *vpath, int flags, mode_t mode) mode 1371 lib/vfs/direntry.c if (s->fh_open != NULL && s->fh_open (me, fh, flags, mode) != 0) mode 1380 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 163 lib/vfs/vfs.h void *(*open) (const vfs_path_t * vpath, int flags, mode_t mode); mode 176 lib/vfs/vfs.h int (*chmod) (const vfs_path_t * vpath, mode_t mode); mode 192 lib/vfs/vfs.h int (*mknod) (const vfs_path_t * vpath, mode_t mode, dev_t dev); mode 203 lib/vfs/vfs.h int (*mkdir) (const vfs_path_t * vpath, mode_t mode); mode 240 lib/vfs/vfs.h void *vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode); mode 322 lib/vfs/vfs.h int mc_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev); mode 324 lib/vfs/vfs.h int mc_mkdir (const vfs_path_t * vpath, mode_t mode); mode 330 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 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 595 src/filemanager/chmod.c or_mask |= check_perm[i].mode; mode 597 src/filemanager/chmod.c and_mask &= ~check_perm[i].mode; mode 611 src/filemanager/chmod.c or_mask |= check_perm[i].mode; mode 624 src/filemanager/chmod.c and_mask &= ~check_perm[i].mode; mode 211 src/filemanager/cmd.c compare_dir (WPanel *panel, const WPanel *other, enum CompareMode mode) mode 258 src/filemanager/cmd.c if (mode != compare_size_only) mode 270 src/filemanager/cmd.c if (mode == compare_size_only) mode 273 src/filemanager/cmd.c if (mode == compare_quick) mode 847 src/filemanager/file.c real_warn_same_file (enum OperationMode mode, const char *fmt, const char *a, const char *b) mode 854 src/filemanager/file.c head_msg = mode == Foreground ? MSG_ERROR : _("Background process error"); mode 935 src/filemanager/file.c real_do_file_error (enum OperationMode mode, gboolean allow_retry, const char *error) mode 940 src/filemanager/file.c msg = mode == Foreground ? MSG_ERROR : _("Background process error"); mode 976 src/filemanager/file.c real_query_recursive (file_op_context_t *ctx, enum OperationMode mode, const char *s) mode 983 src/filemanager/file.c msg = mode == Foreground mode 2189 src/filemanager/file.c end_bg_process (file_op_context_t *ctx, enum OperationMode mode) mode 2193 src/filemanager/file.c (void) mode; mode 423 src/filemanager/filegui.c overwrite_query_dialog (file_op_context_t *ctx, enum OperationMode mode) mode 524 src/filemanager/filegui.c if (mode == Foreground) mode 1215 src/filemanager/filegui.c file_progress_real_query_replace (file_op_context_t *ctx, enum OperationMode mode, mode 1234 src/filemanager/filegui.c ui->replace_result = overwrite_query_dialog (ctx, mode); mode 467 src/filemanager/filemanager.c check_panel_timestamp (const WPanel *panel, panel_view_mode_t mode, const struct vfs_class *vclass, mode 470 src/filemanager/filemanager.c return (mode != view_listing || (vfs_path_get_last_path_vfs (panel->cwd_vpath) == vclass mode 64 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t *vpath, mode_t mode) mode 69 src/filemanager/filenot.c if (mc_mkdir (vpath, mode) == 0) mode 85 src/filemanager/filenot.c result = my_mkdir_rec (q, mode); mode 89 src/filemanager/filenot.c result = mc_mkdir (vpath, mode); mode 99 src/filemanager/filenot.c my_mkdir (const vfs_path_t *vpath, mode_t mode) mode 103 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 187 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 868 src/vfs/cpio/cpio.c cpio_fh_open (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode) mode 871 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 571 src/vfs/extfs/extfs.c mode = mystat.st_mode & 07777; mode 572 src/vfs/extfs/extfs.c if (mode & 0400) mode 573 src/vfs/extfs/extfs.c mode |= 0100; mode 574 src/vfs/extfs/extfs.c if (mode & 0040) mode 575 src/vfs/extfs/extfs.c mode |= 0010; mode 576 src/vfs/extfs/extfs.c if (mode & 0004) mode 577 src/vfs/extfs/extfs.c mode |= 0001; mode 578 src/vfs/extfs/extfs.c mode |= S_IFDIR; mode 580 src/vfs/extfs/extfs.c root_entry = extfs_generate_entry (current_archive, PATH_SEP_STR, NULL, mode); mode 1040 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t *vpath, int flags, mode_t mode) mode 1093 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode); mode 1099 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, flags, mode); mode 1352 src/vfs/extfs/extfs.c extfs_chmod (const vfs_path_t *vpath, mode_t mode) mode 1355 src/vfs/extfs/extfs.c (void) mode; mode 1408 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t *vpath, mode_t mode) mode 1416 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 64 src/vfs/local/local.c local_open (const vfs_path_t *vpath, int flags, mode_t mode) mode 71 src/vfs/local/local.c fd = open (path, NO_LINEAR (flags), mode); mode 171 src/vfs/local/local.c local_chmod (const vfs_path_t *vpath, mode_t mode) mode 176 src/vfs/local/local.c return chmod (path, mode); mode 313 src/vfs/local/local.c local_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev) mode 318 src/vfs/local/local.c return mknod (path, mode, dev); mode 336 src/vfs/local/local.c local_mkdir (const vfs_path_t *vpath, mode_t mode) mode 341 src/vfs/local/local.c return mkdir (path, mode); mode 296 src/vfs/sfs/sfs.c mode_t mode) mode 301 src/vfs/sfs/sfs.c fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode); mode 334 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t *vpath, mode_t mode) mode 336 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 490 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror) mode 503 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 379 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev) mode 382 src/vfs/sftpfs/sftpfs.c (void) mode; mode 517 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t *vpath, mode_t mode) mode 522 src/vfs/sftpfs/sftpfs.c rc = sftpfs_chmod (vpath, mode, &mcerror); mode 537 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t *vpath, mode_t mode) mode 542 src/vfs/sftpfs/sftpfs.c rc = sftpfs_mkdir (vpath, mode, &mcerror); mode 1378 src/vfs/shell/shell.c shell_chmod (const vfs_path_t *vpath, mode_t mode) mode 1397 src/vfs/shell/shell.c (unsigned int) (mode & 07777)); mode 1560 src/vfs/shell/shell.c shell_mkdir (const vfs_path_t *vpath, mode_t mode) mode 1568 src/vfs/shell/shell.c (void) mode; mode 1638 src/vfs/shell/shell.c shell_fh_open (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode) mode 1642 src/vfs/shell/shell.c (void) mode; mode 1718 src/vfs/shell/shell.c shell_open (const vfs_path_t *vpath, int flags, mode_t mode) mode 1725 src/vfs/shell/shell.c return vfs_s_open (vpath, flags, mode); mode 79 src/vfs/tar/tar-internal.h char mode[8]; /* 100 */ mode 145 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 380 src/vfs/tar/tar.c current_stat_info.stat.st_mode = MODE_FROM_HEADER (header->header.mode, &hbits); mode 905 src/vfs/tar/tar.c mode_t mode; mode 943 src/vfs/tar/tar.c mode = arch->st.st_mode & 07777; mode 944 src/vfs/tar/tar.c if (mode & 0400) mode 945 src/vfs/tar/tar.c mode |= 0100; mode 946 src/vfs/tar/tar.c if (mode & 0040) mode 947 src/vfs/tar/tar.c mode |= 0010; mode 948 src/vfs/tar/tar.c if (mode & 0004) mode 949 src/vfs/tar/tar.c mode |= 0001; mode 950 src/vfs/tar/tar.c mode |= S_IFDIR; mode 953 src/vfs/tar/tar.c root->st.st_mode = mode; mode 1264 src/vfs/tar/tar.c tar_fh_open (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode) mode 1267 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;