/sysdeps/unix/sysv/linux/powerpc/bits/ |
A 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. */
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A 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. */
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A 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. */
|
/sysdeps/unix/sysv/linux/ |
A 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()
|
A 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()
|
A 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()
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A 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. */
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A 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. */
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A 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. */ 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 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. */
|
/sysdeps/unix/sysv/linux/mips/ |
A 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()
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A 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()
|
/sysdeps/unix/sysv/linux/bits/ |
A 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. */
|
A D | struct_stat_time64_helper.h | 40 __struct_timespec st_atim; variable 43 # define st_atime st_atim.tv_sec
|
/sysdeps/unix/sysv/linux/m68k/bits/ |
A 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. */
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A 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()
|
A 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()
|
/sysdeps/unix/sysv/linux/x86/bits/ |
A 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. */
|
/sysdeps/unix/sysv/linux/generic/bits/ |
A 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
|
/sysdeps/mach/hurd/bits/ |
A 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
|
/sysdeps/mach/hurd/ |
A D | statconv.c | 44 buf->st_atim = buf64->st_atim; in stat64_conv()
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
A D | kernel_stat.h | 31 struct timespec st_atim; member
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | kernel_stat.h | 12 struct timespec st_atim; member
|
/sysdeps/unix/sysv/linux/microblaze/ |
A D | kernel_stat.h | 38 struct timespec st_atim; member
|
/sysdeps/unix/sysv/linux/hppa/ |
A D | kernel_stat.h | 11 struct timespec st_atim; member
|