OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
639
struct timespec mtimep[2],
ctimep
[2];
local
654
ctimep
[0].tv_sec = curfile.atime_sec;
655
ctimep
[0].tv_nsec = curfile.atime_nsec;
656
ctimep
[1].tv_sec = curfile.birthtime_sec;
657
ctimep
[1].tv_nsec = curfile.birthtime_nsec;
703
(void) lutimens(name,
ctimep
);
744
(void) utimens(name,
ctimep
);
779
(void) utimens(name,
ctimep
);
818
(void) futimens(ofile,
ctimep
);
Completed in 83 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026