Lines Matching defs:times
1251 * mod and access times can be reserved during "cp -p"
1351 * (if supported by the underlying file system) while setting file times.
1356 struct timespec times[2];
1359 times[0] = ss.st_atim;
1360 times[1] = ss.st_mtim;
1362 rc = utimensat(AT_FDCWD, to, times,
1367 gettext("%s: cannot set times for %s: "), cmd, to);
1504 * if any, so that ownership, modes, times, and acl's can
1641 struct timespec times[2];
1690 times[0] = attrdir.st_atim;
1691 times[1] = attrdir.st_mtim;
1692 if (utimensat(targetdirfd, ".", times, 0) < 0) {
1695 gettext("%s: cannot set attribute times"
1801 times[0] = s3.st_atim;
1802 times[1] = s3.st_mtim;
1803 if (utimensat(targetdirfd, dp->d_name, times, 0) < 0) {
1807 " times for %s: "), cmd, target);