| /freebsd-13.1/usr.bin/mail/ |
| H A D | edit.c | 142 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-13.1/contrib/libarchive/cpio/test/ |
| H A D | test_option_a.c | 76 times.modtime = 86400; in test_create() 79 times.modtime = 3; in test_create()
|
| H A D | test_option_u.c | 60 times.modtime = 3; in DEFINE_TEST()
|
| /freebsd-13.1/sbin/growfs/ |
| H A D | growfs.c | 139 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 334 acg.cg_time = modtime; in initcg() 623 acg.cg_time = modtime; in updjcg() 800 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) in updcsloc() argument [all …]
|
| /freebsd-13.1/include/ |
| H A D | utime.h | 48 time_t modtime; /* Modification time */ member
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | utime.c | 47 tv[1].tv_sec = times->modtime; in utime()
|
| /freebsd-13.1/contrib/elftoolchain/libelftc/ |
| H A D | elftc_set_timestamps.c | 82 utb.modtime = sb->st_mtime; in elftc_set_timestamps()
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | extern.h | 98 void modtime (int, char **);
|
| H A D | cmdtab.c | 151 { "modtime", modtimehelp, 0, 1, 1, modtime },
|
| H A D | cmds.c | 2090 modtime(int argc, char **argv) in modtime() function
|
| /freebsd-13.1/contrib/tnftp/src/ |
| H A D | extern.h | 164 void modtime(int, char **);
|
| H A D | cmdtab.c | 246 { "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
|
| H A D | cmds.c | 2510 modtime(int argc, char *argv[]) in modtime() function
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | readfile.c | 142 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ variable 337 (st.st_mtime == modtime) && 346 (modtime != 0L) ? "new " : "", 364 modtime = st.st_mtime;
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.c | 115 ub.modtime = tvp[1].tv_sec; in utimes()
|
| /freebsd-13.1/contrib/xz/src/xz/ |
| H A D | file_io.c | 471 .modtime = pair->src_st.st_mtime, in io_copy_attrs() 486 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
|
| /freebsd-13.1/contrib/apr/file_io/unix/ |
| H A D | filestat.c | 270 buf.modtime = (time_t) (mtime / APR_USEC_PER_SEC); in apr_file_mtime_set()
|
| /freebsd-13.1/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 495 int modtime; in do_entry() local 507 modtime = age_old_log(ent->log); in do_entry() 584 printf(" age (hr): %d [%d] ", modtime, ent->hours); in do_entry() 603 } else if ((ent->hours > 0) && ((modtime >= ent->hours) || in do_entry() 604 (modtime < 0))) { in do_entry()
|
| /freebsd-13.1/usr.sbin/cron/doc/ |
| H A D | CHANGES | 130 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-13.1/contrib/file/src/ |
| H A D | magic.c | 373 utbuf.modtime = sb->st_mtime; in close_and_restore()
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | arch.c | 946 times.actime = times.modtime = now; in Arch_TouchLib()
|
| H A D | job.c | 1288 times.modtime = now; in TouchRegular()
|
| /freebsd-13.1/sys/contrib/zstd/programs/ |
| H A D | util.c | 186 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()
|
| /freebsd-13.1/contrib/bzip2/ |
| H A D | bzip2.c | 1057 uTimBuf.modtime = fileMetaInfo.st_mtime; in applySavedTimeInfoToOutputFile()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_posix.c | 3547 times.modtime = mtime; in set_time()
|