Home
last modified time | relevance | path

Searched refs:modtime (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12.1/usr.bin/mail/
H A Dedit.c142 time_t modtime; in run_editor() local
166 modtime = 0; in run_editor()
168 modtime = statb.st_mtime; in run_editor()
201 if (modtime == statb.st_mtime) { in run_editor()
/freebsd-12.1/contrib/libarchive/cpio/test/
H A Dtest_option_a.c76 times.modtime = 86400; in test_create()
79 times.modtime = 3; in test_create()
H A Dtest_option_u.c60 times.modtime = 3; in DEFINE_TEST()
/freebsd-12.1/sbin/growfs/
H A Dgrowfs.c139 time_t modtime; in growfs()
146 time(&modtime); in growfs()
179 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag); in growfs()
210 initcg(cylno, modtime, fso, Nflag); in growfs()
228 updcsloc(modtime, fsi, fso, Nflag); in growfs()
252 sblock.fs_time = modtime; in growfs()
300 initcg(int cylno, time_t modtime, int fso, unsigned int Nflag) in initcg() argument
329 acg.cg_time = modtime; in initcg()
604 acg.cg_time = modtime; in updjcg()
781 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) in updcsloc() argument
[all …]
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_utime.h42 ibcs2_time_t modtime; member
H A Dibcs2_misc.c898 tbuf[1].tv_sec = ubuf.modtime; in ibcs2_utime()
/freebsd-12.1/include/
H A Dutime.h48 time_t modtime; /* Modification time */ member
/freebsd-12.1/lib/libc/gen/
H A Dutime.c47 tv[1].tv_sec = times->modtime; in utime()
/freebsd-12.1/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c82 utb.modtime = sb->st_mtime; in elftc_set_timestamps()
/freebsd-12.1/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h98 void modtime (int, char **);
H A Dcmdtab.c151 { "modtime", modtimehelp, 0, 1, 1, modtime },
/freebsd-12.1/contrib/tnftp/src/
H A Dextern.h164 void modtime(int, char **);
H A Dcmdtab.c246 { "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
/freebsd-12.1/contrib/binutils/binutils/
H A Drename.c108 tb.modtime = statbuf->st_mtime; in set_times()
/freebsd-12.1/libexec/bootpd/
H A Dreadfile.c150 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ variable
345 (st.st_mtime == modtime) &&
354 (modtime != 0L) ? "new " : "",
372 modtime = st.st_mtime;
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c114 ub.modtime = tvp[1].tv_sec; in utimes()
/freebsd-12.1/usr.sbin/newsyslog/
H A Dnewsyslog.c494 int modtime; in do_entry() local
506 modtime = age_old_log(ent->log); in do_entry()
578 printf(" age (hr): %d [%d] ", modtime, ent->hours); in do_entry()
597 } else if ((ent->hours > 0) && ((modtime >= ent->hours) || in do_entry()
598 (modtime < 0))) { in do_entry()
/freebsd-12.1/contrib/xz/src/xz/
H A Dfile_io.c469 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
484 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
/freebsd-12.1/contrib/apr/file_io/unix/
H A Dfilestat.c270 buf.modtime = (time_t) (mtime / APR_USEC_PER_SEC); in apr_file_mtime_set()
/freebsd-12.1/usr.sbin/cron/doc/
H A DCHANGES130 all the crontab files; V2 uses the modtime the crontab directory as a flag to
131 check out the crontab files; those whose modtime has changed will be re-read,
/freebsd-12.1/contrib/bmake/
H A Dutil.c253 t.modtime = tvp[1].tv_sec; in utimes()
H A Darch.c1111 times.actime = times.modtime = now; in Arch_TouchLib()
/freebsd-12.1/contrib/file/src/
H A Dmagic.c372 utbuf.modtime = sb->st_mtime; in close_and_restore()
/freebsd-12.1/sys/contrib/zstd/programs/
H A Dutil.h271 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()
/freebsd-12.1/contrib/bzip2/
H A Dbzip2.c1057 uTimBuf.modtime = fileMetaInfo.st_mtime; in applySavedTimeInfoToOutputFile()

12