Home
last modified time | relevance | path

Searched refs:st_atim (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/bin/ls/
H A Dcmp.c105 if (b->fts_statp->st_atim.tv_sec > in acccmp()
106 a->fts_statp->st_atim.tv_sec) in acccmp()
108 if (b->fts_statp->st_atim.tv_sec < in acccmp()
109 a->fts_statp->st_atim.tv_sec) in acccmp()
111 if (b->fts_statp->st_atim.tv_nsec > in acccmp()
112 a->fts_statp->st_atim.tv_nsec) in acccmp()
114 if (b->fts_statp->st_atim.tv_nsec < in acccmp()
115 a->fts_statp->st_atim.tv_nsec) in acccmp()
/freebsd/sys/sys/
H A Dstat.h111 struct timespec st_atim; /* time of last access */ member
130 struct timespec st_atim; /* time of last access */ member
170 struct timespec st_atim; /* time of last access */ member
201 struct timespec st_atim; /* time of last access */
220 #define st_atime st_atim.tv_sec
225 #define st_atimensec st_atim.tv_nsec
233 #define st_atimespec st_atim
200 struct timespec st_atim; /* time of last access */ global() member
/freebsd/sys/compat/linux/
H A Dlinux_stats.c154 tbuf.st_atim.tv_sec = buf->st_atim.tv_sec; in newstat_copyout()
155 tbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec; in newstat_copyout()
229 lbuf.st_atim.tv_sec = buf->st_atim.tv_sec; in old_stat_copyout()
230 lbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec; in old_stat_copyout()
529 lbuf.st_atim.tv_sec = buf->st_atim.tv_sec; in stat64_copyout()
530 lbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec; in stat64_copyout()
686 tbuf.stx_atime.tv_sec = buf->st_atim.tv_sec; in statx_copyout()
687 tbuf.stx_atime.tv_nsec = buf->st_atim.tv_nsec; in statx_copyout()
/freebsd/tools/build/cross-build/include/linux/sys/
H A Dstat.h49 #define st_atimensec st_atim.tv_nsec
53 #define st_atimespec st_atim
/freebsd/crypto/openssh/openbsd-compat/regress/
H A Dutimensattest.c91 if (sb.st_atim.tv_nsec != 23456000) in main()
92 fail("atim.tv_nsec", 23456000, sb.st_atim.tv_nsec); in main()
/freebsd/tools/build/
H A Dfutimens.c75 tv[0].tv_sec = sb.st_atim.tv_sec; in futimens()
76 tv[0].tv_usec = sb.st_atim.tv_nsec / 1000; in futimens()
H A Dutimensat.c79 tv[0].tv_sec = sb.st_atim.tv_sec; in utimensat()
80 tv[0].tv_usec = sb.st_atim.tv_nsec / 1000; in utimensat()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h176 struct timespec32 st_atim; /* time of last access */ member
225 struct timespec32 st_atim; member
254 struct timespec32 st_atim;
277 struct timespec32 st_atim;
253 struct timespec32 st_atim; global() member
276 struct timespec32 st_atim; global() member
/freebsd/sys/i386/linux/
H A Dlinux.h166 struct l_timespec st_atim; member
183 struct l_timespec st_atim; member
205 struct l_timespec st_atim; member
/freebsd/tests/sys/fs/fusefs/
H A Dgetattr.cc235 EXPECT_EQ(3, sb.st_atim.tv_sec); in TEST_F()
236 EXPECT_EQ(6, sb.st_atim.tv_nsec); in TEST_F()
352 EXPECT_EQ(3, sb.st_atim.tv_sec); in TEST_F()
353 EXPECT_EQ(6, sb.st_atim.tv_nsec); in TEST_F()
H A Dread.cc381 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <)); in TEST_F()
417 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <)); in TEST_F()
447 sb.st_atim.tv_sec && in TEST_F()
449 sb.st_atim.tv_nsec); in TEST_F()
536 sb.st_atim.tv_sec && in TEST_F()
538 sb.st_atim.tv_nsec); in TEST_F()
925 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, ==)); in TEST_F()
963 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, ==)); in TEST_F()
H A Dlookup.cc99 EXPECT_EQ(3, sb.st_atim.tv_sec); in TEST_F()
100 EXPECT_EQ(6, sb.st_atim.tv_nsec); in TEST_F()
/freebsd/sys/amd64/linux32/
H A Dlinux.h194 struct l_timespec st_atim; member
211 struct l_timespec st_atim; member
233 struct l_timespec st_atim; member
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dstat.h43 #define st_atim st_atimespec macro
/freebsd/stand/kboot/kboot/
H A Dhostfs.c173 sb->st_atim.tv_sec = ksb.st_atime_sec; in hostfs_stat()
174 sb->st_atim.tv_nsec = ksb.st_atime_nsec; in hostfs_stat()
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c47 #define ATIME st_atim
/freebsd/usr.bin/touch/
H A Dtouch.c193 ts[0] = sb.st_atim; in main()
395 tsp[0] = sb.st_atim; in stime_file()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c89 st->st_atim.tv_nsec = archive_entry_atime_nsec(entry); in archive_entry_stat()
H A Darchive_entry_copy_stat.c43 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec); in archive_entry_copy_stat()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h57 TimeSpec st_atim; member
299 inline TimeSpec extract_atime(StatT const& st) { return st.st_atim; }
/freebsd/sys/arm64/linux/
H A Dlinux.h142 struct l_timespec st_atim; member
/freebsd/sys/amd64/linux/
H A Dlinux.h145 struct l_timespec st_atim; member
/freebsd/contrib/pjdfstest/
H A Dconfigure.ac87 AC_CHECK_MEMBERS([struct stat.st_atim, struct stat.st_atimespec], [], [], [[
/freebsd/usr.bin/compress/
H A Dcompress.c357 tspec[0] = fs->st_atim; in setfile()
/freebsd/bin/mv/
H A Dmv.c318 ts[0] = sbp->st_atim; in fastcopy()

123