Searched refs:st_ctime (Results 1 – 2 of 2) sorted by relevance
185 union { time_t st_ctime; struct timespec st_ctim; }; /* time of last status change */ member
935 if (st.st_ctim.tv_sec != st.st_ctime || st.st_ctim.tv_nsec > 1000000000) in test_stat_timestamps()
Completed in 7 milliseconds