Lines Matching full:timespec
33 #include <machine/timespec.h>
53 struct timespec st_atim; \
54 struct timespec st_mtim; \
55 struct timespec st_ctim; \
71 struct timespec st_atim; \
72 struct timespec st_mtim; \
73 struct timespec st_ctim; \
91 struct timespec st_atim; \
92 struct timespec st_mtim; \
93 struct timespec st_ctim; \
110 struct timespec st_atim; \
111 struct timespec st_mtim; \
112 struct timespec st_ctim; \
183 extern int utimensat(int fd, const char *path, const struct timespec times[2], int flags);
184 extern int futimens(int fd, const struct timespec times[2]);