mode_t 539 lib/util.c string_perm (mode_t mode_bits) mode_t 188 lib/util.h const char *string_perm (mode_t mode_bits); mode_t 304 lib/util.h is_exe (mode_t mode) mode_t 1001 lib/vfs/direntry.c vfs_s_default_stat (struct vfs_class *me, mode_t mode) mode_t 1004 lib/vfs/direntry.c mode_t myumask; mode_t 1070 lib/vfs/direntry.c mode_t mode) mode_t 1285 lib/vfs/direntry.c vfs_s_open (const vfs_path_t *vpath, int flags, mode_t mode) mode_t 194 lib/vfs/interface.c mode_t mode = 0; mode_t 252 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode)) mode_t 259 lib/vfs/interface.c MC_NAMEOP (mkdir, (const vfs_path_t *vpath, mode_t mode), (vpath, mode)) mode_t 261 lib/vfs/interface.c MC_NAMEOP (mknod, (const vfs_path_t *vpath, mode_t mode, dev_t dev), (vpath, mode, dev)) mode_t 209 lib/vfs/parse_ls_vga.c vfs_parse_filetype (const char *s, size_t *ret_skipped, mode_t *ret_type) mode_t 211 lib/vfs/parse_ls_vga.c mode_t type; mode_t 276 lib/vfs/parse_ls_vga.c vfs_parse_fileperms (const char *s, size_t *ret_skipped, mode_t *ret_perms) mode_t 279 lib/vfs/parse_ls_vga.c mode_t perms = 0; mode_t 415 lib/vfs/parse_ls_vga.c vfs_parse_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode) mode_t 418 lib/vfs/parse_ls_vga.c mode_t type, perms; mode_t 438 lib/vfs/parse_ls_vga.c vfs_parse_raw_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode) mode_t 441 lib/vfs/parse_ls_vga.c mode_t remote_type = 0, local_type, perms = 0; mode_t 716 lib/vfs/parse_ls_vga.c mode_t perms; mode_t 51 lib/vfs/utilvfs.h gboolean vfs_parse_filetype (const char *s, size_t *ret_skipped, mode_t *ret_type); mode_t 52 lib/vfs/utilvfs.h gboolean vfs_parse_fileperms (const char *s, size_t *ret_skipped, mode_t *ret_perms); mode_t 53 lib/vfs/utilvfs.h gboolean vfs_parse_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode); mode_t 54 lib/vfs/utilvfs.h gboolean vfs_parse_raw_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode); mode_t 162 lib/vfs/vfs.h void *(*open) (const vfs_path_t *vpath, int flags, mode_t mode); mode_t 175 lib/vfs/vfs.h int (*chmod) (const vfs_path_t *vpath, mode_t mode); mode_t 191 lib/vfs/vfs.h int (*mknod) (const vfs_path_t *vpath, mode_t mode, dev_t dev); mode_t 202 lib/vfs/vfs.h int (*mkdir) (const vfs_path_t *vpath, mode_t mode); mode_t 238 lib/vfs/vfs.h void *vfs_s_open (const vfs_path_t *vpath, int flags, mode_t mode); mode_t 318 lib/vfs/vfs.h int mc_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev); mode_t 320 lib/vfs/vfs.h int mc_mkdir (const vfs_path_t *vpath, mode_t mode); mode_t 326 lib/vfs/vfs.h int mc_chmod (const vfs_path_t *vpath, mode_t mode); mode_t 141 lib/vfs/xdirentry.h int (*fh_open) (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode); mode_t 170 lib/vfs/xdirentry.h struct stat *vfs_s_default_stat (struct vfs_class *me, mode_t mode); mode_t 173 lib/vfs/xdirentry.h struct vfs_s_inode *parent, mode_t mode); mode_t 60 src/clipboard.c static const mode_t clip_open_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; mode_t 102 src/filemanager/achown.c static mode_t ch_cmode; mode_t 184 src/filemanager/achown.c static mode_t mode_t 187 src/filemanager/achown.c mode_t m = 0; mode_t 191 src/filemanager/achown.c : ((s[0] == '+') ? (mode_t) (1 << (base + 2)) : (1 << (base + 2)) & ch_cmode); mode_t 195 src/filemanager/achown.c : ((s[1] == '+') ? (mode_t) (1 << (base + 1)) : (1 << (base + 1)) & ch_cmode); mode_t 197 src/filemanager/achown.c m |= (s[2] == '-') ? 0 : ((s[2] == '+') ? (mode_t) (1 << base) : (1 << base) & ch_cmode); mode_t 204 src/filemanager/achown.c static mode_t mode_t 207 src/filemanager/achown.c mode_t m; mode_t 825 src/filemanager/achown.c try_advanced_chown (const vfs_path_t *p, mode_t m, uid_t u, gid_t g) mode_t 907 src/filemanager/achown.c do_advanced_chown (WPanel *panel, const vfs_path_t *p, mode_t m, uid_t u, gid_t g) mode_t 69 src/filemanager/chmod.c mode_t mode; mode_t 119 src/filemanager/chmod.c static mode_t and_mask, or_mask, ch_mode; mode_t 413 src/filemanager/chmod.c try_chmod (const vfs_path_t *p, mode_t m) mode_t 114 src/filemanager/file.c mode_t st_mode; mode_t 2285 src/filemanager/file.c mode_t src_mode = 0; // The mode of the source file mode_t 792 src/filemanager/filegui.c ctx->umask_kill = (mode_t) (~0); mode_t 1470 src/filemanager/filegui.c ctx->umask_kill = (mode_t) (~0); mode_t 1475 src/filemanager/filegui.c mode_t i2; mode_t 1480 src/filemanager/filegui.c ctx->umask_kill = i2 ^ ((mode_t) (~0)); mode_t 93 src/filemanager/filegui.h mode_t umask_kill; mode_t 63 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t *vpath, mode_t mode) mode_t 98 src/filemanager/filenot.c my_mkdir (const vfs_path_t *vpath, mode_t mode) mode_t 21 src/filemanager/filenot.h int my_mkdir (const vfs_path_t *vpath, mode_t mode); mode_t 177 src/usermenu.c mode_t st_mode; mode_t 232 src/vfs/cpio/cpio.c mode_t mode; mode_t 871 src/vfs/cpio/cpio.c cpio_fh_open (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode) mode_t 200 src/vfs/extfs/extfs.c mode_t mode) mode_t 204 src/vfs/extfs/extfs.c mode_t myumask; mode_t 522 src/vfs/extfs/extfs.c mode_t mode; mode_t 1047 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t *vpath, int flags, mode_t mode) mode_t 1392 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t *vpath, mode_t mode) mode_t 2186 src/vfs/ftpfs/ftpfs.c ftpfs_chmod (const vfs_path_t *vpath, mode_t mode) mode_t 2277 src/vfs/ftpfs/ftpfs.c ftpfs_mkdir (const vfs_path_t *vpath, mode_t mode) mode_t 2309 src/vfs/ftpfs/ftpfs.c ftpfs_fh_open (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode) mode_t 283 src/vfs/ftpfs/ftpfs_parse_ls.c mode_t type, mode = 0; mode_t 828 src/vfs/ftpfs/ftpfs_parse_ls.c mode_t type; mode_t 996 src/vfs/ftpfs/ftpfs_parse_ls.c mode_t type, mode; mode_t 64 src/vfs/local/local.c local_open (const vfs_path_t *vpath, int flags, mode_t mode) mode_t 179 src/vfs/local/local.c local_chmod (const vfs_path_t *vpath, mode_t mode) mode_t 321 src/vfs/local/local.c local_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev) mode_t 344 src/vfs/local/local.c local_mkdir (const vfs_path_t *vpath, mode_t mode) mode_t 296 src/vfs/sfs/sfs.c mode_t mode) mode_t 334 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t *vpath, mode_t mode) mode_t 166 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror) mode_t 53 src/vfs/sftpfs/file.c mode_t mode; mode_t 74 src/vfs/sftpfs/file.c mode_t mode; mode_t 129 src/vfs/sftpfs/file.c sftpfs_open_file (vfs_file_handler_t *fh, int flags, mode_t mode, GError **mcerror) mode_t 487 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror) mode_t 87 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror); mode_t 101 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror); mode_t 104 src/vfs/sftpfs/internal.h gboolean sftpfs_open_file (vfs_file_handler_t *fh, int flags, mode_t mode, GError **mcerror); mode_t 107 src/vfs/sftpfs/sftpfs.c sftpfs_cb_open (const vfs_path_t *vpath, int flags, mode_t mode) mode_t 379 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev) mode_t 517 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t *vpath, mode_t mode) mode_t 537 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t *vpath, mode_t mode) mode_t 1357 src/vfs/shell/shell.c shell_chmod (const vfs_path_t *vpath, mode_t mode) mode_t 1535 src/vfs/shell/shell.c shell_mkdir (const vfs_path_t *vpath, mode_t mode) mode_t 1611 src/vfs/shell/shell.c shell_fh_open (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode) mode_t 1690 src/vfs/shell/shell.c shell_open (const vfs_path_t *vpath, int flags, mode_t mode) mode_t 202 src/vfs/tar/tar.c static inline mode_t mode_t 206 src/vfs/tar/tar.c mode_t mode; mode_t 890 src/vfs/tar/tar.c mode_t mode; mode_t 1249 src/vfs/tar/tar.c tar_fh_open (struct vfs_class *me, vfs_file_handler_t *fh, int flags, mode_t mode) mode_t 432 src/vfs/undelfs/undelfs.c undelfs_open (const vfs_path_t *vpath, int flags, mode_t mode)