| /freebsd/usr.bin/mail/ |
| H A D | edit.c | 134 time_t modtime; in run_editor() local 158 modtime = 0; in run_editor() 160 modtime = statb.st_mtime; in run_editor() 193 if (modtime == statb.st_mtime) { in run_editor()
|
| /freebsd/sbin/growfs/ |
| H A D | growfs.c | 128 time_t modtime; in growfs() 135 time(&modtime); in growfs() 168 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag); in growfs() 199 initcg(cylno, modtime, fso, Nflag); in growfs() 217 updcsloc(modtime, fsi, fso, Nflag); in growfs() 241 sblock.fs_time = modtime; in growfs() 289 initcg(int cylno, time_t modtime, int fso, unsigned int Nflag) in initcg() argument 323 acg.cg_time = modtime; in initcg() 550 updjcg(int cylno, time_t modtime, int fsi, int fso, unsigned int Nflag) in updjcg() argument 610 acg.cg_time = modtime; in updjcg() [all …]
|
| /freebsd/contrib/libarchive/cpio/test/ |
| H A D | test_option_a.c | 57 times.modtime = 86400; in test_create() 60 times.modtime = 3; in test_create()
|
| H A D | test_option_u.c | 41 times.modtime = 3; in DEFINE_TEST()
|
| /freebsd/include/ |
| H A D | utime.h | 45 time_t modtime; /* Modification time */ member
|
| /freebsd/lib/libc/gen/ |
| H A D | utime.c | 43 tv[1].tv_sec = times->modtime; in utime()
|
| /freebsd/contrib/elftoolchain/libelftc/ |
| H A D | elftc_set_timestamps.c | 82 utb.modtime = sb->st_mtime; in elftc_set_timestamps()
|
| /freebsd/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/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/crypto/heimdal/lib/hdb/ |
| H A D | ext.c | 438 krb5_principal modby, time_t modtime) in hdb_set_last_modified_by() argument 457 ev->time = modtime; in hdb_set_last_modified_by()
|
| /freebsd/libexec/bootpd/ |
| H A D | readfile.c | 140 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/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.c | 115 ub.modtime = tvp[1].tv_sec; in utimes()
|
| /freebsd/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 548 int modtime; in do_entry() local 560 modtime = age_old_log(ent->log); in do_entry() 637 printf(" age (hr): %d [%d] ", modtime, ent->hours); in do_entry() 656 } else if ((ent->hours > 0) && ((modtime >= ent->hours) || in do_entry() 657 (modtime < 0))) { in do_entry()
|
| /freebsd/contrib/xz/src/xz/ |
| H A D | file_io.c | 448 .modtime = pair->src_st.st_mtime, in io_copy_attrs() 463 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | CHANGES | 129 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/crypto/krb5/src/util/profile/ |
| H A D | t_profile.c | 149 times.modtime = times.actime; in test_shared()
|
| /freebsd/contrib/file/src/ |
| H A D | magic.c | 390 utbuf.modtime = sb->st_mtime; in close_and_restore()
|
| /freebsd/contrib/bmake/ |
| H A D | arch.c | 836 times.actime = times.modtime = now; in Arch_TouchLib()
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | util.c | 178 timebuf.modtime = statbuf->st_mtime; in UTIL_utime()
|
| /freebsd/contrib/bzip2/ |
| H A D | bzip2.c | 1057 uTimBuf.modtime = fileMetaInfo.st_mtime; in applySavedTimeInfoToOutputFile()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/ |
| H A D | kdb_db2.c | 595 utbuf.modtime = st.st_mtime + 1; in ctx_update_age()
|