time_t             82 lib/timefmt.c      time_t testtime;
time_t            132 lib/timefmt.c  file_date (time_t when)
time_t            135 lib/timefmt.c      time_t current_time = time (NULL);
time_t             38 lib/timefmt.h          time_t __current_time;                                  \
time_t             55 lib/timefmt.h  const char *file_date (time_t when);
time_t            520 lib/vfs/parse_ls_vga.c vfs_parse_filedate (int idx, time_t * t)
time_t            527 lib/vfs/parse_ls_vga.c     time_t current_time;
time_t             61 lib/vfs/utilvfs.h int vfs_parse_filedate (int idx, time_t * t);
time_t           3441 src/diffviewer/ydiff.c             time_t mtime; \
time_t            182 src/execute.c                                time_t * mtime)
time_t            212 src/execute.c                                time_t * mtime)
time_t            614 src/execute.c      time_t mtime;
time_t            643 src/execute.c      time_t mtime = 0;
time_t            102 src/filemanager/ext.c static time_t localmtime = 0;
time_t            212 src/filemanager/hotlist.c static time_t hotlist_file_mtime;
time_t            610 src/vfs/cpio/cpio.c         ((time_t) u.buf.c_mtimes[0] << 16) | u.buf.c_mtimes[1];
time_t             60 src/vfs/ftpfs/ftpfs_parse_ls.c #define NO_DATE     ((time_t) (-1L))
time_t            101 src/vfs/ftpfs/ftpfs_parse_ls.c static time_t rawnow;
time_t            203 src/vfs/ftpfs/ftpfs_parse_ls.c static time_t
time_t            207 src/vfs/ftpfs/ftpfs_parse_ls.c     time_t tl, tb;
time_t            227 src/vfs/ftpfs/ftpfs_parse_ls.c static time_t
time_t            549 src/vfs/ftpfs/ftpfs_parse_ls.c     time_t date = NO_DATE;
time_t            658 src/vfs/ftpfs/ftpfs_parse_ls.c     time_t date = NO_DATE;
time_t            826 src/vfs/ftpfs/ftpfs_parse_ls.c     time_t mtime;
time_t            437 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror)
time_t             86 src/vfs/sftpfs/internal.h int sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror);
time_t            341 src/vfs/sftpfs/sftpfs.c     time_t atime = (*times)[0].tv_sec;
time_t            342 src/vfs/sftpfs/sftpfs.c     time_t mtime = (*times)[1].tv_sec;
time_t            344 src/vfs/sftpfs/sftpfs.c     time_t atime = times->actime;
time_t            345 src/vfs/sftpfs/sftpfs.c     time_t mtime = times->modtime;
time_t           1455 src/vfs/shell/shell.c shell_get_atime (mc_timesbuf_t * times, time_t * sec, long *nsec)
time_t           1469 src/vfs/shell/shell.c shell_get_mtime (mc_timesbuf_t * times, time_t * sec, long *nsec)
time_t           1487 src/vfs/shell/shell.c     time_t atime, mtime;
time_t            313 src/vfs/tar/tar-xheader.c     time_t s = TYPE_MINIMUM (time_t);
time_t            330 src/vfs/tar/tar-xheader.c             if (TYPE_SIGNED (time_t) ? TYPE_MINIMUM (time_t) <= i : 0 <= i)
time_t            340 src/vfs/tar/tar-xheader.c             if (i <= TYPE_MAXIMUM (time_t))
time_t            378 src/vfs/tar/tar-xheader.c                     if (s == TYPE_MINIMUM (time_t))
time_t            235 src/vfs/tar/tar.c static inline time_t
time_t            238 src/vfs/tar/tar.c     return tar_from_header (p, s, "time_t", TYPE_MINIMUM (time_t), TYPE_MAXIMUM (time_t), FALSE);
time_t             83 src/vfs/undelfs/undelfs.c     time_t dtime;
time_t            197 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c string_date (time_t t)