OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_birthtime
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_entry_copy_stat.c
68
archive_entry_set_birthtime(entry, st->
st_birthtime
, st->st_birthtimespec.tv_nsec);
70
archive_entry_set_birthtime(entry, st->
st_birthtime
, 0);
archive_entry_stat.c
68
st->
st_birthtime
= archive_entry_birthtime(entry);
/src/sys/compat/sys/
stat.h
131
int32_t
st_birthtime
;
member in struct:stat13
163
int32_t
st_birthtime
; /* time of creation */
member in struct:stat30
/src/sys/sys/
stat.h
80
time_t
st_birthtime
; /* time of creation */
member in struct:stat
97
#define
st_birthtime
st_birthtim.tv_sec
macro
/src/sys/compat/linux/common/
linux_file64.c
150
if ((st->
st_birthtime
== 0 && st->st_birthtimensec == 0) ||
151
(st->
st_birthtime
== (time_t)-1 &&
155
stx->stx_btime.tv_sec = st->
st_birthtime
;
/src/usr.sbin/makefs/
makefs.c
498
st->
st_birthtime
=
walk.c
377
cur->inode->st.
st_birthtime
= stampst.
st_birthtime
;
ffs.c
735
dinp->di_birthtime = st->
st_birthtime
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
stat.d
1018
time_t
st_birthtime
;
1078
ref inout(time_t)
st_birthtime
() return { return st_birthtim.tv_sec; }
1110
ref inout(time_t)
st_birthtime
() return { return st_birthtim.tv_sec; }
1139
time_t
st_birthtime
; /* time of creation */
/src/bin/pax/
options.c
2130
st->
st_birthtime
=
/src/usr.bin/stat/
stat.c
84
#define SHELL_B "
st_birthtime
=%SB "
829
secs = st->
st_birthtime
;
/src/sbin/newfs_udf/
udf_core.c
2459
udf_set_timestamp(&birthtime, st->
st_birthtime
);
2559
udf_set_timestamp(&efe->ctime, st->
st_birthtime
);
/src/external/bsd/libarchive/dist/test_utils/
test_main.c
1524
case 'b': filet = st.
st_birthtime
;
Completed in 45 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026