Searched refs:modtime (Results 1 – 3 of 3) sorted by relevance
40 __time64_t modtime; /* Modification time. */ member43 __time_t modtime; /* Modification time. */
47 ut.modtime = 500000001; in main()105 if (st.st_mtime != ut.modtime) in main()108 (intmax_t) st.st_mtime, (intmax_t) ut.modtime); in main()
41 TEST_COMPARE (st.st_mtime, ut->modtime); in test_utime_helper()
Completed in 5 milliseconds