Searched refs:st_ctimespec (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/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-current/tools/build/cross-build/include/linux/sys/
H A Dstat.h55 #define st_ctimespec st_ctim macro
/freebsd-current/contrib/libarchive/tar/
H A Dbsdtar_platform.h91 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c86 st->st_ctimespec.tv_nsec = archive_entry_ctime_nsec(entry);
H A Darchive_entry_copy_stat.c40 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec);
/freebsd-current/sys/sys/
H A Dstat.h234 #define st_ctimespec st_ctim macro
/freebsd-current/usr.bin/stat/
H A Dstat.c90 #define st_ctimespec st_ctim macro
744 tsp = &st->st_ctimespec;
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_entry.c761 st.st_ctimespec.tv_nsec = 5432109;
822 assertEqualInt(pst->st_ctimespec.tv_nsec, 432);
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c141 TIME(st_ctimespec);
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c550 printf("%lld", (long long)sp->st_ctimespec.tv_nsec);
/freebsd-current/contrib/lib9p/backend/
H A Dfs.c2469 (uint64_t)st.st_ctimespec.tv_sec;
2471 (uint64_t)st.st_ctimespec.tv_nsec;

Completed in 207 milliseconds