Searched refs:st_atim (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-13-stable/tools/build/cross-build/include/linux/sys/
H A Dstat.h51 #define st_atimensec st_atim.tv_nsec
55 #define st_atimespec st_atim
/freebsd-13-stable/bin/ls/
H A Dcmp.c100 if (b->fts_statp->st_atim.tv_sec >
101 a->fts_statp->st_atim.tv_sec)
103 if (b->fts_statp->st_atim.tv_sec <
104 a->fts_statp->st_atim.tv_sec)
106 if (b->fts_statp->st_atim.tv_nsec >
107 a->fts_statp->st_atim.tv_nsec)
109 if (b->fts_statp->st_atim.tv_nsec <
110 a->fts_statp->st_atim.tv_nsec)
/freebsd-13-stable/tools/build/cross-build/include/mac/sys/
H A Dstat.h45 #define st_atim st_atimespec macro
/freebsd-13-stable/sys/sys/
H A Dstat.h114 struct timespec st_atim; /* time of last access */ member in struct:ostat
133 struct timespec st_atim; /* time of last access */ member in struct:freebsd11_stat
173 struct timespec st_atim; /* time of last access */ member in struct:stat
203 struct timespec st_atim; /* time of last access */ member in struct:nstat
222 #define st_atime st_atim.tv_sec
227 #define st_atimensec st_atim.tv_nsec
235 #define st_atimespec st_atim
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c47 #define ATIME st_atim
/freebsd-13-stable/tools/build/
H A Dfutimens.c77 tv[0].tv_sec = sb.st_atim.tv_sec;
78 tv[0].tv_usec = sb.st_atim.tv_nsec / 1000;
H A Dutimensat.c81 tv[0].tv_sec = sb.st_atim.tv_sec;
82 tv[0].tv_usec = sb.st_atim.tv_nsec / 1000;
/freebsd-13-stable/lib/libc/sys/
H A Dcompat-ino64.h55 sb->st_atim = sb11->st_atim;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_stats.c187 tbuf.st_atim.tv_sec = buf->st_atim.tv_sec;
188 tbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec;
268 lbuf.st_atim.tv_sec = buf->st_atim.tv_sec;
269 lbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec;
556 lbuf.st_atim.tv_sec = buf->st_atim
[all...]
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32.h179 struct timespec32 st_atim; member in struct:stat32
207 struct timespec32 st_atim; member in struct:freebsd11_stat32
230 struct timespec32 st_atim; member in struct:ostat32
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c44 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec);
H A Darchive_entry_stat.c90 st->st_atim.tv_nsec = archive_entry_atime_nsec(entry);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dgetattr.cc237 EXPECT_EQ(3, sb.st_atim.tv_sec);
238 EXPECT_EQ(6, sb.st_atim.tv_nsec);
301 EXPECT_EQ(3, sb.st_atim.tv_sec);
302 EXPECT_EQ(6, sb.st_atim.tv_nsec);
H A Dlookup.cc88 EXPECT_EQ(3, sb.st_atim.tv_sec);
89 EXPECT_EQ(6, sb.st_atim.tv_nsec);
/freebsd-13-stable/usr.bin/touch/
H A Dtouch.c199 ts[0] = sb.st_atim;
394 tsp[0] = sb.st_atim;
/freebsd-13-stable/sys/i386/linux/
H A Dlinux.h158 struct l_timespec st_atim; member in struct:l_newstat
174 struct l_timespec st_atim; member in struct:l_stat
197 struct l_timespec st_atim; member in struct:l_stat64
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux.h187 struct l_timespec st_atim; member in struct:l_newstat
203 struct l_timespec st_atim; member in struct:l_stat
226 struct l_timespec st_atim; member in struct:l_stat64
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c549 cloudabi_convert_timespec(&sb->st_atim, &res.st_atim);
594 ts[0].tv_sec = fs->st_atim / 1000000000;
595 ts[0].tv_nsec = fs->st_atim % 1000000000;
/freebsd-13-stable/sys/contrib/cloudabi/
H A Dcloudabi_types_common.h404 _Alignas(8) cloudabi_timestamp_t st_atim; member in struct:__anon8923
413 _Static_assert(offsetof(cloudabi_filestat_t, st_atim) == 32, "Incorrect layout");
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux.h136 struct l_timespec st_atim; member in struct:l_newstat
/freebsd-13-stable/contrib/xz/src/xz/
H A Dfile_io.c406 atime_nsec = pair->src_st.st_atim.tv_nsec;
426 atime_nsec = pair->src_st.st_atim.st__tim.tv_nsec;
/freebsd-13-stable/bin/mv/
H A Dmv.c356 ts[0] = sbp->st_atim;
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c94 finfo->atime += info->st_atim.tv_nsec / APR_TIME_C(1000);
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux.h143 struct l_timespec st_atim; member in struct:l_newstat
/freebsd-13-stable/usr.bin/compress/
H A Dcompress.c372 tspec[0] = fs->st_atim;

Completed in 379 milliseconds

12