Lines Matching refs:timespec
57 struct timespec st_atim; \
58 struct timespec st_mtim; \
59 struct timespec st_ctim; \
76 struct timespec st_atim; \
77 struct timespec st_mtim; \
78 struct timespec st_ctim; \
95 struct timespec st_atim; \
96 struct timespec st_mtim; \
97 struct timespec st_ctim; \
173 int utimensat(int __dir_fd, const char* __path, const struct timespec __times[2], int __flags);
174 int futimens(int __dir_fd, const struct timespec __times[2]) __INTRODUCED_IN(19);