/src/sbin/restore/ |
dirs.c | 88 struct timespec mtimep[2]; member in struct:modeinfo 694 (void) utimens(cp, node.mtimep); 787 node.mtimep[0].tv_sec = ctxp->atime_sec; 788 node.mtimep[0].tv_nsec = ctxp->atime_nsec; 789 node.mtimep[1].tv_sec = ctxp->mtime_sec; 790 node.mtimep[1].tv_nsec = ctxp->mtime_nsec;
|
dirs.c | 88 struct timespec mtimep[2]; member in struct:modeinfo 694 (void) utimens(cp, node.mtimep); 787 node.mtimep[0].tv_sec = ctxp->atime_sec; 788 node.mtimep[0].tv_nsec = ctxp->atime_nsec; 789 node.mtimep[1].tv_sec = ctxp->mtime_sec; 790 node.mtimep[1].tv_nsec = ctxp->mtime_nsec;
|
tape.c | 638 struct timespec mtimep[2], ctimep[2]; local in function:extractfile 645 mtimep[0].tv_sec = curfile.atime_sec; 646 mtimep[0].tv_nsec = curfile.atime_nsec; 647 mtimep[1].tv_sec = curfile.mtime_sec; 648 mtimep[1].tv_nsec = curfile.mtime_nsec; 703 (void) lutimens(name, mtimep); 744 (void) utimens(name, mtimep); 779 (void) utimens(name, mtimep); 818 (void) futimens(ofile, mtimep);
|
tape.c | 638 struct timespec mtimep[2], ctimep[2]; local in function:extractfile 645 mtimep[0].tv_sec = curfile.atime_sec; 646 mtimep[0].tv_nsec = curfile.atime_nsec; 647 mtimep[1].tv_sec = curfile.mtime_sec; 648 mtimep[1].tv_nsec = curfile.mtime_nsec; 703 (void) lutimens(name, mtimep); 744 (void) utimens(name, mtimep); 779 (void) utimens(name, mtimep); 818 (void) futimens(ofile, mtimep);
|