Searched refs:modtime (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/include/
H A Dutime.h45 time_t modtime; /* Modification time */ member in struct:utimbuf
/freebsd-current/lib/libc/gen/
H A Dutime.c43 tv[1].tv_sec = times->modtime;
/freebsd-current/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c82 utb.modtime = sb->st_mtime;
/freebsd-current/usr.bin/mail/
H A Dedit.c134 time_t modtime; local
158 modtime = 0;
160 modtime = statb.st_mtime;
193 if (modtime == statb.st_mtime) {
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_option_u.c59 times.modtime = 3;
H A Dtest_option_a.c75 times.modtime = 86400;
78 times.modtime = 3;
/freebsd-current/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) function
2125 * get file if modtime is more recent than current file
/freebsd-current/sbin/growfs/
H A Dgrowfs.c128 time_t modtime; local
135 time(&modtime);
168 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag);
199 initcg(cylno, modtime, fso, Nflag);
217 updcsloc(modtime, fsi, fso, Nflag);
241 sblock.fs_time = modtime;
289 initcg(int cylno, time_t modtime, int fso, unsigned int Nflag) argument
323 acg.cg_time = modtime;
550 updjcg(int cylno, time_t modtime, int fsi, int fso, unsigned int Nflag) argument
610 acg.cg_time = modtime;
788 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) argument
[all...]
/freebsd-current/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[]) function
2543 * Get file if modtime is more recent than current file
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c115 ub.modtime = tvp[1].tv_sec;
/freebsd-current/libexec/bootpd/
H A Dreadfile.c141 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */
336 (st.st_mtime == modtime) &&
345 (modtime != 0L) ? "new " : "",
363 modtime = st.st_mtime;
140 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ variable
/freebsd-current/contrib/file/src/
H A Dmagic.c390 utbuf.modtime = sb->st_mtime;
/freebsd-current/contrib/xz/src/xz/
H A Dfile_io.c506 .modtime = pair->src_st.st_mtime,
521 .modtime = pair->src_st.st_mtime,
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c547 int modtime; local
559 modtime = age_old_log(ent->log);
636 printf(" age (hr): %d [%d] ", modtime, ent->hours);
655 } else if ((ent->hours > 0) && ((modtime >= ent->hours) ||
656 (modtime < 0))) {
/freebsd-current/contrib/bmake/
H A Darch.c837 times.actime = times.modtime = now;
H A Djob.c1278 times.modtime = now;
/freebsd-current/contrib/bzip2/
H A Dbzip2.c1057 uTimBuf.modtime = fileMetaInfo.st_mtime;
/freebsd-current/sys/contrib/zstd/programs/
H A Dutil.c178 timebuf.modtime = statbuf->st_mtime;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c3577 times.modtime = mtime;

Completed in 339 milliseconds