Lines Matching full:mtime
229 int mtime; /* controls check for stale directory cache */
524 dc->mtime = st.st_mtime;
527 * NTFS is the only WINDOWS32 filesystem that bumps mtime
643 * filesystems force a rehash always as mtime does not change
650 dir->mtime = time ((time_t *) 0);
653 else if (stat(dir->path_key, &st) == 0 && st.st_mtime > dir->mtime)
656 dir->mtime = st.st_mtime;
1008 printf (_("# %s (key %s, mtime %d): could not be opened.\n"),
1009 dir->name, dir->contents->path_key,dir->contents->mtime);
1044 printf (_("# %s (key %s, mtime %d): "),
1045 dir->name, dir->contents->path_key, dir->contents->mtime);