HomeSort by: relevance | last modified time | path
    Searched defs:ctimep (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/restore/
dirs.c 87 struct timespec ctimep[2]; member in struct:modeinfo
693 (void) utimens(cp, node.ctimep);
791 node.ctimep[0].tv_sec = ctxp->atime_sec;
792 node.ctimep[0].tv_nsec = ctxp->atime_nsec;
793 node.ctimep[1].tv_sec = ctxp->birthtime_sec;
794 node.ctimep[1].tv_nsec = ctxp->birthtime_nsec;
tape.c 638 struct timespec mtimep[2], ctimep[2]; local in function:extractfile
653 ctimep[0].tv_sec = curfile.atime_sec;
654 ctimep[0].tv_nsec = curfile.atime_nsec;
655 ctimep[1].tv_sec = curfile.birthtime_sec;
656 ctimep[1].tv_nsec = curfile.birthtime_nsec;
702 (void) lutimens(name, ctimep);
743 (void) utimens(name, ctimep);
778 (void) utimens(name, ctimep);
817 (void) futimens(ofile, ctimep);

Completed in 549 milliseconds