Lines Matching refs:timeval
11 int gettimeofday (struct timeval *__restrict, void *__restrict);
18 struct timeval it_interval;
19 struct timeval it_value;
24 int utimes (const char *, const struct timeval [2]);
31 int futimes(int, const struct timeval [2]);
32 int futimesat(int, const char *, const struct timeval [2]);
33 int lutimes(const char *, const struct timeval [2]);
34 int settimeofday(const struct timeval *, const struct timezone *);
35 int adjtime (const struct timeval *, struct timeval *);