Lines Matching defs:tvs
1624 struct timeval tvs[2];
1628 tvs[0].tv_sec = tvs[1].tv_sec = fs.st_mtime;
1629 tvs[0].tv_usec = tvs[1].tv_usec = 0;
1630 (void) futimes (fd, tvs);
1940 struct timeval tvs[2];
1941 tvs[0].tv_sec = tvs[1].tv_sec = archive_entry_mtime(e);
1942 tvs[0].tv_usec = tvs[1].tv_usec = 0;
1943 (void) futimes (fd, tvs); /* best effort */