/sysdeps/unix/sysv/linux/powerpc/bits/ |
A D | struct_stat.h | 68 struct timespec st_ctim; /* Time of last status change. */ 71 # define st_ctime st_ctim.tv_sec 111 struct timespec st_ctim; /* Time of last status change. */ 114 # define st_ctime st_ctim.tv_sec 166 struct timespec st_ctim; /* Time of last status change. */ member 169 # define st_ctime st_ctim.tv_sec 206 struct timespec st_ctim; /* Time of last status change. */ member 209 # define st_ctime st_ctim.tv_sec
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | struct_stat.h | 49 struct timespec st_ctim; /* Time of last status change. */ member 52 # define st_ctime st_ctim.tv_sec 105 struct timespec st_ctim; /* Time of last status change. */ 108 # define st_ctime st_ctim.tv_sec 150 struct timespec st_ctim; /* Time of last status change. */ member 153 # define st_ctime st_ctim.tv_sec 195 struct timespec st_ctim; /* Time of last status change. */ 198 # define st_ctime st_ctim.tv_sec
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A D | struct_stat.h | 53 struct timespec st_ctim; /* Time of last status change. */ 56 # define st_ctime st_ctim.tv_sec 101 struct timespec st_ctim; /* Time of last status change. */ 104 # define st_ctime st_ctim.tv_sec 146 struct timespec st_ctim; /* Time of last status change. */ 149 # define st_ctime st_ctim.tv_sec
|
/sysdeps/unix/sysv/linux/ |
A D | xstatconv.c | 68 buf->st_ctim.tv_sec = kbuf->st_ctim.tv_sec; in __xstat_conv() 69 buf->st_ctim.tv_nsec = kbuf->st_ctim.tv_nsec; in __xstat_conv() 138 buf->st_ctim.tv_sec = kbuf->st_ctim.tv_sec; in __xstat64_conv() 139 buf->st_ctim.tv_nsec = kbuf->st_ctim.tv_nsec; in __xstat64_conv() 215 buf->st_ctim.tv_sec = kbuf->st_ctim.tv_sec; in __xstat32_conv() 216 buf->st_ctim.tv_nsec = kbuf->st_ctim.tv_nsec; in __xstat32_conv()
|
A D | stat_t64_cp.c | 31 || ! in_time_t_range (st64_t64->st_ctim.tv_sec)) in __cp_stat64_t64_stat64() 52 st64->st_ctim = valid_timespec64_to_timespec (st64_t64->st_ctim); in __cp_stat64_t64_stat64()
|
A D | fstatat.c | 38 || ! in_time_t_range (st64.st_ctim.tv_sec)) in __fstatat() 56 buf->st_ctim = valid_timespec64_to_timespec (st64.st_ctim); in __fstatat()
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | struct_stat.h | 46 struct timespec st_ctim; /* Time of last status change. */ member 49 # define st_ctime st_ctim.tv_sec 85 struct timespec st_ctim; /* Time of last status change. */ member 88 # define st_ctime st_ctim.tv_sec
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | struct_stat.h | 58 struct timespec st_ctim; /* Time of last status change. */ member 61 # define st_ctime st_ctim.tv_sec 97 struct timespec st_ctim; /* Time of last status change. */ member 100 # define st_ctime st_ctim.tv_sec
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | struct_stat.h | 65 struct timespec st_ctim; /* Time of last status change. */ 68 # define st_ctime st_ctim.tv_sec 113 struct timespec st_ctim; /* Time of last status change. */ 163 struct timespec st_ctim; /* Time of last status change. */ member 166 # define st_ctime st_ctim.tv_sec 207 struct timespec st_ctim; /* Time of last status change. */ member
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | struct_stat.h | 68 struct timespec st_ctim; /* Time of last status change. */ 71 # define st_ctime st_ctim.tv_sec 115 struct timespec st_ctim; /* Time of last status change. */ 118 # define st_ctime st_ctim.tv_sec
|
/sysdeps/unix/sysv/linux/mips/ |
A D | xstatconv.c | 69 buf->st_ctim.tv_sec = kbuf->st_ctime_sec; in __xstat_conv() 70 buf->st_ctim.tv_nsec = kbuf->st_ctime_nsec; in __xstat_conv() 121 buf->st_ctim.tv_sec = kbuf->st_ctime_sec; in __xstat64_conv() 122 buf->st_ctim.tv_nsec = kbuf->st_ctime_nsec; in __xstat64_conv() 178 buf->st_ctim.tv_sec = kbuf->st_ctim.tv_sec; in __xstat32_conv() 179 buf->st_ctim.tv_nsec = kbuf->st_ctim.tv_nsec; in __xstat32_conv()
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | kstat_cp.h | 45 st->st_ctim.tv_sec = kst->st_ctime_sec; in __cp_kstat_stat() 46 st->st_ctim.tv_nsec = kst->st_ctime_nsec; in __cp_kstat_stat() 71 st->st_ctim.tv_sec = kst->st_ctime_sec; in __cp_kstat_stat64_t64() 72 st->st_ctim.tv_nsec = kst->st_ctime_nsec; in __cp_kstat_stat64_t64()
|
/sysdeps/unix/sysv/linux/bits/ |
A D | struct_stat.h | 68 struct timespec st_ctim; /* Time of last status change. */ 71 # define st_ctime st_ctim.tv_sec 118 struct timespec st_ctim; /* Time of last status change. */
|
A D | struct_stat_time64_helper.h | 42 __struct_timespec st_ctim; variable 45 # define st_ctime st_ctim.tv_sec
|
/sysdeps/unix/sysv/linux/m68k/bits/ |
A D | struct_stat.h | 65 struct timespec st_ctim; /* Time of last status change. */ 68 # define st_ctime st_ctim.tv_sec 115 struct timespec st_ctim; /* Time of last status change. */
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | xstatconv.c | 58 buf->st_ctim.tv_sec = kbuf->st_ctime_sec; in __xstat_conv() 59 buf->st_ctim.tv_nsec = 0; in __xstat_conv() 108 buf->st_ctim.tv_sec = kbuf->st_ctime_sec; in __xstat32_conv() 109 buf->st_ctim.tv_nsec = kbuf->st_ctime_nsec; in __xstat32_conv()
|
A D | kstat_cp.h | 40 st64->st_ctim.tv_sec = kst64->st_ctime_sec; in __cp_stat64_kstat64() 41 st64->st_ctim.tv_nsec = kst64->st_ctime_nsec; in __cp_stat64_kstat64()
|
/sysdeps/unix/sysv/linux/x86/bits/ |
A D | struct_stat.h | 76 struct timespec st_ctim; /* Time of last status change. */ 79 # define st_ctime st_ctim.tv_sec 141 struct timespec st_ctim; /* Time of last status change. */
|
/sysdeps/unix/sysv/linux/generic/bits/ |
A D | struct_stat.h | 67 struct timespec st_ctim; /* Time of last status change. */ member 70 # define st_ctime st_ctim.tv_sec 108 struct timespec st_ctim; /* Time of last status change. */ member
|
/sysdeps/mach/hurd/bits/ |
A D | stat.h | 69 struct timespec st_ctim; /* Time of last status change. */ member 72 # define st_ctime st_ctim.tv_sec 133 struct timespec st_ctim; /* Time of last status change. */ member
|
/sysdeps/mach/hurd/ |
A D | statconv.c | 46 buf->st_ctim = buf64->st_ctim; in stat64_conv()
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
A D | kernel_stat.h | 33 struct timespec st_ctim; member
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | kernel_stat.h | 14 struct timespec st_ctim; member
|
/sysdeps/unix/sysv/linux/microblaze/ |
A D | kernel_stat.h | 40 struct timespec st_ctim; member
|
/sysdeps/unix/sysv/linux/hppa/ |
A D | kernel_stat.h | 13 struct timespec st_ctim; member
|