/sysdeps/unix/sysv/linux/powerpc/bits/ |
A D | struct_stat.h | 70 # define st_mtime st_mtim.tv_sec 75 __time_t st_mtime; /* Time of last modification. */ 113 # define st_mtime st_mtim.tv_sec 118 __time_t st_mtime; /* Time of last modification. */ 168 # define st_mtime st_mtim.tv_sec macro 173 __time_t st_mtime; /* Time of last modification. */ member 208 # define st_mtime st_mtim.tv_sec macro 213 __time_t st_mtime; /* Time of last modification. */ member
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | struct_stat.h | 51 # define st_mtime st_mtim.tv_sec macro 56 __time_t st_mtime; /* Time of last modification. */ member 107 # define st_mtime st_mtim.tv_sec 112 __time_t st_mtime; /* Time of last modification. */ 152 # define st_mtime st_mtim.tv_sec macro 157 __time_t st_mtime; /* Time of last modification. */ member 197 # define st_mtime st_mtim.tv_sec 202 __time_t st_mtime; /* Time of last modification. */
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A D | struct_stat.h | 55 # define st_mtime st_mtim.tv_sec 60 __time_t st_mtime; /* Time of last modification. */ 103 # define st_mtime st_mtim.tv_sec 108 __time_t st_mtime; /* Time of last modification. */ 148 # define st_mtime st_mtim.tv_sec 153 __time_t st_mtime; /* Time of last modification. */
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | struct_stat.h | 48 # define st_mtime st_mtim.tv_sec macro 53 __time_t st_mtime; /* Time of last modification. */ member 87 # define st_mtime st_mtim.tv_sec macro 92 __time_t st_mtime; /* Time of last modification. */ member
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | struct_stat.h | 60 # define st_mtime st_mtim.tv_sec macro 65 __time_t st_mtime; /* Time of last modification. */ member 99 # define st_mtime st_mtim.tv_sec macro 104 __time_t st_mtime; /* Time of last modification. */ member
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | struct_stat.h | 67 # define st_mtime st_mtim.tv_sec 72 __time_t st_mtime; /* Time of last modification. */ 117 __time_t st_mtime; /* Time of last modification. */ 165 # define st_mtime st_mtim.tv_sec macro 170 __time_t st_mtime; /* Time of last modification. */ member 211 __time_t st_mtime; /* Time of last modification. */ member
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | struct_stat.h | 70 # define st_mtime st_mtim.tv_sec 75 __time_t st_mtime; /* Time of last modification. */ 117 # define st_mtime st_mtim.tv_sec 122 __time_t st_mtime; /* Time of last modification. */
|
/sysdeps/unix/sysv/linux/bits/ |
A D | struct_stat.h | 70 # define st_mtime st_mtim.tv_sec 75 __time_t st_mtime; /* Time of last modification. */ 122 __time_t st_mtime; /* Time of last modification. */
|
A D | struct_stat_time64_helper.h | 44 # define st_mtime st_mtim.tv_sec macro 59 __fieldts64 (st_mtime);
|
/sysdeps/unix/sysv/linux/m68k/bits/ |
A D | struct_stat.h | 67 # define st_mtime st_mtim.tv_sec 72 __time_t st_mtime; /* Time of last modification. */ 119 __time_t st_mtime; /* Time of last modification. */
|
/sysdeps/unix/sysv/linux/x86/bits/ |
A D | struct_stat.h | 78 # define st_mtime st_mtim.tv_sec 83 __time_t st_mtime; /* Time of last modification. */ 145 __time_t st_mtime; /* Time of last modification. */
|
/sysdeps/unix/sysv/linux/generic/bits/ |
A D | struct_stat.h | 69 # define st_mtime st_mtim.tv_sec macro 74 __time_t st_mtime; /* Time of last modification. */ member 112 __time_t st_mtime; /* Time of last modification. */ member
|
/sysdeps/unix/sysv/linux/ |
A D | xstatconv.c | 72 buf->st_mtime = kbuf->st_mtime; in __xstat_conv() 142 buf->st_mtime = kbuf->st_mtime; in __xstat64_conv() 219 buf->st_mtime = kbuf->st_mtime; in __xstat32_conv()
|
A D | statx_cp.c | 41 to->st_mtime = from->stx_mtime.tv_sec; in __cp_stat64_statx()
|
A D | fstatat64.c | 65 .st_mtime = tmp.stx_mtime.tv_sec, in fstatat64_time64_statx()
|
/sysdeps/mach/hurd/bits/ |
A D | stat.h | 71 # define st_mtime st_mtim.tv_sec macro 76 __time_t st_mtime; /* Time of last modification. */ member 137 __time_t st_mtime; /* Time of last modification. */ member
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 1662 gaiconf_mtime = st->st_mtime; in save_gaiconf_mtime() 1668 return st->st_mtime == gaiconf_mtime; in check_gaiconf_mtime()
|