Lines Matching refs:timespec
127 struct timespec st_atimespec; /* time of last access */
128 struct timespec st_mtimespec; /* time of last data modification */
129 struct timespec st_ctimespec; /* time of last file status change */
137 struct timespec st_atimespec; /* time of last access */ \
138 struct timespec st_mtimespec; /* time of last data modification */ \
139 struct timespec st_ctimespec; /* time of last status change */ \
140 struct timespec st_birthtimespec; /* time of file creation(birth) */
203 struct timespec st_atimespec; /* time of last access */
204 struct timespec st_mtimespec; /* time of last data modification */
205 struct timespec st_ctimespec; /* time of last status change */
581 int futimens(int __fd, const struct timespec __times[2]) __API_AVAILABLE(macosx(10.13), ios(11.…
582 int utimensat(int __fd, const char *__path, const struct timespec __times[2],