mtime             393 lib/vfs/utilvfs.c vfs_get_timespecs_from_timesbuf (mc_timesbuf_t *times, mc_timespec_t *atime, mc_timespec_t *mtime)
mtime             398 lib/vfs/utilvfs.c     mtime->tv_sec = (*times)[1].tv_sec;
mtime             399 lib/vfs/utilvfs.c     mtime->tv_nsec = (*times)[1].tv_nsec;
mtime             403 lib/vfs/utilvfs.c     mtime->tv_sec = times->modtime;
mtime             404 lib/vfs/utilvfs.c     mtime->tv_nsec = 0;
mtime              65 lib/vfs/utilvfs.h                                       mc_timespec_t *mtime);
mtime            3433 src/diffviewer/ydiff.c             time_t mtime; \
mtime            3434 src/diffviewer/ydiff.c             mtime = st##n.st_mtime; \
mtime            3436 src/diffviewer/ydiff.c                 changed = (mtime != st##n.st_mtime); \
mtime             182 src/execute.c                                time_t *mtime)
mtime             204 src/execute.c      *mtime = st.st_mtime;
mtime             212 src/execute.c                                time_t *mtime)
mtime             224 src/execute.c          mc_ungetlocalcopy (filename_vpath, *localcopy_vpath, *mtime != st.st_mtime);
mtime             615 src/execute.c      time_t mtime;
mtime             617 src/execute.c      if (!execute_prepare_with_vfs_arg (filename_vpath, &localcopy_vpath, &mtime))
mtime             624 src/execute.c      execute_cleanup_with_vfs_arg (filename_vpath, &localcopy_vpath, &mtime);
mtime             644 src/execute.c      time_t mtime = 0;
mtime             646 src/execute.c      if (!execute_prepare_with_vfs_arg (filename_vpath, &localcopy_vpath, &mtime))
mtime             670 src/execute.c      execute_cleanup_with_vfs_arg (filename_vpath, &localcopy_vpath, &mtime);
mtime            1234 src/vfs/extfs/extfs.c     const time_t mtime = inode->st.st_mtime;
mtime            1247 src/vfs/extfs/extfs.c     buf->st_mtime = mtime;
mtime             826 src/vfs/ftpfs/ftpfs_parse_ls.c     time_t mtime;
mtime             868 src/vfs/ftpfs/ftpfs_parse_ls.c     mtime = mktime (&tms);
mtime             907 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mtime = mtime;
mtime             261 src/vfs/sftpfs/internal.c         s->st_mtime = attrs->mtime;
mtime             262 src/vfs/sftpfs/internal.c         s->st_ctime = attrs->mtime;
mtime             436 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror)
mtime             450 src/vfs/sftpfs/internal.c     attrs.mtime = mtime;
mtime              86 src/vfs/sftpfs/internal.h int sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror);
mtime             339 src/vfs/sftpfs/sftpfs.c     mc_timespec_t atime, mtime;
mtime             341 src/vfs/sftpfs/sftpfs.c     vfs_get_timespecs_from_timesbuf (times, &atime, &mtime);
mtime             342 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_utime (vpath, atime.tv_sec, mtime.tv_sec, &mcerror);
mtime            1455 src/vfs/shell/shell.c     mc_timespec_t atime, mtime;
mtime            1469 src/vfs/shell/shell.c     vfs_get_timespecs_from_timesbuf (times, &atime, &mtime);
mtime            1479 src/vfs/shell/shell.c     gmt = gmtime (&mtime.tv_sec);
mtime            1485 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec, mtime.tv_nsec);
mtime            1493 src/vfs/shell/shell.c                               (uintmax_t) mtime.tv_sec, utcatime, utcmtime, utcatime_w_nsec,
mtime              83 src/vfs/tar/tar-internal.h     char mtime[12];             /* 136 */
mtime             149 src/vfs/tar/tar-internal.h     char mtime[12];             /* 136 */
mtime             258 src/vfs/tar/tar-internal.h     struct timespec mtime;
mtime             489 src/vfs/tar/tar-xheader.c     st->mtime = ts;
mtime             494 src/vfs/tar/tar.c     current_stat_info.mtime.tv_nsec = 0;
mtime             497 src/vfs/tar/tar.c     current_stat_info.mtime.tv_sec = TIME_FROM_HEADER (header->header.mtime);
mtime             586 src/vfs/tar/tar.c         (*inode)->st.st_mtime = current_stat_info.mtime.tv_sec;