OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_ctim
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/sys/
stat.h
71
struct timespec
st_ctim
; /* time of last file status change */
member in struct:stat
96
#define st_ctime
st_ctim
.tv_sec
105
#define st_ctimespec
st_ctim
106
#define st_ctimensec
st_ctim
.tv_nsec
/src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c
75
struct timespec
st_ctim
;
member in struct:sunos_stat
95
struct timespec50
st_ctim
;
member in struct:sunos_stat
124
ssb->
st_ctim
= sb->st_ctimespec;
128
timespec_to_timespec50(&sb->st_ctimespec, &ssb->
st_ctim
);
/src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c
59
struct timespec50
st_ctim
;
member in struct:cygwin_stat
86
timespec_to_timespec50(&sb->st_ctimespec, &ssb->
st_ctim
);
/src/sbin/mount_portal/
puffs_portal.c
609
va->va_ctime = st.
st_ctim
;
/src/usr.bin/find/
function.c
373
return timespeccmp(&entry->fts_statp->
st_ctim
, &plan->ts_data, >);
389
new->ts_data = sb.
st_ctim
;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
295
out->
st_ctim
.tv_sec = in->st_ctime;
296
out->
st_ctim
.tv_nsec = in->st_ctime_nsec;
/src/usr.bin/stat/
stat.c
95
#define st_ctimespec
st_ctim
Completed in 18 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025