Searched defs:timebuf (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tools/
H A Dfiles.c85 struct timespec timebuf[2]; local
87 timebuf[0] = statp->st_atim;
88 timebuf[1] = statp->st_mtim;
90 ret = utimensat(dir_fd, path, timebuf, flags);
113 struct timespec timebuf[2]; local
115 timebuf[0] = statp->st_atim;
116 timebuf[1] = statp->st_mtim;
117 ret = futimens(fd, timebuf);

Completed in 1233 milliseconds