Lines Matching refs:timespec
114 struct timespec st_atim; /* time of last access */
115 struct timespec st_mtim; /* time of last data modification */
116 struct timespec st_ctim; /* time of last file status change */
133 struct timespec st_atim; /* time of last access */
134 struct timespec st_mtim; /* time of last data modification */
135 struct timespec st_ctim; /* time of last file status change */
142 struct timespec st_birthtim; /* time of file creation */
151 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
152 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
173 struct timespec st_atim; /* time of last access */
177 struct timespec st_mtim; /* time of last data modification */
181 struct timespec st_ctim; /* time of last file status change */
185 struct timespec st_birthtim; /* time of file creation */
203 struct timespec st_atim; /* time of last access */
204 struct timespec st_mtim; /* time of last data modification */
205 struct timespec st_ctim; /* time of last file status change */
211 struct timespec st_birthtim; /* time of file creation */
216 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
217 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
377 int futimens(int fd, const struct timespec times[2]);
378 int utimensat(int fd, const char *path, const struct timespec times[2],