Home
last modified time | relevance | path

Searched refs:stnow (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/io/
Dtest-utime.c33 struct stat stnow; in main() local
96 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.1413735 * io/test-utime (main): If stnow.st[am]time is wrong, print it and