Home
last modified time | relevance | path

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

12

/glibc-2.36/dirent/
Dtst-fdopendir.c58 if (st.st_atim.tv_sec != st2.st_atim.tv_sec in do_test()
59 || st.st_atim.tv_nsec != st2.st_atim.tv_nsec) in do_test()
111 && (st.st_atim.tv_sec != st2.st_atim.tv_sec in do_test()
112 || st.st_atim.tv_nsec != st2.st_atim.tv_nsec)) in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
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()
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()
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()
Dfstatat64.c70 .st_atim.tv_nsec = tmp.stx_atime.tv_nsec, in fstatat64_time64_statx()
134 buf->st_atim = valid_timespec_to_timespec64 (st64.st_atim); in fstatat64_time64_stat()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
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()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
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. */
164 struct timespec st_atim; /* Time of last access. */
167 # define st_atime st_atim.tv_sec /* Backward compatibility. */
212 struct timespec st_atim; /* Time of last access. */
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/
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()
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
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()
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()
/glibc-2.36/support/
Dsupport_stat_nanoseconds.c45 support = st.st_atim.tv_nsec == tsp[0].tv_nsec in support_stat_nanoseconds()
51 { ost.st_atim.tv_sec, ost.st_atim.tv_nsec }, in support_stat_nanoseconds()
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
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. */
Dstruct_stat_time64_helper.h40 __struct_timespec st_atim; variable
43 # define st_atime st_atim.tv_sec
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/
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. */
/glibc-2.36/sysdeps/unix/sysv/linux/generic/bits/
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
/glibc-2.36/sysdeps/mach/hurd/bits/
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
/glibc-2.36/sysdeps/mach/hurd/
Dstatconv.c44 buf->st_atim = buf64->st_atim; in stat64_conv()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dxstatconv.c101 buf->st_atim.tv_sec = kbuf->st_atime_sec; in __xstat_conv()
102 buf->st_atim.tv_nsec = 0; in __xstat_conv()

12