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

/freebsd-13-stable/include/
H A Dutime.h48 time_t modtime; /* Modification time */ member in struct:utimbuf
/freebsd-13-stable/lib/libc/gen/
H A Dutime.c47 tv[1].tv_sec = times->modtime;
/freebsd-13-stable/contrib/libarchive/cpio/test/
H A Dtest_option_u.c60 times.modtime = 3;
H A Dtest_option_a.c76 times.modtime = 86400;
79 times.modtime = 3;
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c82 utb.modtime = sb->st_mtime;
/freebsd-13-stable/usr.bin/mail/
H A Dedit.c142 time_t modtime; local
166 modtime = 0;
168 modtime = statb.st_mtime;
201 if (modtime == statb.st_mtime) {
/freebsd-13-stable/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-13-stable/sbin/growfs/
H A Dgrowfs.c139 time_t modtime; local
146 time(&modtime);
179 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag);
210 initcg(cylno, modtime, fso, Nflag);
228 updcsloc(modtime, fsi, fso, Nflag);
252 sblock.fs_time = modtime;
300 initcg(int cylno, time_t modtime, int fso, unsigned int Nflag) argument
334 acg.cg_time = modtime;
560 updjcg(int cylno, time_t modtime, int fsi, int fso, unsigned int Nflag) argument
623 acg.cg_time = modtime;
800 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) argument
[all...]
/freebsd-13-stable/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-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c114 ub.modtime = tvp[1].tv_sec;
/freebsd-13-stable/contrib/xz/src/xz/
H A Dfile_io.c471 .modtime = pair->src_st.st_mtime,
486 .modtime = pair->src_st.st_mtime,
/freebsd-13-stable/libexec/bootpd/
H A Dreadfile.c151 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */
348 (st.st_mtime == modtime) &&
357 (modtime != 0L) ? "new " : "",
375 modtime = st.st_mtime;
150 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ variable
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c270 buf.modtime = (time_t) (mtime / APR_USEC_PER_SEC);
/freebsd-13-stable/contrib/file/src/
H A Dmagic.c371 utbuf.modtime = sb->st_mtime;
/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c495 int modtime; local
507 modtime = age_old_log(ent->log);
584 printf(" age (hr): %d [%d] ", modtime, ent->hours);
603 } else if ((ent->hours > 0) && ((modtime >= ent->hours) ||
604 (modtime < 0))) {
/freebsd-13-stable/contrib/bmake/
H A Darch.c940 times.actime = times.modtime = now;
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dutil.c186 timebuf.modtime = statbuf->st_mtime;
/freebsd-13-stable/contrib/bzip2/
H A Dbzip2.c1057 uTimBuf.modtime = fileMetaInfo.st_mtime;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c3422 times.modtime = mtime;

Completed in 263 milliseconds