Home
last modified time | relevance | path

Searched refs:st_ctimespec (Results 1 – 12 of 12) sorted by relevance

/freebsd/tools/build/cross-build/include/mac/sys/
H A Dstat.h45 #define st_ctim st_ctimespec
50 #define st_ctimensec st_ctimespec.tv_nsec
/freebsd/tools/build/cross-build/include/linux/sys/
H A Dstat.h55 #define st_ctimespec st_ctim macro
/freebsd/contrib/libarchive/tar/
H A Dbsdtar_platform.h91 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c86 st->st_ctimespec.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
H A Darchive_entry_copy_stat.c40 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec); in archive_entry_copy_stat()
/freebsd/contrib/pjdfstest/
H A Dconfigure.ac97 AC_CHECK_MEMBERS([struct stat.st_ctim, struct stat.st_ctimespec], [], [], [[
H A Dpjdfstest.c550 printf("%lld", (long long)sp->st_ctimespec.tv_nsec); in show_stat()
/freebsd/sys/sys/
H A Dstat.h234 #define st_ctimespec st_ctim macro
/freebsd/usr.bin/stat/
H A Dstat.c90 #define st_ctimespec st_ctim macro
744 tsp = &st->st_ctimespec; in format1()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c761 st.st_ctimespec.tv_nsec = 5432109; in DEFINE_TEST()
822 assertEqualInt(pst->st_ctimespec.tv_nsec, 432); in DEFINE_TEST()
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c141 TIME(st_ctimespec); in lookup_complex()
/freebsd/contrib/lib9p/backend/
H A Dfs.c2469 (uint64_t)st.st_ctimespec.tv_sec; in fs_getattr()
2471 (uint64_t)st.st_ctimespec.tv_nsec; in fs_getattr()