Home
last modified time | relevance | path

Searched refs:st_ctime (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/bin/ls/
H A Dcmp.c120 if (b->fts_statp->st_ctime > a->fts_statp->st_ctime) in statcmp()
122 else if (b->fts_statp->st_ctime < a->fts_statp->st_ctime) in statcmp()
135 if (b->fts_statp->st_ctime > a->fts_statp->st_ctime) in revstatcmp()
137 else if (b->fts_statp->st_ctime < a->fts_statp->st_ctime) in revstatcmp()
H A Dprint.c121 printtime(sp->st_ctime); in printlong()
/openbsd/gnu/usr.bin/perl/lib/File/
H A Dstat.pm20 $st_atime, $st_mtime, $st_ctime,
30 $st_atime $st_mtime $st_ctime
204 $st_size, $st_atime, $st_mtime, $st_ctime, $st_blksize, $st_blocks )
/openbsd/bin/pax/
H A Dsel_subs.c503 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
506 (arcn->sb.st_ctime > pt->high_time))) { in trng_match()
516 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
518 (arcn->sb.st_ctime > pt->high_time))) { in trng_match()
/openbsd/sys/sys/
H A Dstat.h62 time_t st_ctime; /* time of last file status change */ member
80 #define st_ctime st_ctim.tv_sec macro
/openbsd/gnu/usr.bin/binutils/include/mpw/sys/
H A Dstat.h23 time_t st_ctime; member
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h24 time_t st_ctime; /* time of last file status change */ member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp44 #undef st_ctime
47 #define st_ctime st_ctim macro
295 out->st_ctime = in->st_ctime; in stat64_to_stat()
316 out->st_ctime = in->stx_ctime.tv_sec; in statx_to_stat()
328 #undef st_ctime
358 out->st_ctim.tv_sec = in->st_ctime; in kernel_stat_to_stat()
365 out->st_ctime = in->st_ctime; in kernel_stat_to_stat()
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c966 if (sb->st_ctime == (time_t) -1) in check_statbuf()
985 sb->st_ctime -= 3600; in check_statbuf()
/openbsd/gnu/usr.bin/cvs/src/
H A Dlock.c656 if (now >= (sb.st_ctime + CVSLCKAGE) && CVS_UNLINK (line) != -1)
787 if (now >= (sb.st_ctime + CVSLCKAGE))
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c420 remote_fileio_to_fio_time (st->st_ctime, fst->fst_ctime); in remote_fileio_to_fio_stat()
1141 st.st_atime = st.st_mtime = st.st_ctime = tv.tv_sec; in remote_fileio_func_fstat()
1143 st.st_atime = st.st_mtime = st.st_ctime = (time_t) 0; in remote_fileio_func_fstat()
/openbsd/gnu/lib/libreadline/examples/
H A Dfileman.c371 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dtree.c1379 hfs_ent->crdate = lstatbuf.st_ctime;
1795 hfs_ent->crdate = fstatbuf.st_ctime;
2146 if(fstatbuf.st_ctime == 0)
2159 fstatbuf.st_ctime = current_time;
H A DREADME.mkisofs124 previously I was storing st_ctime as the file creation time instead of
H A Drock.c479 iso9660_date((char *) &Rock[ipnt], lstatbuf->st_ctime);
/openbsd/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c357 tm = localtime(&statb.st_ctime); in bcddate()
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h605 #define st_ctime crtl_stat.st_ctime macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.h626 time_t st_ctime; member
/openbsd/regress/sys/ffs/
H A Dfstest.c226 printf("%lld", (long long)sp->st_ctime); in show_stat()
/openbsd/usr.sbin/makefs/
H A Dffs.c613 dinp->di_ctime = cur->inode->st.st_ctime; in ffs_build_dinode1()
655 dinp->di_ctime = cur->inode->st.st_ctime; in ffs_build_dinode2()
H A Dcd9660.c1799 to->node->inode->st.st_ctime = from->node->inode->st.st_ctime;
/openbsd/gnu/gcc/gcc/
H A Dvmsdbgout.c1458 ts = (struct tm *) localtime (&statbuf.st_ctime); in lookup_filename()
1470 cdt = 10000000 * (statbuf.st_ctime + gmtoff + vms_epoch_offset); in lookup_filename()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvmsdbgout.c1477 ts = (struct tm *) localtime (&statbuf.st_ctime);
1489 cdt = 10000000 * (statbuf.st_ctime + gmtoff + vms_epoch_offset);
/openbsd/usr.bin/find/
H A Dfunction.c234 COMPARE((now - entry->fts_statp->st_ctime + in f_cmin()
261 COMPARE((now - entry->fts_statp->st_ctime + in f_ctime()
/openbsd/usr.bin/stat/
H A Dstat.c626 secs = st->st_ctime; in format1()

12