Home
last modified time | relevance | path

Searched refs:mtimep (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/restore/
H A Ddirs.c78 struct timespec mtimep[2]; member
655 utimensat(AT_FDCWD, cp, node.mtimep, 0); in setdirmodes()
743 node.mtimep[0].tv_sec = ctxp->atime_sec; in allocinotab()
744 node.mtimep[0].tv_nsec = ctxp->atime_nsec; in allocinotab()
745 node.mtimep[1].tv_sec = ctxp->mtime_sec; in allocinotab()
746 node.mtimep[1].tv_nsec = ctxp->mtime_nsec; in allocinotab()
H A Dtape.c568 struct timespec mtimep[2], ctimep[2]; in extractfile()
574 mtimep[0].tv_sec = curfile.atime_sec; in extractfile()
575 mtimep[0].tv_nsec = curfile.atime_nsec; in extractfile()
576 mtimep[1].tv_sec = curfile.mtime_sec; in extractfile()
577 mtimep[1].tv_nsec = curfile.mtime_nsec; in extractfile()
629 (void) utimensat(AT_FDCWD, name, mtimep, in extractfile()
660 (void) utimensat(AT_FDCWD, name, mtimep, 0); in extractfile()
690 (void) utimensat(AT_FDCWD, name, mtimep, 0); in extractfile()
716 (void) futimens(ofile, mtimep); in extractfile()
567 struct timespec mtimep[2], ctimep[2]; extractfile() local