Searched refs:st_mtime (Results 101 - 125 of 135) sorted by relevance

123456

/freebsd-current/stand/libsa/
H A Dpkgfs.c415 sb->st_mtime = pkg_atol(tf->tf_hdr.ut_mtime, 12);
H A Dufs.c859 sb->st_mtime = DIP(fp, di_mtime);
/freebsd-current/usr.bin/find/
H A Dfunction.c261 COMPARE((now - entry->fts_statp->st_mtime +
307 xtime = entry->fts_statp->st_mtime;
/freebsd-current/usr.sbin/makefs/
H A Dffs.c696 dinp->di_mtime = st->st_mtime;
744 dinp->di_mtime = st->st_mtime;
/freebsd-current/crypto/openssl/apps/
H A Docsp.c890 if (rdb->dbst.st_mtime != sb.st_mtime
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2558 if (t < sb.st_mtime)
2559 t = sb.st_mtime;
2629 mtime = sb.st_mtime;
/freebsd-current/crypto/openssh/
H A Dsftp.c956 return (rmul * NCMP(as->st_mtime, bs->st_mtime));
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc751 atime_nsec, Status.st_mtime, mtime_nsec, Status.st_uid,
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c1682 tm_ptr1 = localtime_r(&stb1.st_mtime, &tm1);
1683 tm_ptr2 = localtime_r(&stb2.st_mtime, &tm2);
/freebsd-current/contrib/tcsh/
H A Dsh.exp.c925 *ft == 'M' ? st->st_mtime : st->st_ctime;
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y624 time_t mtime = stbuf.st_mtime;
H A Dftpcmd.c2403 time_t mtime = stbuf.st_mtime;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dfcache.c1065 *mtime = sb.st_mtime;
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c556 printf("%lld", (long long)sp->st_mtime);
/freebsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c698 _node->inode->st.st_mtime);
/freebsd-current/usr.bin/pr/
H A Dpr.c1378 timeptr = localtime(&(statbuf.st_mtime));
/freebsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c792 agemod = difftime(cln_now, stbuf.st_mtime);
/freebsd-current/contrib/sendmail/src/
H A Dmci.c1480 if (curtime() - statbuf.st_mtime <= MciInfoTimeout)
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c1328 case 'm': filet = st.st_mtime; break;
1863 mt = st.st_mtime;
/freebsd-current/contrib/tzcode/
H A Dlocaltime.c430 sb.st_mtime != old_sb.st_mtime) {
/freebsd-current/contrib/bzip2/
H A Dbzip2.c1057 uTimBuf.modtime = fileMetaInfo.st_mtime;
/freebsd-current/contrib/tnftp/src/
H A Dfetch.c585 mtime = sb.st_mtime;
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c661 time_t mtime = stbuf.st_mtime;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp812 fill_clamp(data.gdb_st_mtime, file_stats.st_mtime, 0);
/freebsd-current/libexec/ftpd/
H A Dftpcmd.y721 t = gmtime(&stbuf.st_mtime);

Completed in 496 milliseconds

123456