stat_buf         1341 lib/util.c         struct stat stat_buf;
stat_buf         1356 lib/util.c             if (stat (file_name, &stat_buf) == 0)
stat_buf         1357 lib/util.c                 chmod (backup_path, stat_buf.st_mode);
stat_buf         1459 src/filemanager/hotlist.c     struct stat stat_buf;
stat_buf         1463 src/filemanager/hotlist.c         stat (hotlist_file_name, &stat_buf);
stat_buf         1464 src/filemanager/hotlist.c         if (hotlist_file_mtime < stat_buf.st_mtime)
stat_buf         1521 src/filemanager/hotlist.c     stat (hotlist_file_name, &stat_buf);
stat_buf         1522 src/filemanager/hotlist.c     hotlist_file_mtime = stat_buf.st_mtime;
stat_buf         1680 src/filemanager/hotlist.c     struct stat stat_buf;
stat_buf         1693 src/filemanager/hotlist.c             stat (hotlist_file_name, &stat_buf);
stat_buf         1694 src/filemanager/hotlist.c             hotlist_file_mtime = stat_buf.st_mtime;
stat_buf         1051 src/vfs/tar/tar.c     static struct stat stat_buf;
stat_buf         1054 src/vfs/tar/tar.c     stat_result = mc_stat (vpath, &stat_buf);
stat_buf         1056 src/vfs/tar/tar.c     return (stat_result != 0) ? NULL : &stat_buf;