Searched refs:st_ctime (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c41 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec);
45 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec);
49 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_n);
53 archive_entry_set_ctime(entry, st->st_ctime, st->st_uctime * 1000);
57 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_usec * 1000);
61 archive_entry_set_ctime(entry, st->st_ctime, 0);
H A Darchive_entry_stat.c70 st->st_ctime = archive_entry_ctime(entry);
/freebsd-10.1-release/tools/regression/tmpfs/
H A Dt_times55 [ ${st_ctime} -eq ${ost_ctime} ] || die
63 [ ${st_ctime} -gt ${ost_ctime} ] || die
75 [ ${st_ctime} -eq ${ost_ctime} ] || die
87 [ ${st_ctime} -gt ${ost_ctime} ] || die
100 [ ${st_ctime} -gt ${ost_ctime} ] || die
/freebsd-10.1-release/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c97 CHECK(stat.st_atime == stat.st_ctime);
98 CHECK(stat.st_ctime == stat.st_mtime);
/freebsd-10.1-release/bin/pax/
H A Dar_subs.c215 (arcn->sb.st_ctime <= sb.st_ctime)) {
220 if (arcn->sb.st_ctime <= sb.st_ctime) {
251 (arcn->sb.st_ctime <= sb.st_ctime)) {
256 if (arcn->sb.st_ctime <= sb.st_ctime) {
829 (arcn->sb.st_ctime<=sb.st_ctime))
[all...]
H A Dsel_subs.c486 (arcn->sb.st_ctime < pt->low_time)) ||
489 (arcn->sb.st_ctime > pt->high_time))) {
499 (arcn->sb.st_ctime < pt->low_time)) ||
501 (arcn->sb.st_ctime > pt->high_time))) {
H A Dcpio.c312 arcn->sb.st_ctime = arcn->sb.st_atime = arcn->sb.st_mtime;
601 arcn->sb.st_ctime = arcn->sb.st_atime = arcn->sb.st_mtime;
932 arcn->sb.st_ctime = arcn->sb.st_atime = arcn->sb.st_mtime;
H A Dtar.c409 arcn->sb.st_ctime = arcn->sb.st_atime = arcn->sb.st_mtime;
786 arcn->sb.st_ctime = arcn->sb.st_atime = arcn->sb.st_mtime;
/freebsd-10.1-release/tools/regression/fifo/fifo_create/
H A Dfifo_create.c61 * - The st_atime, st_ctime, st_mtime of the fifo will be set appropriately,
62 * and st_ctime and st_mtime on the directory will be updated. (XXX: We
160 if (old_dirsb.st_ctime == dirsb.st_ctime) {
162 errx(-1, "basic_create_test: %s: old_dirsb.st_ctime == "
163 "dirsb.st_ctime", testname);
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c282 localtime_r(&sb.st_ctime, &k_ts) != NULL)
314 if (sb.st_ctime <= os_pkg_last_change) {
356 localtime_r(&sb.st_ctime, &k_ts) == NULL) {
385 os_pkg_last_change = sb.st_ctime;
/freebsd-10.1-release/contrib/diff/src/
H A Dsystem.h327 && (s)->st_ctime == (t)->st_ctime)
/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_control.c308 if (lastctime != sbuf.st_ctime) {
309 lastctime = sbuf.st_ctime;
/freebsd-10.1-release/contrib/libreadline/examples/
H A Dfileman.c371 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
/freebsd-10.1-release/sys/sys/
H A Dstat.h181 #define st_ctime st_ctim.tv_sec macro
/freebsd-10.1-release/usr.sbin/makefs/
H A Dwalk.c423 stbuf.st_ctime = start_time.tv_sec;
511 dirnode->inode->st.st_ctime = start_time.tv_sec;
H A Dcd9660.c1917 to->node->inode->st.st_ctime = from->node->inode->st.st_ctime;
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c165 if (ctime_r(&sb->st_ctime, timebuf, 512)) {
166 (void) printf("st_ctime\t\t");
/freebsd-10.1-release/contrib/apr/file_io/unix/
H A Dfilestat.c110 apr_time_ansi_put(&finfo->ctime, info->st_ctime);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote-fileio.c420 remote_fileio_to_fio_time (st->st_ctime, fst->fst_ctime);
1141 st.st_atime = st.st_mtime = st.st_ctime = tv.tv_sec;
1143 st.st_atime = st.st_mtime = st.st_ctime = (time_t) 0;
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c642 st.st_ctime = 345678;
703 assertEqualInt(pst->st_ctime, 345678);
729 assertEqualInt(pst->st_ctime, 345677);
H A Dtest_archive_match_time.c1328 sleepUntilAfter(st.st_ctime);
1332 sleepUntilAfter(st.st_ctime);
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_leapsec.c523 && sb_old->st_ctime == sb_new.st_ctime
/freebsd-10.1-release/bin/ls/
H A Dprint.c179 printtime(sp->st_ctime);
/freebsd-10.1-release/contrib/gcc/
H A Dvmsdbgout.c1460 ts = (struct tm *) localtime (&statbuf.st_ctime);
1472 cdt = 10000000 * (statbuf.st_ctime + gmtoff + vms_epoch_offset);
/freebsd-10.1-release/usr.bin/find/
H A Dfunction.c257 COMPARE((now - entry->fts_statp->st_ctime +
308 xtime = entry->fts_statp->st_ctime;

Completed in 298 milliseconds

12