Lines Matching refs:tv
36 static struct timeval tv[2] = {{0L, 0L}, {0L, 0L}};
37 tv[0].tv_sec = s.st_atime;
38 tv[0].tv_usec = 0;
39 tv[1].tv_sec = s.st_mtime;
40 tv[1].tv_usec = 0;
42 ret = futimes(fd, tv);
69 static struct timeval tv[2] = {{0L, 0L}, {0L, 0L}};
71 ret = futimes(fd, tv);
84 static struct timeval tv[2] = {{0L, 0L}, {0L, 0L}};
85 tv[0].tv_sec = s.st_atime;
86 tv[0].tv_usec = 0;
87 tv[1].tv_sec = s.st_mtime;
88 tv[1].tv_usec = 0;
90 ret = __futimes_time64(fd, tv);