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

123

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dstat.pl26 $st_atime,$st_mtime,$st_ctime,$st_blksize,$st_blocks) = stat(shift(@_));
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry_copy_stat.c40 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec);
44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec);
48 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_n);
52 archive_entry_set_ctime(entry, st->st_ctime, st->st_uctime * 1000);
56 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_usec * 1000);
60 archive_entry_set_ctime(entry, st->st_ctime, 0);
H A Darchive_entry_stat.c70 st->st_ctime = archive_entry_ctime(entry);
H A Darchive_windows.c86 int64_t st_ctime; member in struct:ustat
840 st->st_ctime = 0;
879 st->st_ctime = time;
909 st->st_ctime = us->st_ctime;
/macosx-10.10/file_cmds-242/ls/
H A Dcmp.c147 if (b->fts_statp->st_ctime > a->fts_statp->st_ctime)
149 else if (b->fts_statp->st_ctime < a->fts_statp->st_ctime)
162 if (b->fts_statp->st_ctime > a->fts_statp->st_ctime)
164 else if (b->fts_statp->st_ctime < a->fts_statp->st_ctime)
/macosx-10.10/screen-22/screen/
H A Dlogfile.c142 ((s->st_ctime != o.st_ctime) && /* file changed (moved) */
143 !(s->st_mtime == s->st_ctime && /* and it was not a change */
144 o.st_ctime < s->st_ctime))) /* due to delayed nfs write */
152 debug2("s->st_ctime %d, o.st_ctime %d\n",
153 (int)s->st_ctime, (int)o.st_ctime);
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h83 int st_ctime; /* time of last status change */ member in struct:stat
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_open_ok.c122 else if (statp->st_ctime < time((time_t *) 0) - MINUTE_SECONDS)
H A Ddot_lockfile.c117 if (time((time_t *) 0) > st.st_ctime + var_flock_stale)
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstat-time.h123 t.tv_sec = st->st_ctime;
158 time" in st_ctime (!). See
160 t.tv_sec = st->st_ctime;
/macosx-10.10/file_cmds-242/pax/
H A Dar_subs.c328 (arcn->sb.st_ctime <= sb.st_ctime)) {
333 if (arcn->sb.st_ctime <= sb.st_ctime) {
364 (arcn->sb.st_ctime <= sb.st_ctime)) {
369 if (arcn->sb.st_ctime <= sb.st_ctime) {
1094 (arcn->sb.st_ctime<=sb.st_ctime))
[all...]
H A Dsel_subs.c484 (arcn->sb.st_ctime < pt->low_time)) ||
487 (arcn->sb.st_ctime > pt->high_time))) {
497 (arcn->sb.st_ctime < pt->low_time)) ||
499 (arcn->sb.st_ctime > pt->high_time))) {
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathcheck.c65 o = st.st_ctime;
H A Dpathprobe.c218 if (ptime <= (unsigned long)st.st_mtime || ptime <= (unsigned long)st.st_ctime)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h149 time_t st_ctime; /* [XSI] Time of last status change */ \
211 time_t st_ctime; /* [XSI] Time of last status change */ member in struct:stat
260 user64_time_t st_ctime; /* [XSI] Time of last status change */ member in struct:user64_stat
293 user32_time_t st_ctime; /* [XSI] Time of last status change */ member in struct:user32_stat
327 user64_time_t st_ctime; /* [XSI] Time of last status change */ member in struct:user64_stat64
359 user32_time_t st_ctime; /* [XSI] Time of last status change */ member in struct:user32_stat64
384 #define st_ctime st_ctimespec.tv_sec macro
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfstat.c130 Tcl_NewLongObj ((long) statBufPtr->st_ctime));
225 Tcl_NewLongObj((long)statBufPtr->st_ctime),
291 objPtr = Tcl_NewLongObj ((long) statBufPtr->st_ctime);
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtls.c87 tm = (flags & LS_ATIME) ? st->st_atime : (flags & LS_CTIME) ? st->st_ctime : st->st_mtime;
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsystem.h402 && (s)->st_ctime == (t)->st_ctime)
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dfinfo.c275 printf("File last status change time: %s", ctime (&st->st_ctime));
308 printf("%s", ctime(&st->st_ctime));
310 printf("%ld\n", st->st_ctime);
/macosx-10.10/cups-408/cups/cups/
H A Ddir.c201 dp->entry.fileinfo.st_ctime = _cups_dir_time(entry.ftCreationTime);
/macosx-10.10/sudo-73/src/
H A Dconfig.h892 # define ctim_get(_x, _y) do { (_y)->tv_sec = (_x)->st_ctime; (_y)->tv_usec = 0; } while (0)
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixDup.c214 if (isSocket && (fileStat.st_ctime != 0))
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dread.c278 if (st->st_ctime < bsdtar->newer_ctime_sec)
280 if (st->st_ctime == bsdtar->newer_ctime_sec
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dfileman.c370 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Dfileman.c371 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));

Completed in 291 milliseconds

123