stat               25 lib/file-entry.h     struct stat st;
stat              203 lib/lock.c         struct stat statbuf;
stat              295 lib/lock.c             struct stat statbuf;
stat              110 lib/mcconfig/common.c     struct stat st;
stat              118 lib/util.c         struct stat mybuf;
stat             1347 lib/util.c         struct stat stat_buf;
stat             1362 lib/util.c             if (stat (file_name, &stat_buf) == 0)
stat              199 lib/util.h     int get_user_permissions (struct stat *buf);
stat             1241 lib/utilunix.c get_user_permissions (struct stat *st)
stat              510 lib/vfs/direntry.c vfs_s_internal_stat (const vfs_path_t *vpath, struct stat *buf, int flag)
stat              881 lib/vfs/direntry.c vfs_s_new_inode (struct vfs_class *me, struct vfs_s_super *super, struct stat *initstat)
stat             1003 lib/vfs/direntry.c struct stat *
stat             1006 lib/vfs/direntry.c     static struct stat st;
stat             1044 lib/vfs/direntry.c vfs_adjust_stat (struct stat *s)
stat             1076 lib/vfs/direntry.c     struct stat *st;
stat             1399 lib/vfs/direntry.c vfs_s_stat (const vfs_path_t *vpath, struct stat *buf)
stat             1407 lib/vfs/direntry.c vfs_s_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             1415 lib/vfs/direntry.c vfs_s_fstat (void *fh, struct stat *buf)
stat             1519 lib/vfs/direntry.c     vclass->stat = vfs_s_stat;
stat               89 lib/vfs/interface.c     struct stat mystat;
stat              315 lib/vfs/interface.c MC_HANDLEOP (int, fstat, (int handle, struct stat *buf), (fsinfo, buf))
stat              535 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath, struct stat *buf) \
stat              554 lib/vfs/interface.c MC_STATOP (stat)
stat              784 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               68 lib/vfs/path.c     struct stat buf;
stat               70 lib/vfs/path.c     return (stat (path, &buf) != 0);
stat              411 lib/vfs/utilvfs.c vfs_get_timesbuf_from_stat (const struct stat *s, mc_timesbuf_t *times)
stat              446 lib/vfs/utilvfs.c vfs_copy_stat_times (const struct stat *src, struct stat *dst)
stat              470 lib/vfs/utilvfs.c vfs_zero_stat_times (struct stat *s)
stat              472 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              172 lib/vfs/vfs.h      int (*stat) (const vfs_path_t * vpath, struct stat * buf);
stat              173 lib/vfs/vfs.h      int (*lstat) (const vfs_path_t * vpath, struct stat * buf);
stat              174 lib/vfs/vfs.h      int (*fstat) (void *vfs_info, struct stat * buf);
stat              241 lib/vfs/vfs.h  int vfs_s_stat (const vfs_path_t * vpath, struct stat *buf);
stat              242 lib/vfs/vfs.h  int vfs_s_lstat (const vfs_path_t * vpath, struct stat *buf);
stat              243 lib/vfs/vfs.h  int vfs_s_fstat (void *fh, struct stat *buf);
stat              245 lib/vfs/vfs.h  void vfs_adjust_stat (struct stat *s);
stat              321 lib/vfs/vfs.h  MC_MOCKABLE int mc_stat (const vfs_path_t * vpath, struct stat *buf);
stat              326 lib/vfs/vfs.h  int mc_fstat (int fd, struct stat *buf);
stat              327 lib/vfs/vfs.h  MC_MOCKABLE int mc_lstat (const vfs_path_t * vpath, struct stat *buf);
stat               93 lib/vfs/xdirentry.h     struct stat st;             /* Parameters of this inode */
stat              160 lib/vfs/xdirentry.h                                      struct vfs_s_super *super, struct stat *initstat);
stat              168 lib/vfs/xdirentry.h struct stat *vfs_s_default_stat (struct vfs_class *me, mode_t mode);
stat              224 lib/widget/input_complete.c             struct stat tempstat;
stat              540 src/args.c                 struct stat st;
stat              166 src/consaver/cons.saver.c     struct stat st;
stat             3500 src/diffviewer/ydiff.c             struct stat st;
stat             3550 src/diffviewer/ydiff.c             struct stat st0, st1;
stat              307 src/editor/edit.c check_file_access (WEdit *edit, const vfs_path_t *filename_vpath, struct stat *st)
stat             1809 src/editor/edit.c     struct stat status;
stat              140 src/editor/editcmd.c     struct stat sb;
stat              932 src/editor/editcmd.c             struct stat sb;
stat              152 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              105 src/filemanager/achown.c static struct stat sf_stat;
stat              934 src/filemanager/achown.c apply_advanced_chowns (WPanel *panel, vfs_path_t *vpath, struct stat *sf)
stat              303 src/filemanager/chmod.c chmod_dlg_create (WPanel *panel, const char *fname, const struct stat *sf_stat)
stat              460 src/filemanager/chmod.c do_chmod (WPanel *panel, const vfs_path_t *p, struct stat *sf)
stat              477 src/filemanager/chmod.c apply_mask (WPanel *panel, vfs_path_t *vpath, struct stat *sf)
stat              532 src/filemanager/chmod.c         struct stat sf_stat;
stat              356 src/filemanager/chown.c         struct stat sf;
stat              398 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,
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              906 src/filemanager/ext.c     struct stat mystat;
stat              337 src/filemanager/file.c is_in_linklist (const GSList *lp, const vfs_path_t *vpath, const struct stat *sb)
stat              365 src/filemanager/file.c check_hardlinks (const vfs_path_t *src_vpath, const struct stat *src_stat,
stat              381 src/filemanager/file.c         struct stat link_stat;
stat              511 src/filemanager/file.c     struct stat dst_stat;
stat              642 src/filemanager/file.c     struct stat s;
stat              714 src/filemanager/file.c         const struct stat *s;
stat              748 src/filemanager/file.c                            const struct stat *source_stat, file_op_context_t *ctx,
stat              776 src/filemanager/file.c                      && file_is_symlink_to_dir (source, (struct stat *) source_stat, &stale_link)
stat              917 src/filemanager/file.c check_same_file (const char *a, const struct stat *ast, const char *b, const struct stat *bst,
stat             1062 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst,
stat             1063 src/filemanager/file.c                struct stat *dst_stat)
stat             1070 src/filemanager/file.c                                  struct stat *, const char *, struct stat *);
stat             1077 src/filemanager/file.c         return parent_call (pntr.p, ctx, 4, strlen (src), src, sizeof (struct stat), src_stat,
stat             1078 src/filemanager/file.c                             strlen (dst), dst, sizeof (struct stat), dst_stat);
stat             1103 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst,
stat             1104 src/filemanager/file.c                struct stat *dst_stat)
stat             1217 src/filemanager/file.c     struct stat src_stat, dst_stat;
stat             1385 src/filemanager/file.c     struct stat buf;
stat             1457 src/filemanager/file.c         struct stat buf;
stat             1596 src/filemanager/file.c     struct stat src_stat, dst_stat;
stat             1783 src/filemanager/file.c check_single_entry (const WPanel *panel, gboolean force_single, struct stat *src_stat)
stat             1845 src/filemanager/file.c                                const struct stat *src_stat)
stat             1926 src/filemanager/file.c                       struct stat *src_stat, file_op_context_t *ctx, gboolean *do_bg)
stat             1980 src/filemanager/file.c do_confirm_erase (const WPanel *panel, const char *source, struct stat *src_stat)
stat             2016 src/filemanager/file.c                      const char *src, struct stat *src_stat, const char *dest,
stat             2119 src/filemanager/file.c                   const char *src, struct stat *src_stat, const char *dest)
stat             2229 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t *vpath, struct stat *st, gboolean *stale_link)
stat             2231 src/filemanager/file.c     struct stat st2;
stat             2245 src/filemanager/file.c         struct stat st3;
stat             2271 src/filemanager/file.c     struct stat src_stat, dst_stat;
stat             2970 src/filemanager/file.c     struct stat dst_stat, src_stat;
stat             3463 src/filemanager/file.c     struct stat src_stat;
stat             3604 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              235 src/filemanager/filegui.c     struct stat *src_stat, *dst_stat;
stat             1216 src/filemanager/filegui.c                                   const char *src, struct stat *src_stat,
stat             1217 src/filemanager/filegui.c                                   const char *dst, struct stat *dst_stat)
stat             1359 src/filemanager/filegui.c         struct stat buf;
stat               21 src/filemanager/fileopctx.h typedef int (*mc_stat_fn) (const vfs_path_t * vpath, struct stat * buf);
stat              188 src/filemanager/fileopctx.h                                                      struct stat *src_stat, const char *dst,
stat              189 src/filemanager/fileopctx.h                                                      struct stat *dst_stat);
stat             1018 src/filemanager/find.c     struct stat s;
stat             1280 src/filemanager/find.c     struct stat tmp_stat;
stat             1819 src/filemanager/find.c         struct stat st;
stat             1451 src/filemanager/hotlist.c     struct stat stat_buf;
stat             1455 src/filemanager/hotlist.c         stat (hotlist_file_name, &stat_buf);
stat             1513 src/filemanager/hotlist.c     stat (hotlist_file_name, &stat_buf);
stat             1672 src/filemanager/hotlist.c     struct stat stat_buf;
stat             1685 src/filemanager/hotlist.c             stat (hotlist_file_name, &stat_buf);
stat              114 src/filemanager/info.c     struct stat st;
stat               85 src/filemanager/ioblksize.h io_blksize (struct stat sb)
stat              838 src/filemanager/mountlist.c                 struct stat statbuf;
stat             3145 src/filemanager/panel.c     struct stat st;
stat             4722 src/filemanager/panel.c     struct stat current_stat;
stat             4725 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              365 src/filemanager/panelize.c             struct stat st;
stat              761 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              316 src/usermenu.c                 struct stat status;
stat              319 src/usermenu.c                 *condition = stat (arg, &status) == 0 && is_exe (status.st_mode);
stat              631 src/usermenu.c     struct stat st;
stat              633 src/usermenu.c     if (stat (path, &st) == 0 && (st.st_uid == 0 || (st.st_uid == geteuid ()) != 0)
stat              137 src/vfs/cpio/cpio.c     struct stat st;
stat              375 src/vfs/cpio/cpio.c cpio_create_entry (struct vfs_class *me, struct vfs_s_super *super, struct stat *st, char *name)
stat              554 src/vfs/cpio/cpio.c     struct stat st;
stat              621 src/vfs/cpio/cpio.c         struct stat st;
stat              692 src/vfs/cpio/cpio.c         struct stat st;
stat              807 src/vfs/cpio/cpio.c     static struct stat sb;
stat              820 src/vfs/cpio/cpio.c     struct stat *archive_stat = cookie; /* stat of main archive */
stat               87 src/vfs/extfs/extfs.c     struct stat local_stat;
stat              198 src/vfs/extfs/extfs.c     struct stat st;
stat              359 src/vfs/extfs/extfs.c         struct stat my;
stat              399 src/vfs/extfs/extfs.c     struct stat hstat;
stat              469 src/vfs/extfs/extfs.c                 struct stat st;
stat              519 src/vfs/extfs/extfs.c     struct stat mystat;
stat             1139 src/vfs/extfs/extfs.c         struct stat file_status;
stat             1146 src/vfs/extfs/extfs.c         if (stat (file->ino->localname, &file_status) != 0)
stat             1231 src/vfs/extfs/extfs.c extfs_stat_move (struct stat *buf, const struct vfs_s_inode *inode)
stat             1254 src/vfs/extfs/extfs.c extfs_internal_stat (const vfs_path_t *vpath, struct stat *buf, gboolean resolve)
stat             1282 src/vfs/extfs/extfs.c extfs_stat (const vfs_path_t *vpath, struct stat *buf)
stat             1290 src/vfs/extfs/extfs.c extfs_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             1298 src/vfs/extfs/extfs.c extfs_fstat (void *fh, struct stat *buf)
stat             1603 src/vfs/extfs/extfs.c         struct stat s;
stat             1607 src/vfs/extfs/extfs.c         if ((stat (fullname, &s) == 0) && S_ISREG (s.st_mode) && !S_ISDIR (s.st_mode)
stat             1744 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             1935 src/vfs/ftpfs/ftpfs.c     struct stat s;
stat             2152 src/vfs/ftpfs/ftpfs.c ftpfs_stat (const vfs_path_t *vpath, struct stat *buf)
stat             2164 src/vfs/ftpfs/ftpfs.c ftpfs_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             2176 src/vfs/ftpfs/ftpfs.c ftpfs_fstat (void *vfs_info, struct stat *buf)
stat             2496 src/vfs/ftpfs/ftpfs.c     struct stat mystat;
stat             2498 src/vfs/ftpfs/ftpfs.c     if (stat (netrcname, &mystat) >= 0 && (mystat.st_mode & 077) != 0)
stat             2759 src/vfs/ftpfs/ftpfs.c     vfs_ftpfs_ops->stat = ftpfs_stat;
stat               79 src/vfs/ftpfs/ftpfs_parse_ls.c typedef gboolean (*ftpfs_line_parser) (char *line, struct stat * s, char **filename,
stat               84 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename,
stat               86 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename,
stat               88 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename,
stat               90 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename,
stat               92 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename,
stat               94 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename,
stat               96 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename,
stat              277 src/vfs/ftpfs/ftpfs_parse_ls.c parse_ls_line (char *line, struct stat *s, char **filename, char **linkname)
stat              419 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              450 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              542 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              654 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              819 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              923 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename, char **linkname, int *err)
stat              991 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename,
stat              145 src/vfs/local/local.c local_stat (const vfs_path_t *vpath, struct stat *buf)
stat              150 src/vfs/local/local.c     return stat (path, buf);
stat              156 src/vfs/local/local.c local_lstat (const vfs_path_t *vpath, struct stat *buf)
stat              444 src/vfs/local/local.c local_fstat (void *data, struct stat *buf)
stat              488 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              223 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              831 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              990 src/vfs/shell/shell.c     struct stat s;
stat             1342 src/vfs/shell/shell.c shell_stat (const vfs_path_t *vpath, struct stat *buf)
stat             1354 src/vfs/shell/shell.c shell_lstat (const vfs_path_t *vpath, struct stat *buf)
stat             1366 src/vfs/shell/shell.c shell_fstat (void *vfs_info, struct stat *buf)
stat             1739 src/vfs/shell/shell.c     vfs_shell_ops->stat = shell_stat;
stat              233 src/vfs/tar/tar-internal.h     struct stat st;
stat              253 src/vfs/tar/tar-internal.h     struct stat stat;           /**< regular filesystem stat */
stat              382 src/vfs/tar/tar-sparse.c         || file->stat_info->stat.st_size < size || file->stat_info->archive_file_size < 0)
stat              410 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
stat              411 src/vfs/tar/tar-sparse.c     file->stat_info->stat.st_size = MAX (0, realsize);
stat              475 src/vfs/tar/tar-sparse.c     file->stat_info->archive_file_size = file->stat_info->stat.st_size;
stat              476 src/vfs/tar/tar-sparse.c     file->stat_info->stat.st_size = MAX (0, realsize);
stat              588 src/vfs/tar/tar-sparse.c                 || file->stat_info->stat.st_size < size)
stat              431 src/vfs/tar/tar-xheader.c     st->stat.st_gid = u;
stat              519 src/vfs/tar/tar-xheader.c     st->stat.st_size = u;
stat              535 src/vfs/tar/tar-xheader.c     st->stat.st_uid = u;
stat              889 src/vfs/tar/tar-xheader.c     st->archive_file_size = st->stat.st_size;
stat              894 src/vfs/tar/tar-xheader.c         st->stat.st_size = st->real_size;
stat              303 src/vfs/tar/tar.c         return tar_skip_file (archive, current_stat_info.stat.st_size);
stat              380 src/vfs/tar/tar.c     current_stat_info.stat.st_mode = MODE_FROM_HEADER (header->header.mode, &hbits);
stat              440 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFDIR;
stat              442 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFLNK;
stat              444 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFCHR;
stat              446 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFBLK;
stat              448 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFIFO;
stat              450 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFREG;
stat              452 src/vfs/tar/tar.c     current_stat_info.stat.st_dev = 0;
stat              454 src/vfs/tar/tar.c     current_stat_info.stat.st_rdev = 0;
stat              464 src/vfs/tar/tar.c         current_stat_info.stat.st_uid = *header->header.uname != '\0'
stat              467 src/vfs/tar/tar.c         current_stat_info.stat.st_gid = *header->header.gname != '\0'
stat              477 src/vfs/tar/tar.c             current_stat_info.stat.st_rdev =
stat              488 src/vfs/tar/tar.c         current_stat_info.stat.st_uid = UID_FROM_HEADER (header->header.uid);
stat              489 src/vfs/tar/tar.c         current_stat_info.stat.st_gid = GID_FROM_HEADER (header->header.gid);
stat              512 src/vfs/tar/tar.c     current_stat_info.stat.st_blksize = 8 * 1024;       /* FIXME */
stat              514 src/vfs/tar/tar.c     vfs_adjust_stat (&current_stat_info.stat);
stat              577 src/vfs/tar/tar.c         if (S_ISDIR (current_stat_info.stat.st_mode))
stat              584 src/vfs/tar/tar.c         *inode = vfs_s_new_inode (me, archive, &current_stat_info.stat);
stat              625 src/vfs/tar/tar.c             current_stat_info.stat.st_size = 0; /* Links 0 size on tape */
stat              628 src/vfs/tar/tar.c             current_stat_info.stat.st_size = OFF_FROM_HEADER (header->header.size);
stat              629 src/vfs/tar/tar.c             if (current_stat_info.stat.st_size < 0)
stat              650 src/vfs/tar/tar.c             if (ckd_add (&size, current_stat_info.stat.st_size, 2 * BLOCKSIZE - 1))
stat             1052 src/vfs/tar/tar.c     static struct stat stat_buf;
stat             1066 src/vfs/tar/tar.c     struct stat *archive_stat = cookie; /* stat of main archive */
stat              625 src/vfs/undelfs/undelfs.c undelfs_stat_int (int inode_index, struct stat *buf)
stat              646 src/vfs/undelfs/undelfs.c undelfs_lstat (const vfs_path_t *vpath, struct stat *buf)
stat              691 src/vfs/undelfs/undelfs.c undelfs_fstat (void *vfs_info, struct stat *buf)
stat              833 src/vfs/undelfs/undelfs.c     vfs_undelfs_ops->stat = undelfs_stat;
stat              128 src/viewer/datasource.c         struct stat st;
stat              370 src/viewer/datasource.c mcview_set_datasource_file (WView *view, int fd, const struct stat *st)
stat              249 src/viewer/internal.h void mcview_set_datasource_file (WView * view, int fd, const struct stat *st);
stat              334 src/viewer/mcviewer.c         struct stat st;
stat               38 tests/lib/vfs/vfs_adjust_stat.c     struct stat etalon_stat;
stat              170 tests/lib/vfs/vfs_adjust_stat.c     struct stat expected_stat;
stat               56 tests/lib/vfs/vfs_parse_ls_lga.c     static struct stat initstat;
stat              107 tests/lib/vfs/vfs_parse_ls_lga.c fill_stat_struct (struct stat *etalon_stat, int iterator)
stat              254 tests/lib/vfs/vfs_parse_ls_lga.c     struct stat etalon_stat;
stat              255 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              182 tests/src/execute__common.c mc_stat (const vfs_path_t *vpath, struct stat *stat_ignored)
stat              242 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_stbuf (const struct stat *st)
stat              272 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              298 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_stbuf (const struct stat *st)
stat              315 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              342 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     struct stat st;