/glibc-2.36/dirent/ |
D | tst-fdopendir.c | 58 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/ |
D | xstatconv.c | 64 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()
|
D | stat_t64_cp.c | 29 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()
|
D | fstatat.c | 36 || ! in_time_t_range (st64.st_atim.tv_sec) in __fstatat() 54 buf->st_atim = valid_timespec64_to_timespec (st64.st_atim); in __fstatat()
|
D | fstatat64.c | 70 .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/ |
D | struct_stat.h | 66 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/ |
D | struct_stat.h | 47 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/ |
D | struct_stat.h | 51 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/ |
D | xstatconv.c | 65 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/ |
D | struct_stat.h | 63 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/ |
D | struct_stat.h | 44 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/ |
D | struct_stat.h | 56 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/ |
D | struct_stat.h | 66 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/ |
D | kstat_cp.h | 41 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/ |
D | xstatconv.c | 54 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()
|
D | kstat_cp.h | 36 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/ |
D | support_stat_nanoseconds.c | 45 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/ |
D | struct_stat.h | 63 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/ |
D | struct_stat.h | 66 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. */
|
D | struct_stat_time64_helper.h | 40 __struct_timespec st_atim; variable 43 # define st_atime st_atim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/ |
D | struct_stat.h | 74 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/ |
D | struct_stat.h | 65 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/ |
D | stat.h | 67 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/ |
D | statconv.c | 44 buf->st_atim = buf64->st_atim; in stat64_conv()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | xstatconv.c | 101 buf->st_atim.tv_sec = kbuf->st_atime_sec; in __xstat_conv() 102 buf->st_atim.tv_nsec = 0; in __xstat_conv()
|