stat_buf         1347 lib/util.c         struct stat stat_buf;
stat_buf         1362 lib/util.c             if (stat (file_name, &stat_buf) == 0)
stat_buf         1363 lib/util.c                 chmod (backup_path, stat_buf.st_mode);
stat_buf         1451 src/filemanager/hotlist.c     struct stat stat_buf;
stat_buf         1455 src/filemanager/hotlist.c         stat (hotlist_file_name, &stat_buf);
stat_buf         1456 src/filemanager/hotlist.c         if (hotlist_file_mtime < stat_buf.st_mtime)
stat_buf         1513 src/filemanager/hotlist.c     stat (hotlist_file_name, &stat_buf);
stat_buf         1514 src/filemanager/hotlist.c     hotlist_file_mtime = stat_buf.st_mtime;
stat_buf         1672 src/filemanager/hotlist.c     struct stat stat_buf;
stat_buf         1685 src/filemanager/hotlist.c             stat (hotlist_file_name, &stat_buf);
stat_buf         1686 src/filemanager/hotlist.c             hotlist_file_mtime = stat_buf.st_mtime;
stat_buf         1052 src/vfs/tar/tar.c     static struct stat stat_buf;
stat_buf         1055 src/vfs/tar/tar.c     stat_result = mc_stat (vpath, &stat_buf);
stat_buf         1057 src/vfs/tar/tar.c     return (stat_result != 0) ? NULL : &stat_buf;