Home
last modified time | relevance | path

Searched refs:st_atim (Results 1 – 25 of 54) 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
200 struct timespec st_atim; /* time of last access */ member
219 #define st_atime st_atim.tv_sec
224 #define st_atimensec st_atim.tv_nsec
232 #define st_atimespec st_atim
/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()
504 lbuf.st_atim.tv_sec = buf->st_atim.tv_sec; in stat64_copyout()
505 lbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec; in stat64_copyout()
672 tbuf.stx_atime.tv_sec = buf->st_atim.tv_sec; in statx_copyout()
673 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
253 struct timespec32 st_atim; member
276 struct timespec32 st_atim; 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 Dread.cc374 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <)); in TEST_F()
410 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <)); in TEST_F()
440 sb.st_atim.tv_sec && in TEST_F()
442 sb.st_atim.tv_nsec); in TEST_F()
529 sb.st_atim.tv_sec && in TEST_F()
531 sb.st_atim.tv_nsec); in TEST_F()
872 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, ==)); in TEST_F()
910 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, ==)); in TEST_F()
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 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/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c47 #define ATIME st_atim
/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/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/sys/arm64/linux/
H A Dlinux.h142 struct l_timespec st_atim; member
/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/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/contrib/xz/src/xz/
H A Dfile_io.c441 atime_nsec = pair->src_st.st_atim.tv_nsec; in io_copy_attrs()
461 atime_nsec = pair->src_st.st_atim.st__tim.tv_nsec; in io_copy_attrs()
/freebsd/usr.bin/compress/
H A Dcompress.c357 tspec[0] = fs->st_atim; in setfile()

123