Lines Matching defs:atime
203 static int check_times(const char *path, time_t atime, time_t mtime)
212 if (stbuf.st_atime != atime) {
213 ERROR("atime %li instead of %li", stbuf.st_atime, atime);
227 static int fcheck_times(int fd, time_t atime, time_t mtime)
236 if (stbuf.st_atime != atime) {
237 ERROR("atime %li instead of %li", stbuf.st_atime, atime);
927 time_t atime = 987631200;
936 utm.actime = atime;
943 res = check_times(testfile, atime, mtime);