Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/mail/
H A Dedit.c140 time_t modtime; in run_editor() local
164 modtime = 0; in run_editor()
166 modtime = statb.st_mtime; in run_editor()
199 if (modtime == statb.st_mtime) { in run_editor()
/freebsd-14.2/sbin/growfs/
H A Dgrowfs.c136 time_t modtime; in growfs()
143 time(&modtime); in growfs()
176 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag); in growfs()
207 initcg(cylno, modtime, fso, Nflag); in growfs()
225 updcsloc(modtime, fsi, fso, Nflag); in growfs()
249 sblock.fs_time = modtime; in growfs()
297 initcg(int cylno, time_t modtime, int fso, unsigned int Nflag) in initcg() argument
331 acg.cg_time = modtime; in initcg()
618 acg.cg_time = modtime; in updjcg()
796 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) in updcsloc() argument
[all …]
/freebsd-14.2/contrib/libarchive/cpio/test/
H A Dtest_option_a.c57 times.modtime = 86400; in test_create()
60 times.modtime = 3; in test_create()
H A Dtest_option_u.c41 times.modtime = 3; in DEFINE_TEST()
/freebsd-14.2/include/
H A Dutime.h47 time_t modtime; /* Modification time */ member
/freebsd-14.2/lib/libc/gen/
H A Dutime.c45 tv[1].tv_sec = times->modtime; in utime()
/freebsd-14.2/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c82 utb.modtime = sb->st_mtime; in elftc_set_timestamps()
/freebsd-14.2/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h98 void modtime (int, char **);
H A Dcmdtab.c151 { "modtime", modtimehelp, 0, 1, 1, modtime },
H A Dcmds.c2090 modtime(int argc, char **argv) in modtime() function
/freebsd-14.2/contrib/tnftp/src/
H A Dextern.h164 void modtime(int, char **);
H A Dcmdtab.c246 { "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
H A Dcmds.c2510 modtime(int argc, char *argv[]) in modtime() function
/freebsd-14.2/libexec/bootpd/
H A Dreadfile.c140 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ variable
333 (st.st_mtime == modtime) && in readtab()
342 (modtime != 0L) ? "new " : "", in readtab()
360 modtime = st.st_mtime; in readtab()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c115 ub.modtime = tvp[1].tv_sec; in utimes()
/freebsd-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c493 int modtime; in do_entry() local
505 modtime = age_old_log(ent->log); in do_entry()
582 printf(" age (hr): %d [%d] ", modtime, ent->hours); in do_entry()
601 } else if ((ent->hours > 0) && ((modtime >= ent->hours) || in do_entry()
602 (modtime < 0))) { in do_entry()
/freebsd-14.2/contrib/xz/src/xz/
H A Dfile_io.c506 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
521 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
/freebsd-14.2/usr.sbin/cron/doc/
H A DCHANGES129 all the crontab files; V2 uses the modtime the crontab directory as a flag to
130 check out the crontab files; those whose modtime has changed will be re-read,
/freebsd-14.2/contrib/file/src/
H A Dmagic.c390 utbuf.modtime = sb->st_mtime; in close_and_restore()
/freebsd-14.2/contrib/bmake/
H A Darch.c945 times.actime = times.modtime = now; in Arch_TouchLib()
H A Djob.c1285 times.modtime = now; in TouchRegular()
/freebsd-14.2/sys/contrib/zstd/programs/
H A Dutil.c178 timebuf.modtime = statbuf->st_mtime; in UTIL_utime()
/freebsd-14.2/contrib/bzip2/
H A Dbzip2.c1057 uTimBuf.modtime = fileMetaInfo.st_mtime; in applySavedTimeInfoToOutputFile()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c3577 times.modtime = mtime; in set_time()
/freebsd-14.2/contrib/tnftp/
H A DChangeLog1561 - set code correctly in sizecmd() and modtime()