OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_ctim
(Results
1 - 7
of
7
) sorted by relevancy
/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/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/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/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c
1075
struct unix_timeval
st_ctim
;
1121
target.
st_ctim
.tv_sec = H2T_4(host->st_ctime);
1122
target.
st_ctim
.tv_usec = 0;
1072
struct unix_timeval
st_ctim
;
member in struct:solaris_stat
/src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c
1075
struct unix_timeval
st_ctim
;
1121
target.
st_ctim
.tv_sec = H2T_4(host->st_ctime);
1122
target.
st_ctim
.tv_usec = 0;
1072
struct unix_timeval
st_ctim
;
member in struct:solaris_stat
/src/external/mit/libuv/dist/include/
uv.h
401
uv_timespec_t
st_ctim
;
member in struct:__anon23778
/src/lib/libc/time/
localtime.c
79
#if !defined
st_ctim
&& defined __APPLE__ && defined __MACH__
80
# define
st_ctim
st_ctimespec
macro
953
ctim.tv_sec = (time_t)st->
st_ctim
.tv_sec;
954
ctim.tv_nsec = st->
st_ctim
.tv_nsec;
Completed in 24 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026