Searched refs:st_mtime (Results 176 - 200 of 229) sorted by relevance

12345678910

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclient.c2002 httpGetDateString(filestats.st_mtime)) < 0)
3166 (int)filestats->st_mtime, ptr);
3192 (date < filestats->st_mtime && date != 0) ||
4323 httpGetDateString(filestats->st_mtime)) < 0)
H A Djob.c1511 fileinfo.st_mtime = 0;
1521 dirinfo.st_mtime = 0;
1533 if (dirinfo.st_mtime > fileinfo.st_mtime)
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_getparam.c1684 config->condtime = statbuf.st_mtime;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-rs6000.c1543 s->st_mtime = strtol (hdrp->date, (char **) NULL, 10);
1553 s->st_mtime = strtol (hdrp->date, (char **) NULL, 10);
2145 sprintf (ahdrp->date, "%ld", (long) s.st_mtime);
2381 PRINT12 (ahdrp->date, s.st_mtime);
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2212 || ( ((time_t)p->modTime == stat_buf->st_mtime) && ((ino_t)p->inode == stat_buf->st_ino) ) ) {
3148 if ( dyldCacheStatInfo.st_mtime < bootTimeValue.tv_sec ) {
3219 if ( ((time_t)p->modTime == stat_buf.st_mtime) && ((ino_t)p->inode == stat_buf.st_ino) ) {
4299 info.imageFileModDate = sb.st_mtime;
H A DImageLoaderMachOClassic.cpp137 image->setFileInfo(info.st_dev, info.st_ino, info.st_mtime);
190 image->setFileInfo(info.st_dev, info.st_ino, info.st_mtime);
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddired.c1002 values[5] = make_time (s.st_mtime);
H A Dlread.c940 if (result >= 0 && (unsigned) s1.st_mtime < (unsigned) s2.st_mtime)
/macosx-10.9.5/file_cmds-230/ls/
H A Dprint.c463 printtime(sp->st_mtime);
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c398 && t != instat.st_mtime)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dhistory.c451 return(fstat(fd,&statb)>=0 && (time((time_t*)0)-statb.st_mtime) >= HIST_RECENT);
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.c1010 (st.st_mtime > st.st_atime) ? "new " : "");
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.c1010 (st.st_mtime > st.st_atime) ? "new " : "");
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixFCmd.c1287 tval.modtime = statBufPtr->st_mtime;
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixFCmd.c1257 tval.modtime = statBufPtr->st_mtime;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.exp.c927 *ft == 'M' ? st->st_mtime : st->st_ctime;
/macosx-10.9.5/text_cmds-87/pr/
H A Dpr.c1387 timeptr = localtime(&(statbuf.st_mtime));
/macosx-10.9.5/xar-202/xar/lib/
H A Dstat.c513 gmtime_r(&XAR(x)->sbcache.st_mtime, &t);
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c3347 || (bootsignature_stat_buf.st_mtime != bootx_stat_buf.st_mtime))
/macosx-10.9.5/vim-53/src/
H A Dgui_at_fs.c895 if ((!mch_stat(".", &statBuf)) && (statBuf.st_mtime != dir->mtime))
2138 dir->mtime = statBuf.st_mtime;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c9712 usbp->st_mtime = sbp->st_mtime;
9748 usbp->st_mtime = sbp->st_mtime;
9789 usbp->st_mtime = sbp->st_mtime;
9829 usbp->st_mtime = sbp->st_mtime;
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dcmds.c661 time_t mtime = stbuf.st_mtime;
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dconfigure5763 && t.st_mtime >= s.st_mtime
5764 && t.st_mtime - s.st_mtime < 120);
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzip2.c1061 uTimBuf.modtime = fileMetaInfo.st_mtime;
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dadminutil.c2167 else if (last_update && info.st_mtime <= last_update)

Completed in 354 milliseconds

12345678910