/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry_copy_stat.c | 40 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec); in archive_entry_copy_stat() 44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec); in archive_entry_copy_stat() 48 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_nsec); in archive_entry_copy_stat() 52 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_n); in archive_entry_copy_stat() 56 archive_entry_set_ctime(entry, st->st_ctime, st->st_uctime * 1000); in archive_entry_copy_stat() 60 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_usec * 1000); in archive_entry_copy_stat() 64 archive_entry_set_ctime(entry, st->st_ctime, 0); in archive_entry_copy_stat()
|
H A D | archive_entry_stat.c | 69 st->st_ctime = archive_entry_ctime(entry); in archive_entry_stat()
|
/freebsd/bin/pax/ |
H A D | ar_subs.c | 208 (arcn->sb.st_ctime <= sb.st_ctime)) { in extract() 213 if (arcn->sb.st_ctime <= sb.st_ctime) { in extract() 244 (arcn->sb.st_ctime <= sb.st_ctime)) { in extract() 249 if (arcn->sb.st_ctime <= sb.st_ctime) { in extract() 823 (arcn->sb.st_ctime<=sb.st_ctime)) in copy() 826 if (arcn->sb.st_ctime <= sb.st_ctime) in copy() 856 (arcn->sb.st_ctime <= sb.st_ctime)) in copy() 859 if (arcn->sb.st_ctime <= sb.st_ctime) in copy()
|
H A D | sel_subs.c | 474 (arcn->sb.st_ctime < pt->low_time)) || in trng_match() 477 (arcn->sb.st_ctime > pt->high_time))) { in trng_match() 487 (arcn->sb.st_ctime < pt->low_time)) || in trng_match() 489 (arcn->sb.st_ctime > pt->high_time))) { in trng_match()
|
/freebsd/tools/regression/tmpfs/ |
H A D | t_times | 54 [ ${st_ctime} -eq ${ost_ctime} ] || die 62 [ ${st_ctime} -gt ${ost_ctime} ] || die 74 [ ${st_ctime} -eq ${ost_ctime} ] || die 86 [ ${st_ctime} -gt ${ost_ctime} ] || die 99 [ ${st_ctime} -gt ${ost_ctime} ] || die
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_times.sh | 51 [ ${st_ctime} -eq ${ost_ctime} ] || atf_fail "Incorrect ctime" 59 [ ${st_ctime} -gt ${ost_ctime} ] || atf_fail "Incorrect ctime" 85 [ ${st_ctime} -eq ${ost_ctime} ] || atf_fail "Incorrect ctime" 107 [ ${st_ctime} -eq ${ost_ctime} ] || atf_fail "Incorrect ctime" 129 [ ${st_ctime} -gt ${ost_ctime} ] || atf_fail "Incorrect ctime" 153 [ ${st_ctime} -gt ${ost_ctime} ] || atf_fail "Incorrect ctime"
|
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test_pdfork.c | 92 CHECK(stat.st_atime == stat.st_ctime); in test_pdfork() 93 CHECK(stat.st_ctime == stat.st_mtime); in test_pdfork()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_swinstalled_tbl.c | 280 localtime_r(&sb.st_ctime, &k_ts) != NULL) in swins_get_OS_ident() 312 if (sb.st_ctime <= os_pkg_last_change) { in swins_get_packages() 354 localtime_r(&sb.st_ctime, &k_ts) == NULL) { in swins_get_packages() 383 os_pkg_last_change = sb.st_ctime; in swins_get_packages()
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_create.c | 156 if (old_dirsb.st_ctime == dirsb.st_ctime) { in fifo_create_test()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | copy_file_range.cc | 632 EXPECT_EQ(sb1a.st_ctime, sb1b.st_ctime); in TEST_F() 635 EXPECT_NE(sb2a.st_ctime, sb2b.st_ctime); in TEST_F() 795 EXPECT_EQ(sb1a.st_ctime, sb1b.st_ctime); in TEST_F() 798 EXPECT_NE(sb2a.st_ctime, sb2b.st_ctime); in TEST_F()
|
H A D | unlink.cc | 84 EXPECT_NE(sb_old.st_ctime, sb_new.st_ctime); in TEST_F()
|
H A D | fallocate.cc | 400 EXPECT_NE(sb0.st_ctime, sb1.st_ctime); in TEST_F() 730 EXPECT_NE(sb0.st_ctime, sb1.st_ctime); in TEST_F()
|
/freebsd/contrib/diff/src/ |
H A D | system.h | 325 && (s)->st_ctime == (t)->st_ctime)
|
/freebsd/usr.sbin/makefs/ |
H A D | walk.c | 233 cur->inode->st.st_ctime = stampst.st_ctime; in create_fsnode() 436 stbuf.st_ctime = start_time.tv_sec; in apply_specdir() 521 dirnode->inode->st.st_ctime = start_time.tv_sec; in apply_specentry()
|
H A D | ffs.c | 562 tstamp = stampst.st_ctime; in ffs_create_image() 697 dinp->di_ctime = st->st_ctime; in ffs_build_dinode1() 745 dinp->di_ctime = st->st_ctime; in ffs_build_dinode2() 749 dinp->di_birthtime = st->st_ctime; in ffs_build_dinode2()
|
H A D | ffs.c | 562 tstamp = stampst.st_ctime; in ffs_create_image() 697 dinp->di_ctime = st->st_ctime; in ffs_build_dinode1() 745 dinp->di_ctime = st->st_ctime; in ffs_build_dinode2() 749 dinp->di_birthtime = st->st_ctime; in ffs_build_dinode2()
|
H A D | mtree.c | 648 st->st_ctime = num; in read_mtree_keywords() 1056 mtree_global_inode.st.st_atime = mtree_global_inode.st.st_ctime = in read_mtree()
|
H A D | makefs.c | 476 st->st_mtime = st->st_ctime = st->st_atime = when; in get_tstamp()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_control.c | 307 if (lastctime != sbuf.st_ctime) { in setac_locked() 308 lastctime = sbuf.st_ctime; in setac_locked()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 48 # undef st_ctime 51 # define st_ctime st_ctim macro 331 out->st_ctime = in->st_ctime; in stat64_to_stat() 352 out->st_ctime = in->stx_ctime.tv_sec; in statx_to_stat() 369 # undef st_ctime 398 out->st_ctim.tv_sec = in->st_ctime; in kernel_stat_to_stat() 405 out->st_ctime = in->st_ctime; in kernel_stat_to_stat()
|
/freebsd/tests/sys/cddl/zfs/tests/ctime/ |
H A D | ctime_001_pos.c | 199 *ptr = stat_buf.st_ctime; in get_file_time()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | ctime.c | 89 *ptr = stat_buf.st_ctime; in get_file_time()
|
/freebsd/sys/sys/ |
H A D | stat.h | 222 #define st_ctime st_ctim.tv_sec 221 #define st_ctime global() macro
|
/freebsd/contrib/capsicum-test/ |
H A D | procdesc.cc | 69 (long)stat->st_atime, (long)stat->st_mtime, (long)stat->st_ctime); in print_stat() 203 EXPECT_EQ(stat.st_atime, stat.st_ctime); in TEST() 204 EXPECT_EQ(stat.st_ctime, stat.st_mtime); in TEST()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_entry.c | 755 st.st_ctime = 345678; in DEFINE_TEST() 816 assertEqualInt(pst->st_ctime, 345678); in DEFINE_TEST() 842 assertEqualInt(pst->st_ctime, 345677); in DEFINE_TEST()
|