/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | xstatconv.c | 66 buf->st_mtim.tv_sec = kbuf->st_mtim.tv_sec; in __xstat_conv() 67 buf->st_mtim.tv_nsec = kbuf->st_mtim.tv_nsec; in __xstat_conv() 136 buf->st_mtim.tv_sec = kbuf->st_mtim.tv_sec; in __xstat64_conv() 137 buf->st_mtim.tv_nsec = kbuf->st_mtim.tv_nsec; in __xstat64_conv() 213 buf->st_mtim.tv_sec = kbuf->st_mtim.tv_sec; in __xstat32_conv() 214 buf->st_mtim.tv_nsec = kbuf->st_mtim.tv_nsec; in __xstat32_conv()
|
D | stat_t64_cp.c | 30 || ! in_time_t_range (st64_t64->st_mtim.tv_sec) in __cp_stat64_t64_stat64() 51 st64->st_mtim = valid_timespec64_to_timespec (st64_t64->st_mtim); in __cp_stat64_t64_stat64()
|
D | fstatat.c | 37 || ! in_time_t_range (st64.st_mtim.tv_sec) in __fstatat() 55 buf->st_mtim = valid_timespec64_to_timespec (st64.st_mtim); in __fstatat()
|
D | fstatat64.c | 72 .st_mtim.tv_nsec = tmp.stx_mtime.tv_nsec, in fstatat64_time64_statx() 135 buf->st_mtim = valid_timespec_to_timespec64 (st64.st_mtim); in fstatat64_time64_stat()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | struct_stat.h | 67 struct timespec st_mtim; /* Time of last modification. */ 70 # define st_mtime st_mtim.tv_sec 110 struct timespec st_mtim; /* Time of last modification. */ 113 # define st_mtime st_mtim.tv_sec 165 struct timespec st_mtim; /* Time of last modification. */ member 168 # define st_mtime st_mtim.tv_sec 205 struct timespec st_mtim; /* Time of last modification. */ member 208 # define st_mtime st_mtim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/ |
D | struct_stat.h | 48 struct timespec st_mtim; /* Time of last modification. */ member 51 # define st_mtime st_mtim.tv_sec 104 struct timespec st_mtim; /* Time of last modification. */ 107 # define st_mtime st_mtim.tv_sec 149 struct timespec st_mtim; /* Time of last modification. */ member 152 # define st_mtime st_mtim.tv_sec 194 struct timespec st_mtim; /* Time of last modification. */ 197 # define st_mtime st_mtim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/ |
D | struct_stat.h | 52 struct timespec st_mtim; /* Time of last modification. */ 55 # define st_mtime st_mtim.tv_sec 100 struct timespec st_mtim; /* Time of last modification. */ 103 # define st_mtime st_mtim.tv_sec 145 struct timespec st_mtim; /* Time of last modification. */ 148 # define st_mtime st_mtim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | xstatconv.c | 67 buf->st_mtim.tv_sec = kbuf->st_mtime_sec; in __xstat_conv() 68 buf->st_mtim.tv_nsec = kbuf->st_mtime_nsec; in __xstat_conv() 119 buf->st_mtim.tv_sec = kbuf->st_mtime_sec; in __xstat64_conv() 120 buf->st_mtim.tv_nsec = kbuf->st_mtime_nsec; in __xstat64_conv() 176 buf->st_mtim.tv_sec = kbuf->st_mtim.tv_sec; in __xstat32_conv() 177 buf->st_mtim.tv_nsec = kbuf->st_mtim.tv_nsec; in __xstat32_conv()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | struct_stat.h | 64 struct timespec st_mtim; /* Time of last modification. */ 67 # define st_mtime st_mtim.tv_sec 112 struct timespec st_mtim; /* Time of last modification. */ 165 struct timespec st_mtim; /* Time of last modification. */ 168 # define st_mtime st_mtim.tv_sec 213 struct timespec st_mtim; /* Time of last modification. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/ |
D | struct_stat.h | 45 struct timespec st_mtim; /* Time of last modification. */ member 48 # define st_mtime st_mtim.tv_sec 84 struct timespec st_mtim; /* Time of last modification. */ member 87 # define st_mtime st_mtim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | struct_stat.h | 57 struct timespec st_mtim; /* Time of last modification. */ member 60 # define st_mtime st_mtim.tv_sec 96 struct timespec st_mtim; /* Time of last modification. */ member 99 # define st_mtime st_mtim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | struct_stat.h | 67 struct timespec st_mtim; /* Time of last modification. */ 70 # define st_mtime st_mtim.tv_sec 114 struct timespec st_mtim; /* Time of last modification. */ 117 # define st_mtime st_mtim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/ |
D | kstat_cp.h | 43 st->st_mtim.tv_sec = kst->st_mtime_sec; in __cp_kstat_stat() 44 st->st_mtim.tv_nsec = kst->st_mtime_nsec; in __cp_kstat_stat() 69 st->st_mtim.tv_sec = kst->st_mtime_sec; in __cp_kstat_stat64_t64() 70 st->st_mtim.tv_nsec = kst->st_mtime_nsec; in __cp_kstat_stat64_t64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | xstatconv.c | 56 buf->st_mtim.tv_sec = kbuf->st_mtime_sec; in __xstat_conv() 57 buf->st_mtim.tv_nsec = 0; in __xstat_conv() 106 buf->st_mtim.tv_sec = kbuf->st_mtime_sec; in __xstat32_conv() 107 buf->st_mtim.tv_nsec = kbuf->st_mtime_nsec; in __xstat32_conv()
|
D | kstat_cp.h | 38 st64->st_mtim.tv_sec = kst64->st_mtime_sec; in __cp_stat64_kstat64() 39 st64->st_mtim.tv_nsec = kst64->st_mtime_nsec; in __cp_stat64_kstat64()
|
/glibc-2.36/support/ |
D | support_stat_nanoseconds.c | 46 && st.st_mtim.tv_nsec == tsp[1].tv_nsec; in support_stat_nanoseconds() 52 { ost.st_mtim.tv_sec, ost.st_mtim.tv_nsec }, in support_stat_nanoseconds()
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/ |
D | struct_stat.h | 64 struct timespec st_mtim; /* Time of last modification. */ 67 # define st_mtime st_mtim.tv_sec 114 struct timespec st_mtim; /* Time of last modification. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | struct_stat.h | 67 struct timespec st_mtim; /* Time of last modification. */ 70 # define st_mtime st_mtim.tv_sec 117 struct timespec st_mtim; /* Time of last modification. */
|
D | struct_stat_time64_helper.h | 41 __struct_timespec st_mtim; variable 44 # define st_mtime st_mtim.tv_sec
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/ |
D | struct_stat.h | 75 struct timespec st_mtim; /* Time of last modification. */ 78 # define st_mtime st_mtim.tv_sec 140 struct timespec st_mtim; /* Time of last modification. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/generic/bits/ |
D | struct_stat.h | 66 struct timespec st_mtim; /* Time of last modification. */ member 69 # define st_mtime st_mtim.tv_sec 107 struct timespec st_mtim; /* Time of last modification. */ member
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | stat.h | 68 struct timespec st_mtim; /* Time of last modification. */ member 71 # define st_mtime st_mtim.tv_sec 132 struct timespec st_mtim; /* Time of last modification. */ member
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | statconv.c | 45 buf->st_mtim = buf64->st_mtim; in stat64_conv()
|
/glibc-2.36/io/ |
D | file_change_detection.c | 59 file->mtime = (struct __timespec64) { st->st_mtim.tv_sec, in libc_hidden_def() 60 st->st_mtim.tv_nsec }; in libc_hidden_def()
|
D | tst-stat-time64.c | 92 TEST_COMPARE (stx.stx_mtime.tv_sec, st.st_mtim.tv_sec); in do_test() 93 TEST_COMPARE (stx.stx_mtime.tv_nsec, st.st_mtim.tv_nsec); in do_test()
|