Home
last modified time | relevance | path

Searched refs:st_mtime (Results 101 – 125 of 132) sorted by relevance

123456

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcov-io.c712 return status.st_mtime; in gcov_time()
H A Dgcov.c1490 src->file_time = status.st_mtime; in find_source()
/dragonfly/contrib/cvs-1.12/diff/
H A Ddiff.c1013 time (&inf[i].stat.st_mtime);
/dragonfly/contrib/nvi2/common/
H A Drecover.c580 ctime(&sb.st_mtime), file); in rcv_list()
/dragonfly/usr.sbin/lpr/lpc/
H A Dcmds.c788 agemod = difftime(cln_now, stbuf.st_mtime); in unlinkf()
/dragonfly/bin/cpdup/
H A Dhcproto.c295 st->st_mtime = (time_t)HCC_INT64(item); in hc_decode_stat_item()
383 hcc_leaf_int64(trans, LC_MTIME, st->st_mtime); in rc_encode_stat()
/dragonfly/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c705 _node->inode->st.st_mtime); in cd9660node_rrip_tf()
/dragonfly/contrib/tcsh-6/
H A Dsh.exp.c926 *ft == 'M' ? st->st_mtime : st->st_ctime; in filetest()
/dragonfly/usr.bin/pr/
H A Dpr.c1350 timeptr = localtime(&(statbuf.st_mtime)); in nxtfile()
/dragonfly/games/sail/
H A Dsync.c234 if (s.st_mtime < t - 60*60*2) { /* 2 hours */ in sync_exists()
/dragonfly/contrib/diffutils/src/
H A Ddiff.c1074 st->st_mtime = t.tv_sec; in set_mtime_to_now()
/dragonfly/crypto/openssh/
H A Dsftp.c958 return (rmul * NCMP(as->st_mtime, bs->st_mtime)); in sglob_comp()
/dragonfly/gnu/usr.bin/rcs/rcs/
H A Drcs.c636 keepRCStime ? RCSstat.st_mtime : (time_t)-1
/dragonfly/contrib/cvs-1.12/src/
H A Dimport.c1251 now = sb.st_mtime; in add_rcs_file()
/dragonfly/libexec/ftpd/
H A Dftpcmd.y752 t = gmtime(&stbuf.st_mtime);
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvmsdbgout.c1826 *cdt = (long long) (buff.st_mtime * VMS_GRANULARITY_FACTOR) in vms_file_stats_name()
H A Dgcov.c955 src->file_time = status.st_mtime; in find_source()
/dragonfly/contrib/gdb-7/gdb/
H A Dsource.c1190 if (mtime && mtime < st.st_mtime) in find_source_lines()
/dragonfly/sbin/init/
H A Dinit.c1149 st.st_atime > st.st_mtime ? in f_read_ttys()
/dragonfly/contrib/bzip2/
H A Dbzip2.c1057 uTimBuf.modtime = fileMetaInfo.st_mtime; in applySavedTimeInfoToOutputFile()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c4671 if (to_int64_time(st->st_mtime) < to_int64_time(archive_entry_mtime(entry))) in older()
4674 if (to_int64_time(st->st_mtime) > to_int64_time(archive_entry_mtime(entry))) in older()
/dragonfly/contrib/tnftp/src/
H A Dcmds.c638 if (stbuf.st_mtime >= mtime) { in getit()
H A Dfetch.c1429 mtime = sb.st_mtime; in fetch_url()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dmacro.c246 tb = localtime (&st->st_mtime); in _cpp_builtin_macro_text()
/dragonfly/contrib/zstd/
H A DCHANGELOG52 build: Fix cli compilation without st_mtime, by @ffontaine (#2246)

123456