OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_atim
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c
57
struct timespec50
st_atim
;
member in struct:cygwin_stat
84
timespec_to_timespec50(&sb->st_atimespec, &ssb->
st_atim
);
/src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c
73
struct timespec
st_atim
;
member in struct:sunos_stat
93
struct timespec50
st_atim
;
member in struct:sunos_stat
122
ssb->
st_atim
= sb->st_atimespec;
126
timespec_to_timespec50(&sb->st_atimespec, &ssb->
st_atim
);
/src/sys/sys/
stat.h
69
struct timespec
st_atim
; /* time of last access */
member in struct:stat
94
#define st_atime
st_atim
.tv_sec
101
#define st_atimespec
st_atim
102
#define st_atimensec
st_atim
.tv_nsec
Completed in 13 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025