Home
last modified time | relevance | path

Searched refs:st_atim (Results 1 – 25 of 33) sorted by relevance

12

/sysdeps/unix/sysv/linux/powerpc/bits/
A Dstruct_stat.h66 struct timespec st_atim; /* Time of last access. */
69 # define st_atime st_atim.tv_sec /* Backward compatibility. */
109 struct timespec st_atim; /* Time of last access. */
112 # define st_atime st_atim.tv_sec /* Backward compatibility. */
164 struct timespec st_atim; /* Time of last access. */ member
167 # define st_atime st_atim.tv_sec /* Backward compatibility. */
204 struct timespec st_atim; /* Time of last access. */ member
207 # define st_atime st_atim.tv_sec /* Backward compatibility. */
/sysdeps/unix/sysv/linux/s390/bits/
A Dstruct_stat.h47 struct timespec st_atim; /* Time of last access. */ member
50 # define st_atime st_atim.tv_sec /* Backward compatibility. */
103 struct timespec st_atim; /* Time of last access. */
106 # define st_atime st_atim.tv_sec /* Backward compatibility. */
148 struct timespec st_atim; /* Time of last access. */ member
151 # define st_atime st_atim.tv_sec /* Backward compatibility. */
193 struct timespec st_atim; /* Time of last access. */
196 # define st_atime st_atim.tv_sec /* Backward compatibility. */
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dstruct_stat.h51 struct timespec st_atim; /* Time of last access. */
54 # define st_atime st_atim.tv_sec /* Backward compatibility. */
99 struct timespec st_atim; /* Time of last access. */
102 # define st_atime st_atim.tv_sec /* Backward compatibility. */
144 struct timespec st_atim; /* Time of last access. */
147 # define st_atime st_atim.tv_sec /* Backward compatibility. */
/sysdeps/unix/sysv/linux/
A Dxstatconv.c64 buf->st_atim.tv_sec = kbuf->st_atim.tv_sec; in __xstat_conv()
65 buf->st_atim.tv_nsec = kbuf->st_atim.tv_nsec; in __xstat_conv()
134 buf->st_atim.tv_sec = kbuf->st_atim.tv_sec; in __xstat64_conv()
135 buf->st_atim.tv_nsec = kbuf->st_atim.tv_nsec; in __xstat64_conv()
211 buf->st_atim.tv_sec = kbuf->st_atim.tv_sec; in __xstat32_conv()
212 buf->st_atim.tv_nsec = kbuf->st_atim.tv_nsec; in __xstat32_conv()
A Dstat_t64_cp.c29 if (! in_time_t_range (st64_t64->st_atim.tv_sec) in __cp_stat64_t64_stat64()
50 st64->st_atim = valid_timespec64_to_timespec (st64_t64->st_atim); in __cp_stat64_t64_stat64()
A Dfstatat.c36 || ! in_time_t_range (st64.st_atim.tv_sec) in __fstatat()
54 buf->st_atim = valid_timespec64_to_timespec (st64.st_atim); in __fstatat()
/sysdeps/unix/sysv/linux/ia64/bits/
A Dstruct_stat.h44 struct timespec st_atim; /* Time of last access. */ member
47 # define st_atime st_atim.tv_sec /* Backward compatibility. */
83 struct timespec st_atim; /* Time of last access. */ member
86 # define st_atime st_atim.tv_sec /* Backward compatibility. */
/sysdeps/unix/sysv/linux/alpha/bits/
A Dstruct_stat.h56 struct timespec st_atim; /* Time of last access. */ member
59 # define st_atime st_atim.tv_sec /* Backward compatibility. */
95 struct timespec st_atim; /* Time of last access. */ member
98 # define st_atime st_atim.tv_sec /* Backward compatibility. */
/sysdeps/unix/sysv/linux/mips/bits/
A Dstruct_stat.h63 struct timespec st_atim; /* Time of last access. */
66 # define st_atime st_atim.tv_sec /* Backward compatibility. */
111 struct timespec st_atim; /* Time of last access. */
161 struct timespec st_atim; /* Time of last access. */ member
164 # define st_atime st_atim.tv_sec /* Backward compatibility. */
205 struct timespec st_atim; /* Time of last access. */ member
/sysdeps/unix/sysv/linux/sparc/bits/
A Dstruct_stat.h66 struct timespec st_atim; /* Time of last access. */
69 # define st_atime st_atim.tv_sec /* Backward compatibility. */
113 struct timespec st_atim; /* Time of last access. */
116 # define st_atime st_atim.tv_sec /* Backward compatibility. */
/sysdeps/unix/sysv/linux/mips/
A Dxstatconv.c65 buf->st_atim.tv_sec = kbuf->st_atime_sec; in __xstat_conv()
66 buf->st_atim.tv_nsec = kbuf->st_atime_nsec; in __xstat_conv()
117 buf->st_atim.tv_sec = kbuf->st_atime_sec; in __xstat64_conv()
118 buf->st_atim.tv_nsec = kbuf->st_atime_nsec; in __xstat64_conv()
174 buf->st_atim.tv_sec = kbuf->st_atim.tv_sec; in __xstat32_conv()
175 buf->st_atim.tv_nsec = kbuf->st_atim.tv_nsec; in __xstat32_conv()
/sysdeps/unix/sysv/linux/mips/mips64/
A Dkstat_cp.h41 st->st_atim.tv_sec = kst->st_atime_sec; in __cp_kstat_stat()
42 st->st_atim.tv_nsec = kst->st_atime_nsec; in __cp_kstat_stat()
67 st->st_atim.tv_sec = kst->st_atime_sec; in __cp_kstat_stat64_t64()
68 st->st_atim.tv_nsec = kst->st_atime_nsec; in __cp_kstat_stat64_t64()
/sysdeps/unix/sysv/linux/bits/
A Dstruct_stat.h66 struct timespec st_atim; /* Time of last access. */
69 # define st_atime st_atim.tv_sec /* Backward compatibility. */
116 struct timespec st_atim; /* Time of last access. */
A Dstruct_stat_time64_helper.h40 __struct_timespec st_atim; variable
43 # define st_atime st_atim.tv_sec
/sysdeps/unix/sysv/linux/m68k/bits/
A Dstruct_stat.h63 struct timespec st_atim; /* Time of last access. */
66 # define st_atime st_atim.tv_sec /* Backward compatibility. */
113 struct timespec st_atim; /* Time of last access. */
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dxstatconv.c54 buf->st_atim.tv_sec = kbuf->st_atime_sec; in __xstat_conv()
55 buf->st_atim.tv_nsec = 0; in __xstat_conv()
104 buf->st_atim.tv_sec = kbuf->st_atime_sec; in __xstat32_conv()
105 buf->st_atim.tv_nsec = kbuf->st_atime_nsec; in __xstat32_conv()
A Dkstat_cp.h36 st64->st_atim.tv_sec = kst64->st_atime_sec; in __cp_stat64_kstat64()
37 st64->st_atim.tv_nsec = kst64->st_atime_nsec; in __cp_stat64_kstat64()
/sysdeps/unix/sysv/linux/x86/bits/
A Dstruct_stat.h74 struct timespec st_atim; /* Time of last access. */
77 # define st_atime st_atim.tv_sec /* Backward compatibility. */
139 struct timespec st_atim; /* Time of last access. */
/sysdeps/unix/sysv/linux/generic/bits/
A Dstruct_stat.h65 struct timespec st_atim; /* Time of last access. */ member
68 # define st_atime st_atim.tv_sec /* Backward compatibility. */
106 struct timespec st_atim; /* Time of last access. */ member
/sysdeps/mach/hurd/bits/
A Dstat.h67 struct timespec st_atim; /* Time of last access. */ member
70 # define st_atime st_atim.tv_sec /* Backward compatibility. */
131 struct timespec st_atim; /* Time of last access. */ member
/sysdeps/mach/hurd/
A Dstatconv.c44 buf->st_atim = buf64->st_atim; in stat64_conv()
/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A Dkernel_stat.h31 struct timespec st_atim; member
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dkernel_stat.h12 struct timespec st_atim; member
/sysdeps/unix/sysv/linux/microblaze/
A Dkernel_stat.h38 struct timespec st_atim; member
/sysdeps/unix/sysv/linux/hppa/
A Dkernel_stat.h11 struct timespec st_atim; member

Completed in 18 milliseconds

12