stat 203 lib/lock.c struct stat statbuf; stat 282 lib/lock.c struct stat statbuf; stat 108 lib/mcconfig/common.c struct stat st; stat 116 lib/util.c struct stat mybuf; stat 1326 lib/util.c struct stat stat_buf; stat 1341 lib/util.c if (stat (file_name, &stat_buf) == 0) stat 122 lib/util.h struct stat st; stat 201 lib/util.h int get_user_permissions (struct stat *buf); stat 1258 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 883 lib/vfs/direntry.c vfs_s_new_inode (struct vfs_class *me, struct vfs_s_super *super, struct stat *initstat) stat 1005 lib/vfs/direntry.c struct stat * stat 1008 lib/vfs/direntry.c static struct stat st; stat 1049 lib/vfs/direntry.c vfs_adjust_stat (struct stat *s) stat 1081 lib/vfs/direntry.c struct stat *st; stat 1409 lib/vfs/direntry.c vfs_s_stat (const vfs_path_t * vpath, struct stat *buf) stat 1417 lib/vfs/direntry.c vfs_s_lstat (const vfs_path_t * vpath, struct stat *buf) stat 1425 lib/vfs/direntry.c vfs_s_fstat (void *fh, struct stat *buf) stat 1530 lib/vfs/direntry.c vclass->stat = vfs_s_stat; stat 85 lib/vfs/interface.c struct stat mystat; stat 540 lib/vfs/interface.c mc_stat (const vfs_path_t * vpath, struct stat *buf) stat 551 lib/vfs/interface.c result = path_element->class->stat ? path_element->class->stat (vpath, buf) : -1; stat 562 lib/vfs/interface.c mc_lstat (const vfs_path_t * vpath, struct stat *buf) stat 584 lib/vfs/interface.c mc_fstat (int handle, struct stat *buf) stat 813 lib/vfs/interface.c struct stat st; stat 678 lib/vfs/parse_ls_vga.c vfs_parse_ls_lga (const char *p, struct stat * s, char **filename, char **linkname, stat 63 lib/vfs/path.c struct stat buf; stat 65 lib/vfs/path.c return (stat (path, &buf) != 0); stat 57 lib/vfs/utilvfs.h gboolean vfs_parse_ls_lga (const char *p, struct stat *s, char **filename, char **linkname, stat 214 lib/vfs/vfs.c struct stat my_stat, my_stat2; stat 177 lib/vfs/vfs.h int (*stat) (const vfs_path_t * vpath, struct stat * buf); stat 178 lib/vfs/vfs.h int (*lstat) (const vfs_path_t * vpath, struct stat * buf); stat 179 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 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 int mc_lstat (const vfs_path_t * vpath, struct stat *buf); stat 91 lib/vfs/xdirentry.h struct stat st; /* Parameters of this inode */ stat 157 lib/vfs/xdirentry.h struct vfs_s_super *super, struct stat *initstat); stat 165 lib/vfs/xdirentry.h struct stat *vfs_s_default_stat (struct vfs_class *me, mode_t mode); stat 228 lib/widget/input_complete.c struct stat tempstat; stat 589 src/args.c struct stat st; stat 163 src/consaver/cons.saver.c struct stat st; stat 3562 src/diffviewer/ydiff.c struct stat st; stat 3613 src/diffviewer/ydiff.c struct stat st0; stat 3614 src/diffviewer/ydiff.c struct stat st1; stat 291 src/editor/edit.c check_file_access (WEdit * edit, const vfs_path_t * filename_vpath, struct stat *st) stat 1769 src/editor/edit.c struct stat status; stat 191 src/editor/editcmd.c struct stat sb; stat 1773 src/editor/editcmd.c struct stat sb; stat 150 src/editor/editwidget.h struct stat stat1; /* Result of mc_fstat() on the file */ stat 182 src/execute.c struct stat st; stat 214 src/execute.c struct stat st; stat 104 src/filemanager/achown.c static struct stat sf_stat; stat 941 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 469 src/filemanager/chmod.c do_chmod (WPanel * panel, const vfs_path_t * p, struct stat *sf) stat 486 src/filemanager/chmod.c apply_mask (WPanel * panel, vfs_path_t * vpath, struct stat *sf) stat 541 src/filemanager/chmod.c struct stat sf_stat; stat 366 src/filemanager/chown.c struct stat sf; stat 408 src/filemanager/chown.c struct stat sf_stat; stat 148 src/filemanager/dir.c handle_dirent (struct vfs_dirent *dp, const char *fltr, struct stat *buf1, gboolean * link_to_dir, stat 187 src/filemanager/dir.c dir_get_dotdot_stat (const vfs_path_t * vpath, struct stat *st) stat 287 src/filemanager/dir.c dir_list_append (dir_list * list, const char *fname, const struct stat * st, stat 585 src/filemanager/dir.c handle_path (const char *path, struct stat * buf1, gboolean * link_to_dir, gboolean * stale_link) stat 607 src/filemanager/dir.c struct stat buf2; stat 628 src/filemanager/dir.c struct stat st; stat 684 src/filemanager/dir.c struct stat b; stat 702 src/filemanager/dir.c struct stat st; stat 59 src/filemanager/dir.h gboolean dir_list_append (dir_list * list, const char *fname, const struct stat *st, stat 70 src/filemanager/dir.h gboolean handle_path (const char *path, struct stat *buf1, gboolean * link_to_dir, stat 126 src/filemanager/ext.c struct stat mystat; stat 146 src/filemanager/ext.c struct stat mystat; stat 788 src/filemanager/ext.c struct stat mystat; stat 319 src/filemanager/file.c is_in_linklist (const GSList * lp, const vfs_path_t * vpath, const struct stat *sb) stat 347 src/filemanager/file.c check_hardlinks (const vfs_path_t * src_vpath, const struct stat *src_stat, stat 363 src/filemanager/file.c struct stat link_stat; stat 492 src/filemanager/file.c struct stat dst_stat; stat 625 src/filemanager/file.c struct stat s; stat 697 src/filemanager/file.c const struct stat *s; stat 731 src/filemanager/file.c const struct stat *source_stat, file_op_context_t * ctx, stat 759 src/filemanager/file.c && file_is_symlink_to_dir (source, (struct stat *) source_stat, &stale_link) stat 870 src/filemanager/file.c check_same_file (const char *a, const struct stat *ast, const char *b, const struct stat *bst, stat 887 src/filemanager/file.c get_times (const struct stat *sb, mc_timesbuf_t * times) stat 1029 src/filemanager/file.c query_replace (file_op_context_t * ctx, const char *src, struct stat *src_stat, const char *dst, stat 1030 src/filemanager/file.c struct stat *dst_stat) stat 1037 src/filemanager/file.c struct stat *, const char *, struct stat *); stat 1044 src/filemanager/file.c return parent_call (pntr.p, ctx, 4, strlen (src), src, sizeof (struct stat), src_stat, stat 1045 src/filemanager/file.c strlen (dst), dst, sizeof (struct stat), dst_stat); stat 1070 src/filemanager/file.c query_replace (file_op_context_t * ctx, const char *src, struct stat *src_stat, const char *dst, stat 1071 src/filemanager/file.c struct stat *dst_stat) stat 1189 src/filemanager/file.c struct stat src_stat, dst_stat; stat 1348 src/filemanager/file.c struct stat buf; stat 1418 src/filemanager/file.c struct stat buf; stat 1553 src/filemanager/file.c struct stat src_stat, dst_stat; stat 1739 src/filemanager/file.c check_single_entry (const WPanel * panel, gboolean force_single, struct stat *src_stat) stat 1793 src/filemanager/file.c const struct stat *src_stat) stat 1874 src/filemanager/file.c const char *source, struct stat *src_stat, file_op_context_t * ctx, stat 1929 src/filemanager/file.c do_confirm_erase (const WPanel * panel, const char *source, struct stat *src_stat) stat 1965 src/filemanager/file.c file_op_context_t * ctx, const char *src, struct stat *src_stat, stat 2068 src/filemanager/file.c file_op_context_t * ctx, const char *src, struct stat *src_stat, const char *dest) stat 2165 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t * vpath, struct stat * st, gboolean * stale_link) stat 2167 src/filemanager/file.c struct stat st2; stat 2181 src/filemanager/file.c struct stat st3; stat 2207 src/filemanager/file.c struct stat src_stat, dst_stat; stat 2748 src/filemanager/file.c struct stat dst_stat, src_stat; stat 3199 src/filemanager/file.c struct stat src_stat; stat 3340 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 237 src/filemanager/filegui.c struct stat *src_stat, *dst_stat; stat 1194 src/filemanager/filegui.c const char *src, struct stat * src_stat, stat 1195 src/filemanager/filegui.c const char *dst, struct stat * dst_stat) stat 1334 src/filemanager/filegui.c struct stat buf; stat 22 src/filemanager/fileopctx.h typedef int (*mc_stat_fn) (const vfs_path_t * vpath, struct stat * buf); stat 195 src/filemanager/fileopctx.h struct stat *src_stat, const char *dst, stat 196 src/filemanager/fileopctx.h struct stat *dst_stat); stat 1000 src/filemanager/find.c struct stat s; stat 1264 src/filemanager/find.c struct stat tmp_stat; stat 1796 src/filemanager/find.c struct stat st; stat 1454 src/filemanager/hotlist.c struct stat stat_buf; stat 1458 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); stat 1516 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); stat 1675 src/filemanager/hotlist.c struct stat stat_buf; stat 1688 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); stat 117 src/filemanager/info.c struct stat st; stat 81 src/filemanager/ioblksize.h io_blksize (struct stat sb) stat 834 src/filemanager/mountlist.c struct stat statbuf; stat 2932 src/filemanager/panel.c struct stat st; stat 4432 src/filemanager/panel.c struct stat current_stat; stat 4435 src/filemanager/panel.c if (panels_options.fast_reload && stat (vfs_path_as_str (panel->cwd_vpath), ¤t_stat) == 0 stat 107 src/filemanager/panel.h struct stat dir_stat; /* Stat of current dir: used by execute () */ stat 331 src/filemanager/panelize.c struct stat st; stat 748 src/filemanager/tree.c struct stat buf; stat 807 src/filemanager/treestore.c struct stat s; stat 895 src/filemanager/treestore.c struct stat buf; stat 288 src/usermenu.c struct stat status; stat 291 src/usermenu.c *condition = stat (arg, &status) == 0 && is_exe (status.st_mode); stat 601 src/usermenu.c struct stat st; stat 603 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 376 src/vfs/cpio/cpio.c cpio_create_entry (struct vfs_class *me, struct vfs_s_super *super, struct stat *st, char *name) stat 562 src/vfs/cpio/cpio.c struct stat st; stat 628 src/vfs/cpio/cpio.c struct stat st; stat 700 src/vfs/cpio/cpio.c struct stat st; stat 816 src/vfs/cpio/cpio.c static struct stat sb; stat 829 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 403 src/vfs/extfs/extfs.c struct stat mystat; stat 499 src/vfs/extfs/extfs.c struct stat hstat; stat 565 src/vfs/extfs/extfs.c struct stat st; stat 987 src/vfs/extfs/extfs.c struct stat file_status; stat 994 src/vfs/extfs/extfs.c if (stat (file->ino->localname, &file_status) != 0) stat 1079 src/vfs/extfs/extfs.c extfs_stat_move (struct stat *buf, const struct vfs_s_inode *inode) stat 1095 src/vfs/extfs/extfs.c extfs_internal_stat (const vfs_path_t * vpath, struct stat *buf, gboolean resolve) stat 1123 src/vfs/extfs/extfs.c extfs_stat (const vfs_path_t * vpath, struct stat *buf) stat 1131 src/vfs/extfs/extfs.c extfs_lstat (const vfs_path_t * vpath, struct stat *buf) stat 1139 src/vfs/extfs/extfs.c extfs_fstat (void *fh, struct stat *buf) stat 1453 src/vfs/extfs/extfs.c struct stat s; stat 1457 src/vfs/extfs/extfs.c if ((stat (fullname, &s) == 0) stat 1600 src/vfs/extfs/extfs.c vfs_extfs_ops->stat = extfs_stat; stat 170 src/vfs/fish/fish.c fish_set_blksize (struct stat *s) stat 180 src/vfs/fish/fish.c static struct stat * stat 183 src/vfs/fish/fish.c struct stat *s; stat 974 src/vfs/fish/fish.c struct stat s; stat 1326 src/vfs/fish/fish.c fish_stat (const vfs_path_t * vpath, struct stat *buf) stat 1338 src/vfs/fish/fish.c fish_lstat (const vfs_path_t * vpath, struct stat *buf) stat 1350 src/vfs/fish/fish.c fish_fstat (void *vfs_info, struct stat *buf) stat 1755 src/vfs/fish/fish.c vfs_fish_ops->stat = fish_stat; stat 278 src/vfs/ftpfs/ftpfs.c ftpfs_set_blksize (struct stat *s) stat 288 src/vfs/ftpfs/ftpfs.c static struct stat * stat 291 src/vfs/ftpfs/ftpfs.c struct stat *s; stat 1586 src/vfs/ftpfs/ftpfs.c fel->l_stat = g_new (struct stat, 1); stat 1611 src/vfs/ftpfs/ftpfs.c struct stat s; stat 1686 src/vfs/ftpfs/ftpfs.c fe->l_stat = g_try_new (struct stat, 1); stat 1879 src/vfs/ftpfs/ftpfs.c struct stat s; stat 2095 src/vfs/ftpfs/ftpfs.c ftpfs_stat (const vfs_path_t * vpath, struct stat *buf) stat 2107 src/vfs/ftpfs/ftpfs.c ftpfs_lstat (const vfs_path_t * vpath, struct stat *buf) stat 2119 src/vfs/ftpfs/ftpfs.c ftpfs_fstat (void *vfs_info, struct stat *buf) stat 2442 src/vfs/ftpfs/ftpfs.c struct stat mystat; stat 2444 src/vfs/ftpfs/ftpfs.c if (stat (netrcname, &mystat) >= 0 && (mystat.st_mode & 077) != 0) stat 2705 src/vfs/ftpfs/ftpfs.c vfs_ftpfs_ops->stat = ftpfs_stat; stat 148 src/vfs/local/local.c local_stat (const vfs_path_t * vpath, struct stat *buf) stat 153 src/vfs/local/local.c return stat (path_element->path, buf); stat 159 src/vfs/local/local.c local_lstat (const vfs_path_t * vpath, struct stat *buf) stat 430 src/vfs/local/local.c local_fstat (void *data, struct stat *buf) stat 474 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 297 src/vfs/sfs/sfs.c sfs_stat (const vfs_path_t * vpath, struct stat *buf) stat 299 src/vfs/sfs/sfs.c return stat (sfs_redirect (vpath), buf); stat 305 src/vfs/sfs/sfs.c sfs_lstat (const vfs_path_t * vpath, struct stat *buf) stat 568 src/vfs/sfs/sfs.c vfs_sfs_ops->stat = sfs_stat; stat 190 src/vfs/sftpfs/file.c struct stat file_info = { stat 222 src/vfs/sftpfs/file.c sftpfs_fstat (void *data, struct stat *buf, GError ** mcerror) stat 60 src/vfs/sftpfs/internal.c sftpfs_blksize (struct stat *s) stat 250 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s) stat 289 src/vfs/sftpfs/internal.c sftpfs_lstat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror) stat 317 src/vfs/sftpfs/internal.c sftpfs_stat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror) stat 76 src/vfs/sftpfs/internal.h void sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s); stat 77 src/vfs/sftpfs/internal.h int sftpfs_lstat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror); stat 78 src/vfs/sftpfs/internal.h int sftpfs_stat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror); stat 104 src/vfs/sftpfs/internal.h int sftpfs_fstat (void *data, struct stat *buf, GError ** mcerror); stat 244 src/vfs/sftpfs/vfs_class.c sftpfs_cb_lstat (const vfs_path_t * vpath, struct stat *buf) stat 264 src/vfs/sftpfs/vfs_class.c sftpfs_cb_stat (const vfs_path_t * vpath, struct stat *buf) stat 284 src/vfs/sftpfs/vfs_class.c sftpfs_cb_fstat (void *data, struct stat *buf) stat 687 src/vfs/sftpfs/vfs_class.c sftpfs_class->stat = sftpfs_cb_stat; stat 376 src/vfs/smbfs/helpers/include/includes.h #define SMB_STRUCT_STAT struct stat stat 167 src/vfs/smbfs/helpers/lib/system.c return stat (fname, sbuf); stat 111 src/vfs/smbfs/smbfs.c struct stat my_stat; stat 1434 src/vfs/smbfs/smbfs.c smbfs_fake_server_stat (const char *server_url, const char *path, struct stat *buf) stat 1460 src/vfs/smbfs/smbfs.c memcpy (buf, &dentry->my_stat, sizeof (struct stat)); stat 1473 src/vfs/smbfs/smbfs.c smbfs_fake_share_stat (const char *server_url, const char *path, struct stat *buf) stat 1521 src/vfs/smbfs/smbfs.c memcpy (buf, &dentry->my_stat, sizeof (struct stat)); stat 1534 src/vfs/smbfs/smbfs.c smbfs_get_remote_stat (smbfs_connection * sc, const char *path, struct stat *buf) stat 1560 src/vfs/smbfs/smbfs.c memcpy (buf, &single_entry->my_stat, sizeof (struct stat)); stat 1572 src/vfs/smbfs/smbfs.c smbfs_search_dir_entry (dir_entry * dentry, const char *text, struct stat *buf) stat 1578 src/vfs/smbfs/smbfs.c memcpy (buf, &dentry->my_stat, sizeof (struct stat)); stat 1579 src/vfs/smbfs/smbfs.c memcpy (&single_entry->my_stat, &dentry->my_stat, sizeof (struct stat)); stat 1590 src/vfs/smbfs/smbfs.c smbfs_get_stat_info (smbfs_connection * sc, const char *path, struct stat *buf) stat 1628 src/vfs/smbfs/smbfs.c memset (buf, 0, sizeof (struct stat)); stat 1630 src/vfs/smbfs/smbfs.c memcpy (&single_entry->my_stat, buf, sizeof (struct stat)); stat 1650 src/vfs/smbfs/smbfs.c memset (buf, 0, sizeof (struct stat)); stat 1652 src/vfs/smbfs/smbfs.c memcpy (&single_entry->my_stat, buf, sizeof (struct stat)); stat 1730 src/vfs/smbfs/smbfs.c smbfs_stat (const vfs_path_t * vpath, struct stat *buf) stat 1801 src/vfs/smbfs/smbfs.c memset (buf, 0, sizeof (struct stat)); stat 2195 src/vfs/smbfs/smbfs.c smbfs_fstat (void *data, struct stat *buf) stat 2203 src/vfs/smbfs/smbfs.c memcpy (buf, &single_entry->my_stat, sizeof (struct stat)); stat 2267 src/vfs/smbfs/smbfs.c vfs_smbfs_ops->stat = smbfs_stat; stat 259 src/vfs/tar/tar.c struct stat st; stat 533 src/vfs/tar/tar.c tar_fill_stat (struct vfs_s_super *archive, struct stat *st, union block *header, size_t h_size) stat 703 src/vfs/tar/tar.c struct stat st; stat 919 src/vfs/tar/tar.c static struct stat stat_buf; stat 933 src/vfs/tar/tar.c struct stat *archive_stat = cookie; /* stat of main archive */ stat 635 src/vfs/undelfs/undelfs.c undelfs_stat_int (int inode_index, struct stat *buf) stat 656 src/vfs/undelfs/undelfs.c undelfs_lstat (const vfs_path_t * vpath, struct stat *buf) stat 701 src/vfs/undelfs/undelfs.c undelfs_fstat (void *vfs_info, struct stat *buf) stat 843 src/vfs/undelfs/undelfs.c vfs_undelfs_ops->stat = undelfs_stat; stat 126 src/viewer/datasource.c struct stat st; stat 367 src/viewer/datasource.c mcview_set_datasource_file (WView * view, int fd, const struct stat *st) stat 264 src/viewer/internal.h void mcview_set_datasource_file (WView *, int, const struct stat *); stat 327 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 257 tests/lib/vfs/vfs_parse_ls_lga.c struct stat etalon_stat; stat 258 tests/lib/vfs/vfs_parse_ls_lga.c static struct stat test_stat; stat 52 tests/lib/vfs/vfs_setup_cwd.c mc_stat (const vfs_path_t * vpath, struct stat *my_stat) stat 177 tests/src/execute__common.c mc_stat (const vfs_path_t * vpath, struct stat *stat_ignored) stat 240 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_stbuf (const struct stat *st) stat 270 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 296 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_stbuf (const struct stat *st) stat 313 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 340 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c struct stat st;