stat               25 lib/file-entry.h     struct stat st;
stat              203 lib/lock.c         struct stat statbuf;
stat              293 lib/lock.c             struct stat statbuf;
stat              110 lib/mcconfig/common.c     struct stat st;
stat              118 lib/util.c         struct stat mybuf;
stat             1354 lib/util.c         struct stat stat_buf;
stat             1369 lib/util.c             if (stat (file_name, &stat_buf) == 0)
stat              215 lib/util.h     int get_user_permissions (struct stat *buf);
stat             1242 lib/utilunix.c get_user_permissions (struct stat *st)
stat              507 lib/vfs/direntry.c vfs_s_internal_stat (const vfs_path_t *vpath, struct stat *buf, int flag)
stat              878 lib/vfs/direntry.c vfs_s_new_inode (struct vfs_class *me, struct vfs_s_super *super, struct stat *initstat)
stat             1000 lib/vfs/direntry.c struct stat *
stat             1003 lib/vfs/direntry.c     static struct stat st;
stat             1041 lib/vfs/direntry.c vfs_adjust_stat (struct stat *s)
stat             1073 lib/vfs/direntry.c     struct stat *st;
stat             1396 lib/vfs/direntry.c vfs_s_stat (const vfs_path_t *vpath, struct stat *buf)
stat             1404 lib/vfs/direntry.c vfs_s_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             1412 lib/vfs/direntry.c vfs_s_fstat (void *fh, struct stat *buf)
stat             1516 lib/vfs/direntry.c     vclass->stat = vfs_s_stat;
stat               88 lib/vfs/interface.c     struct stat mystat;
stat              309 lib/vfs/interface.c MC_HANDLEOP (int, fstat, (int handle, struct stat *buf), (fsinfo, buf))
stat              526 lib/vfs/interface.c     int mc_##name (const vfs_path_t *vpath, struct stat *buf)                                      \
stat              545 lib/vfs/interface.c MC_STATOP (stat)
stat              773 lib/vfs/interface.c         struct stat st;
stat              682 lib/vfs/parse_ls_vga.c vfs_parse_ls_lga (const char *p, struct stat *s, char **filename, char **linkname,
stat               67 lib/vfs/path.c     struct stat buf;
stat               69 lib/vfs/path.c     return (stat (path, &buf) != 0);
stat              412 lib/vfs/utilvfs.c vfs_get_timesbuf_from_stat (const struct stat *s, mc_timesbuf_t *times)
stat              447 lib/vfs/utilvfs.c vfs_copy_stat_times (const struct stat *src, struct stat *dst)
stat              471 lib/vfs/utilvfs.c vfs_zero_stat_times (struct stat *s)
stat              473 lib/vfs/utilvfs.c     const struct stat empty = { 0 };
stat               57 lib/vfs/utilvfs.h gboolean vfs_parse_ls_lga (const char *p, struct stat *s, char **filename, char **linkname,
stat               66 lib/vfs/utilvfs.h void vfs_get_timesbuf_from_stat (const struct stat *s, mc_timesbuf_t *times);
stat               67 lib/vfs/utilvfs.h void vfs_copy_stat_times (const struct stat *src, struct stat *dst);
stat               68 lib/vfs/utilvfs.h void vfs_zero_stat_times (struct stat *s);
stat              215 lib/vfs/vfs.c      struct stat my_stat, my_stat2;
stat              171 lib/vfs/vfs.h      int (*stat) (const vfs_path_t *vpath, struct stat *buf);
stat              172 lib/vfs/vfs.h      int (*lstat) (const vfs_path_t *vpath, struct stat *buf);
stat              173 lib/vfs/vfs.h      int (*fstat) (void *vfs_info, struct stat *buf);
stat              239 lib/vfs/vfs.h  int vfs_s_stat (const vfs_path_t *vpath, struct stat *buf);
stat              240 lib/vfs/vfs.h  int vfs_s_lstat (const vfs_path_t *vpath, struct stat *buf);
stat              241 lib/vfs/vfs.h  int vfs_s_fstat (void *fh, struct stat *buf);
stat              243 lib/vfs/vfs.h  void vfs_adjust_stat (struct stat *s);
stat              317 lib/vfs/vfs.h  MC_MOCKABLE int mc_stat (const vfs_path_t *vpath, struct stat *buf);
stat              322 lib/vfs/vfs.h  int mc_fstat (int fd, struct stat *buf);
stat              323 lib/vfs/vfs.h  MC_MOCKABLE int mc_lstat (const vfs_path_t *vpath, struct stat *buf);
stat               98 lib/vfs/xdirentry.h     struct stat st;             // Parameters of this inode
stat              162 lib/vfs/xdirentry.h                                      struct stat *initstat);
stat              170 lib/vfs/xdirentry.h struct stat *vfs_s_default_stat (struct vfs_class *me, mode_t mode);
stat              225 lib/widget/input_complete.c             struct stat tempstat;
stat              589 src/args.c                 struct stat st;
stat              167 src/consaver/cons.saver.c     struct stat st;
stat             3501 src/diffviewer/ydiff.c         struct stat st;
stat             3551 src/diffviewer/ydiff.c             struct stat st0, st1;
stat              295 src/editor/edit.c check_file_access (WEdit *edit, const vfs_path_t *filename_vpath, struct stat *st)
stat             1787 src/editor/edit.c     struct stat status;
stat              139 src/editor/editcmd.c     struct stat sb;
stat              930 src/editor/editcmd.c             struct stat sb;
stat              141 src/editor/editwidget.h     struct stat stat1;    // Result of mc_fstat() on the file
stat              184 src/execute.c      struct stat st;
stat              216 src/execute.c          struct stat st;
stat              103 src/filemanager/achown.c static struct stat sf_stat;
stat              921 src/filemanager/achown.c apply_advanced_chowns (WPanel *panel, vfs_path_t *vpath, struct stat *sf)
stat              299 src/filemanager/chmod.c chmod_dlg_create (WPanel *panel, const char *fname, const struct stat *sf_stat)
stat              458 src/filemanager/chmod.c do_chmod (WPanel *panel, const vfs_path_t *p, struct stat *sf)
stat              475 src/filemanager/chmod.c apply_mask (WPanel *panel, vfs_path_t *vpath, struct stat *sf)
stat              530 src/filemanager/chmod.c         struct stat sf_stat;
stat              349 src/filemanager/chown.c         struct stat sf;
stat              391 src/filemanager/chown.c         struct stat sf_stat;
stat              152 src/filemanager/dir.c handle_dirent (struct vfs_dirent *dp, const file_filter_t *filter, struct stat *buf1,
stat              199 src/filemanager/dir.c dir_get_dotdot_stat (const vfs_path_t *vpath, struct stat *st)
stat              299 src/filemanager/dir.c dir_list_append (dir_list *list, const char *fname, const struct stat *st, gboolean link_to_dir,
stat              596 src/filemanager/dir.c handle_path (const char *path, struct stat *buf1, gboolean *link_to_dir, gboolean *stale_link)
stat              618 src/filemanager/dir.c         struct stat buf2;
stat              639 src/filemanager/dir.c     struct stat st;
stat              695 src/filemanager/dir.c     struct stat b;
stat              713 src/filemanager/dir.c     struct stat st;
stat               78 src/filemanager/dir.h gboolean dir_list_append (dir_list *list, const char *fname, const struct stat *st,
stat               89 src/filemanager/dir.h gboolean handle_path (const char *path, struct stat *buf1, gboolean *link_to_dir,
stat              136 src/filemanager/ext.c         struct stat mystat;
stat              156 src/filemanager/ext.c         struct stat mystat;
stat              901 src/filemanager/ext.c     struct stat mystat;
stat              332 src/filemanager/file.c is_in_linklist (const GSList *lp, const vfs_path_t *vpath, const struct stat *sb)
stat              360 src/filemanager/file.c check_hardlinks (file_op_context_t *ctx, const vfs_path_t *src_vpath, const struct stat *src_stat,
stat              376 src/filemanager/file.c         struct stat link_stat;
stat              505 src/filemanager/file.c     struct stat dst_stat;
stat              637 src/filemanager/file.c     struct stat s;
stat              708 src/filemanager/file.c         const struct stat *s;
stat              742 src/filemanager/file.c                            const struct stat *source_stat, file_op_context_t *ctx,
stat              770 src/filemanager/file.c                      && file_is_symlink_to_dir (source, (struct stat *) source_stat, &stale_link)
stat              915 src/filemanager/file.c check_same_file (file_op_context_t *ctx, const char *a, const struct stat *ast, const char *b,
stat              916 src/filemanager/file.c                  const struct stat *bst, FileProgressStatus *status)
stat             1068 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst,
stat             1069 src/filemanager/file.c                struct stat *dst_stat)
stat             1075 src/filemanager/file.c                                  struct stat *, const char *, struct stat *);
stat             1081 src/filemanager/file.c         return parent_call (pntr.p, ctx, 4, strlen (src), src, sizeof (struct stat), src_stat,
stat             1082 src/filemanager/file.c                             strlen (dst), dst, sizeof (struct stat), dst_stat);
stat             1107 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst,
stat             1108 src/filemanager/file.c                struct stat *dst_stat)
stat             1210 src/filemanager/file.c     struct stat src_stat, dst_stat;
stat             1379 src/filemanager/file.c     struct stat buf;
stat             1451 src/filemanager/file.c         struct stat buf;
stat             1613 src/filemanager/file.c     struct stat src_stat, dst_stat;
stat             1801 src/filemanager/file.c check_single_entry (const WPanel *panel, gboolean force_single, struct stat *src_stat)
stat             1863 src/filemanager/file.c                                const struct stat *src_stat)
stat             1944 src/filemanager/file.c                       struct stat *src_stat, file_op_context_t *ctx, gboolean *do_bg)
stat             1998 src/filemanager/file.c do_confirm_erase (const WPanel *panel, const char *source, struct stat *src_stat)
stat             2034 src/filemanager/file.c                      struct stat *src_stat, const char *dest, filegui_dialog_type_t dialog_type)
stat             2135 src/filemanager/file.c                   struct stat *src_stat, const char *dest)
stat             2245 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t *vpath, struct stat *st, gboolean *stale_link)
stat             2247 src/filemanager/file.c     struct stat st2;
stat             2261 src/filemanager/file.c         struct stat st3;
stat             2286 src/filemanager/file.c     struct stat src_stat, dst_stat;
stat             3012 src/filemanager/file.c     struct stat dst_stat, src_stat;
stat             3509 src/filemanager/file.c     struct stat src_stat;
stat             3648 src/filemanager/file.c             struct stat dst_stat;
stat               42 src/filemanager/file.h gboolean file_is_symlink_to_dir (const vfs_path_t *path, struct stat *st, gboolean *stale_link);
stat              234 src/filemanager/filegui.c     struct stat *src_stat, *dst_stat;
stat             1270 src/filemanager/filegui.c                                   struct stat *src_stat, const char *dst, struct stat *dst_stat)
stat             1412 src/filemanager/filegui.c         struct stat buf;
stat               17 src/filemanager/filegui.h typedef int (*mc_stat_fn) (const vfs_path_t *vpath, struct stat *buf);
stat              188 src/filemanager/filegui.h                                                      struct stat *src_stat, const char *dst,
stat              189 src/filemanager/filegui.h                                                      struct stat *dst_stat);
stat             1010 src/filemanager/find.c     struct stat s;
stat             1272 src/filemanager/find.c     struct stat tmp_stat;
stat             1809 src/filemanager/find.c         struct stat st;
stat             1447 src/filemanager/hotlist.c     struct stat stat_buf;
stat             1451 src/filemanager/hotlist.c         stat (hotlist_file_name, &stat_buf);
stat             1509 src/filemanager/hotlist.c     stat (hotlist_file_name, &stat_buf);
stat             1669 src/filemanager/hotlist.c     struct stat stat_buf;
stat             1682 src/filemanager/hotlist.c             stat (hotlist_file_name, &stat_buf);
stat              114 src/filemanager/info.c     struct stat st;
stat               83 src/filemanager/ioblksize.h io_blksize (struct stat sb)
stat              822 src/filemanager/mountlist.c                 struct stat statbuf;
stat             3022 src/filemanager/panel.c     struct stat st;
stat             4601 src/filemanager/panel.c     struct stat current_stat;
stat             4604 src/filemanager/panel.c     if (panels_options.fast_reload && stat (vfs_path_as_str (panel->cwd_vpath), &current_stat) == 0
stat               99 src/filemanager/panel.h     struct stat dir_stat;  // Stat of current dir: used by execute ()
stat              361 src/filemanager/panelize.c             struct stat st;
stat              756 src/filemanager/tree.c         struct stat buf;
stat              815 src/filemanager/treestore.c         struct stat s;
stat              903 src/filemanager/treestore.c     struct stat buf;
stat              315 src/usermenu.c             struct stat status;
stat              318 src/usermenu.c             *condition = stat (arg, &status) == 0 && is_exe (status.st_mode);
stat              628 src/usermenu.c     struct stat st;
stat              630 src/usermenu.c     if (stat (path, &st) == 0 && (st.st_uid == 0 || (st.st_uid == geteuid ()) != 0)
stat              139 src/vfs/cpio/cpio.c     struct stat st;
stat              377 src/vfs/cpio/cpio.c cpio_create_entry (struct vfs_class *me, struct vfs_s_super *super, struct stat *st, char *name)
stat              557 src/vfs/cpio/cpio.c     struct stat st;
stat              624 src/vfs/cpio/cpio.c         struct stat st;
stat              696 src/vfs/cpio/cpio.c         struct stat st;
stat              810 src/vfs/cpio/cpio.c     static struct stat sb;
stat              823 src/vfs/cpio/cpio.c     struct stat *archive_stat = cookie;  // stat of main archive
stat               93 src/vfs/extfs/extfs.c     struct stat local_stat;
stat              203 src/vfs/extfs/extfs.c     struct stat st;
stat              364 src/vfs/extfs/extfs.c         struct stat my;
stat              404 src/vfs/extfs/extfs.c     struct stat hstat;
stat              474 src/vfs/extfs/extfs.c                 struct stat st;
stat              524 src/vfs/extfs/extfs.c     struct stat mystat;
stat             1146 src/vfs/extfs/extfs.c         struct stat file_status;
stat             1152 src/vfs/extfs/extfs.c         if (stat (file->ino->localname, &file_status) != 0)
stat             1236 src/vfs/extfs/extfs.c extfs_stat_move (struct stat *buf, const struct vfs_s_inode *inode)
stat             1259 src/vfs/extfs/extfs.c extfs_internal_stat (const vfs_path_t *vpath, struct stat *buf, gboolean resolve)
stat             1287 src/vfs/extfs/extfs.c extfs_stat (const vfs_path_t *vpath, struct stat *buf)
stat             1295 src/vfs/extfs/extfs.c extfs_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             1303 src/vfs/extfs/extfs.c extfs_fstat (void *fh, struct stat *buf)
stat             1587 src/vfs/extfs/extfs.c         struct stat s;
stat             1591 src/vfs/extfs/extfs.c         if ((stat (fullname, &s) == 0) && S_ISREG (s.st_mode) && !S_ISDIR (s.st_mode)
stat             1728 src/vfs/extfs/extfs.c     vfs_extfs_ops->stat = extfs_stat;
stat              265 src/vfs/ftpfs/ftpfs.c ftpfs_set_blksize (struct stat *s)
stat              275 src/vfs/ftpfs/ftpfs.c static struct stat *
stat              278 src/vfs/ftpfs/ftpfs.c     struct stat *s;
stat             1647 src/vfs/ftpfs/ftpfs.c                         fel->l_stat = g_new (struct stat, 1);
stat             1672 src/vfs/ftpfs/ftpfs.c     struct stat s;
stat             1747 src/vfs/ftpfs/ftpfs.c                     fe->l_stat = g_try_new (struct stat, 1);
stat             1934 src/vfs/ftpfs/ftpfs.c     struct stat s;
stat             2150 src/vfs/ftpfs/ftpfs.c ftpfs_stat (const vfs_path_t *vpath, struct stat *buf)
stat             2162 src/vfs/ftpfs/ftpfs.c ftpfs_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             2174 src/vfs/ftpfs/ftpfs.c ftpfs_fstat (void *vfs_info, struct stat *buf)
stat             2493 src/vfs/ftpfs/ftpfs.c     struct stat mystat;
stat             2495 src/vfs/ftpfs/ftpfs.c     if (stat (netrcname, &mystat) >= 0 && (mystat.st_mode & 077) != 0)
stat             2755 src/vfs/ftpfs/ftpfs.c     vfs_ftpfs_ops->stat = ftpfs_stat;
stat               85 src/vfs/ftpfs/ftpfs_parse_ls.c typedef gboolean (*ftpfs_line_parser) (char *line, struct stat *s, char **filename, char **linkname,
stat               90 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename,
stat               92 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename,
stat               94 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename,
stat               96 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename,
stat               98 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename,
stat              100 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename,
stat              102 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename,
stat              279 src/vfs/ftpfs/ftpfs_parse_ls.c parse_ls_line (char *line, struct stat *s, char **filename, char **linkname)
stat              421 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              452 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              543 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              655 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              820 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              924 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              992 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename, char **linkname,
stat              153 src/vfs/local/local.c local_stat (const vfs_path_t *vpath, struct stat *buf)
stat              158 src/vfs/local/local.c     return stat (path, buf);
stat              164 src/vfs/local/local.c local_lstat (const vfs_path_t *vpath, struct stat *buf)
stat              452 src/vfs/local/local.c local_fstat (void *data, struct stat *buf)
stat              496 src/vfs/local/local.c     vfs_local_ops->stat = local_stat;
stat               27 src/vfs/local/local.h extern int local_fstat (void *data, struct stat *buf);
stat              314 src/vfs/sfs/sfs.c sfs_stat (const vfs_path_t *vpath, struct stat *buf)
stat              316 src/vfs/sfs/sfs.c     return stat (sfs_redirect (vpath), buf);
stat              322 src/vfs/sfs/sfs.c sfs_lstat (const vfs_path_t *vpath, struct stat *buf)
stat              581 src/vfs/sfs/sfs.c     vfs_sfs_ops->stat = sfs_stat;
stat              191 src/vfs/sftpfs/file.c         struct stat file_info = {
stat              224 src/vfs/sftpfs/file.c sftpfs_fstat (void *data, struct stat *buf, GError **mcerror)
stat               63 src/vfs/sftpfs/internal.c sftpfs_blksize (struct stat *s)
stat              249 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES *attrs, struct stat *s)
stat              286 src/vfs/sftpfs/internal.c sftpfs_lstat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror)
stat              314 src/vfs/sftpfs/internal.c sftpfs_stat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror)
stat               81 src/vfs/sftpfs/internal.h void sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES *attrs, struct stat *s);
stat               82 src/vfs/sftpfs/internal.h int sftpfs_lstat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);
stat               83 src/vfs/sftpfs/internal.h int sftpfs_stat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);
stat              109 src/vfs/sftpfs/internal.h int sftpfs_fstat (void *data, struct stat *buf, GError **mcerror);
stat              254 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lstat (const vfs_path_t *vpath, struct stat *buf)
stat              274 src/vfs/sftpfs/sftpfs.c sftpfs_cb_stat (const vfs_path_t *vpath, struct stat *buf)
stat              294 src/vfs/sftpfs/sftpfs.c sftpfs_cb_fstat (void *data, struct stat *buf)
stat              830 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->stat = sftpfs_cb_stat;
stat              172 src/vfs/shell/shell.c shell_set_blksize (struct stat *s)
stat              182 src/vfs/shell/shell.c static struct stat *
stat              185 src/vfs/shell/shell.c     struct stat *s;
stat              975 src/vfs/shell/shell.c     struct stat s;
stat             1321 src/vfs/shell/shell.c shell_stat (const vfs_path_t *vpath, struct stat *buf)
stat             1333 src/vfs/shell/shell.c shell_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             1345 src/vfs/shell/shell.c shell_fstat (void *vfs_info, struct stat *buf)
stat             1711 src/vfs/shell/shell.c     vfs_shell_ops->stat = shell_stat;
stat              228 src/vfs/tar/tar-internal.h     struct stat st;
stat              248 src/vfs/tar/tar-internal.h     struct stat stat;  // regular filesystem stat
stat              375 src/vfs/tar/tar-sparse.c         || file->stat_info->stat.st_size < size || file->stat_info->archive_file_size < 0)
stat              403 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
stat              404 src/vfs/tar/tar-sparse.c     file->stat_info->stat.st_size = MAX (0, realsize);
stat              468 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
stat              469 src/vfs/tar/tar-sparse.c     file->stat_info->stat.st_size = MAX (0, realsize);
stat              581 src/vfs/tar/tar-sparse.c                 || file->stat_info->stat.st_size < size)
stat              427 src/vfs/tar/tar-xheader.c     st->stat.st_gid = u;
stat              515 src/vfs/tar/tar-xheader.c     st->stat.st_size = u;
stat              531 src/vfs/tar/tar-xheader.c     st->stat.st_uid = u;
stat              886 src/vfs/tar/tar-xheader.c     st->archive_file_size = st->stat.st_size;
stat              891 src/vfs/tar/tar-xheader.c         st->stat.st_size = st->real_size;
stat              293 src/vfs/tar/tar.c         return tar_skip_file (archive, current_stat_info.stat.st_size);
stat              369 src/vfs/tar/tar.c     current_stat_info.stat.st_mode = MODE_FROM_HEADER (header->header.mode, &hbits);
stat              429 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFDIR;
stat              431 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFLNK;
stat              433 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFCHR;
stat              435 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFBLK;
stat              437 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFIFO;
stat              439 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFREG;
stat              441 src/vfs/tar/tar.c     current_stat_info.stat.st_dev = 0;
stat              443 src/vfs/tar/tar.c     current_stat_info.stat.st_rdev = 0;
stat              452 src/vfs/tar/tar.c         current_stat_info.stat.st_uid = *header->header.uname != '\0'
stat              455 src/vfs/tar/tar.c         current_stat_info.stat.st_gid = *header->header.gname != '\0'
stat              464 src/vfs/tar/tar.c             current_stat_info.stat.st_rdev = makedev (MAJOR_FROM_HEADER (header->header.devmajor),
stat              474 src/vfs/tar/tar.c         current_stat_info.stat.st_uid = UID_FROM_HEADER (header->header.uid);
stat              475 src/vfs/tar/tar.c         current_stat_info.stat.st_gid = GID_FROM_HEADER (header->header.gid);
stat              498 src/vfs/tar/tar.c     current_stat_info.stat.st_blksize = 8 * 1024;  // FIXME
stat              500 src/vfs/tar/tar.c     vfs_adjust_stat (&current_stat_info.stat);
stat              563 src/vfs/tar/tar.c         if (S_ISDIR (current_stat_info.stat.st_mode))
stat              570 src/vfs/tar/tar.c         *inode = vfs_s_new_inode (me, archive, &current_stat_info.stat);
stat              611 src/vfs/tar/tar.c             current_stat_info.stat.st_size = 0;  // Links 0 size on tape
stat              614 src/vfs/tar/tar.c             current_stat_info.stat.st_size = OFF_FROM_HEADER (header->header.size);
stat              615 src/vfs/tar/tar.c             if (current_stat_info.stat.st_size < 0)
stat              636 src/vfs/tar/tar.c             if (ckd_add (&size, current_stat_info.stat.st_size, 2 * BLOCKSIZE - 1))
stat             1037 src/vfs/tar/tar.c     static struct stat stat_buf;
stat             1051 src/vfs/tar/tar.c     struct stat *archive_stat = cookie;  // stat of main archive
stat              624 src/vfs/undelfs/undelfs.c undelfs_stat_int (int inode_index, struct stat *buf)
stat              645 src/vfs/undelfs/undelfs.c undelfs_lstat (const vfs_path_t *vpath, struct stat *buf)
stat              690 src/vfs/undelfs/undelfs.c undelfs_fstat (void *vfs_info, struct stat *buf)
stat              832 src/vfs/undelfs/undelfs.c     vfs_undelfs_ops->stat = undelfs_stat;
stat              128 src/viewer/datasource.c         struct stat st;
stat              369 src/viewer/datasource.c mcview_set_datasource_file (WView *view, int fd, const struct stat *st)
stat              252 src/viewer/internal.h void mcview_set_datasource_file (WView *view, int fd, const struct stat *st);
stat              327 src/viewer/mcviewer.c         struct stat st;
stat               63 tests/lib/vfs/vfs_adjust_stat.c     struct stat etalon_stat;
stat               85 tests/lib/vfs/vfs_adjust_stat.c     struct stat expected_stat;
stat               53 tests/lib/vfs/vfs_parse_ls_lga.c     static struct stat initstat;
stat              104 tests/lib/vfs/vfs_parse_ls_lga.c fill_stat_struct (struct stat *etalon_stat, int iterator)
stat              250 tests/lib/vfs/vfs_parse_ls_lga.c     struct stat etalon_stat;
stat              251 tests/lib/vfs/vfs_parse_ls_lga.c     static struct stat test_stat;
stat               53 tests/lib/vfs/vfs_setup_cwd.c mc_stat (const vfs_path_t *vpath, struct stat *my_stat)
stat              180 tests/src/execute__common.c mc_stat (const vfs_path_t *vpath, struct stat *stat_ignored)
stat              250 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_stbuf (const struct stat *st)
stat              280 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_record (gboolean success, const char *input_line, const struct stat *st,
stat              306 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_stbuf (const struct stat *st)
stat              323 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_record (gboolean success, const char *input_line, const struct stat *st,
stat              350 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     struct stat st;