/freebsd/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_utimensat.c | 80 ATF_REQUIRE(st.st_mtimespec.tv_sec == tptr[1].tv_sec); in ATF_TC_BODY() 81 ATF_REQUIRE(st.st_mtimespec.tv_nsec == tptr[1].tv_nsec); in ATF_TC_BODY() 105 ATF_REQUIRE(st.st_mtimespec.tv_sec == tptr[1].tv_sec); in ATF_TC_BODY() 106 ATF_REQUIRE(st.st_mtimespec.tv_nsec == tptr[1].tv_nsec); in ATF_TC_BODY() 197 ATF_REQUIRE(st.st_mtimespec.tv_sec == tptr[1].tv_sec); in ATF_TC_BODY() 198 ATF_REQUIRE(st.st_mtimespec.tv_nsec == tptr[1].tv_nsec); in ATF_TC_BODY()
|
/freebsd/tools/build/cross-build/include/mac/sys/ |
H A D | stat.h | 44 #define st_mtim st_mtimespec 49 #define st_mtimensec st_mtimespec.tv_nsec
|
/freebsd/contrib/mtree/ |
H A D | compare.c | 326 time_t smtime = s->st_mtimespec.tv_sec; in compare() 329 time_t pmtime = ps->st_mtimespec.tv_sec; in compare() 331 TIMESPEC_TO_TIMEVAL(&tv[0], &s->st_mtimespec); in compare() 332 TIMESPEC_TO_TIMEVAL(&tv[1], &ps->st_mtimespec); in compare()
|
H A D | spec.c | 376 (intmax_t)cur->st_mtimespec.tv_sec, in dump_nodes() 377 cur->st_mtimespec.tv_nsec); in dump_nodes() 511 REPLACE(st_mtimespec); in replacenode() 643 ip->st_mtimespec.tv_sec = in set() 648 ip->st_mtimespec.tv_nsec = strtol(val, &ep, 10); in set()
|
H A D | mtree.h | 46 struct timespec st_mtimespec; /* last modification time */ member
|
H A D | create.c | 238 (intmax_t)p->fts_statp->st_mtimespec.tv_sec, in statf() 239 p->fts_statp->st_mtimespec.tv_nsec); in statf()
|
H A D | specspec.c | 166 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes()
|
/freebsd/tools/build/cross-build/include/linux/sys/ |
H A D | stat.h | 54 #define st_mtimespec st_mtim macro
|
/freebsd/usr.sbin/makefs/ |
H A D | walk.c | 518 (long)specnode->st_mtimespec.tv_sec); in apply_specentry() 519 dirnode->inode->st.st_mtime = specnode->st_mtimespec.tv_sec; in apply_specentry() 520 dirnode->inode->st.st_atime = specnode->st_mtimespec.tv_sec; in apply_specentry() 523 dirnode->inode->st.st_mtimensec = specnode->st_mtimespec.tv_nsec; in apply_specentry() 524 dirnode->inode->st.st_atimensec = specnode->st_mtimespec.tv_nsec; in apply_specentry()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_set_timestamps.c | 42 #define MTIME st_mtimespec
|
/freebsd/contrib/libarchive/tar/ |
H A D | bsdtar_platform.h | 74 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtimespec.tv_nsec
|
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_vnops.c | 140 TIME(st_mtimespec); in lookup_complex() 726 sb.st_mtimespec.tv_sec = 1000000002; in attrs() 727 sb.st_mtimespec.tv_nsec = 3000; in attrs() 740 CHECK(st_mtimespec.tv_sec); in attrs() 744 CHECK(st_mtimespec.tv_nsec); in attrs()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry_stat.c | 87 st->st_mtimespec.tv_nsec = archive_entry_mtime_nsec(entry); in archive_entry_stat()
|
H A D | archive_entry_copy_stat.c | 41 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtimespec.tv_nsec); in archive_entry_copy_stat()
|
/freebsd/contrib/nvi/common/ |
H A D | exf.c | 203 ep->mtim = sb.st_mtimespec; in file_init() 229 ep->mtim = sb.st_mtimespec; in file_init() 814 timespeccmp(&sb.st_mtimespec, &ep->mtim, !=))) { 919 ep->mtim = sb.st_mtimespec;
|
H A D | recover.c | 705 timespeccmp(&rec_mtim, &sb.st_mtimespec, <)) { 720 rec_mtim = sb.st_mtimespec;
|
/freebsd/contrib/libarchive/unzip/ |
H A D | bsdunzip.c | 643 sb.st_mtimespec.tv_sec > mtime.tv_sec || in extract_file() 644 (sb.st_mtimespec.tv_sec == mtime.tv_sec && in extract_file() 645 sb.st_mtimespec.tv_nsec >= mtime.tv_nsec) in extract_file()
|
/freebsd/contrib/pjdfstest/ |
H A D | configure.ac | 102 AC_CHECK_MEMBERS([struct stat.st_mtim, struct stat.st_mtimespec], [], [], [[
|
/freebsd/sys/sys/ |
H A D | stat.h | 234 #define st_mtimespec st_mtim 233 #define st_mtimespec global() macro
|
/freebsd/usr.bin/stat/ |
H A D | stat.c | 91 #define st_mtimespec st_mtim macro 740 tsp = &st->st_mtimespec; in format1()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_cscope.c | 265 csc->mtim = sb.st_mtimespec; in cscope_add() 824 &sb.st_mtimespec, &csc->mtim, <); in csc_file()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | time_utils.h | 277 inline TimeSpec extract_mtime(StatT const& st) { return st.st_mtimespec; }
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_entry.c | 768 st.st_mtimespec.tv_nsec = 3210987; in DEFINE_TEST() 829 assertEqualInt(pst->st_mtimespec.tv_nsec, 543); in DEFINE_TEST()
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 2462 (uint64_t)st.st_mtimespec.tv_sec; in fs_getattr() 2464 (uint64_t)st.st_mtimespec.tv_nsec; in fs_getattr() 2583 ts[1].tv_sec = st.st_mtimespec.tv_sec; in fs_setattr() 2584 ts[1].tv_nsec = st.st_mtimespec.tv_nsec; in fs_setattr()
|
/freebsd/contrib/nvi/ |
H A D | CMakeLists.txt | 230 check_struct_has_member("struct stat" st_mtimespec
|