Searched refs:stnow (Results 1 – 2 of 2) sorted by relevance
33 struct stat stnow; in main() local96 if (stat (file, &stnow)) in main()119 if (stnow.st_mtime < now1 || stnow.st_mtime > now2) in main()122 (intmax_t) stnow.st_mtime, (intmax_t) now1, (intmax_t) now2); in main()126 if (stnow.st_atime < now1 || stnow.st_atime > now2) in main()129 (intmax_t) stnow.st_atime, (intmax_t) now1, (intmax_t) now2); in main()
13735 * io/test-utime (main): If stnow.st[am]time is wrong, print it and