Lines Matching refs:timeval
67 extern int gettimeofday (struct timeval *__restrict __tv,
71 extern int __REDIRECT_NTH (gettimeofday, (struct timeval *__restrict __tv,
86 extern int settimeofday (const struct timeval *__tv,
94 extern int adjtime (const struct timeval *__delta,
95 struct timeval *__olddelta) __THROW;
98 extern int __REDIRECT_NTH (settimeofday, (const struct timeval *__tv,
102 extern int __REDIRECT_NTH (adjtime, (const struct timeval *__delta,
103 struct timeval *__olddelta),
133 struct timeval it_interval;
135 struct timeval it_value;
162 extern int utimes (const char *__file, const struct timeval __tvp[2])
177 const struct timeval __tvp[2]),
189 extern int lutimes (const char *__file, const struct timeval __tvp[2])
193 extern int futimes (int __fd, const struct timeval __tvp[2]) __THROW;
197 const struct timeval __tvp[2]),
200 extern int __REDIRECT_NTH (futimes, (int __fd, const struct timeval __tvp[2]),
215 const struct timeval __tvp[2]) __THROW;
219 const struct timeval __tvp[2]),