Home
last modified time | relevance | path

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

12

/dragonfly/usr.bin/mail/
H A Dedit.c133 time_t modtime; in run_editor() local
156 modtime = 0; in run_editor()
158 modtime = statb.st_mtime; in run_editor()
191 if (modtime == statb.st_mtime) { in run_editor()
/dragonfly/include/
H A Dutime.h44 time_t modtime; /* Modification time */ member
/dragonfly/lib/libc/gen/
H A Dutime.c44 tv[1].tv_sec = times->modtime; in utime()
/dragonfly/contrib/cvs-1.12/src/
H A Dvers_ts.c230 t.modtime = RCS_getrevtime (rcsdata, vers_ts->vn_rcs, 0, 0); in Version_TS()
231 if (t.modtime != (time_t) -1) in Version_TS()
H A Dclient.h208 char *repository, int all_files_binary, int modtime);
H A Dpatch.c543 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag, in patch_fileproc()
565 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_head, in patch_fileproc()
H A Dfilesubr.c106 t.modtime = sb.st_mtime; in copy_file()
H A Dclient.c1826 t.modtime = stored_modtime; in update_entries()
4996 int modtime /* Nonzero for "import -d". */ ) in client_process_import_file() argument
5039 if (modtime) in client_process_import_file()
H A Drcs.c5022 time_t modtime; in RCS_checkin() local
5079 modtime = ws.st_mtime; in RCS_checkin()
5082 modtime = citime; in RCS_checkin()
5084 (void) time (&modtime); in RCS_checkin()
5085 ftm = gmtime (&modtime); in RCS_checkin()
/dragonfly/contrib/cvs-1.12/lib/
H A Dsystem.h112 long modtime; member
/dragonfly/contrib/tnftp/src/
H A Dextern.h161 void modtime(int, char **);
H A Dcmdtab.c246 { "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
/dragonfly/contrib/binutils-2.34/binutils/
H A Drename.c100 tb.modtime = statbuf->st_mtime; in set_times()
/dragonfly/contrib/binutils-2.27/binutils/
H A Drename.c100 tb.modtime = statbuf->st_mtime; in set_times()
/dragonfly/libexec/bootpd/
H A Dreadfile.c150 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ variable
344 (st.st_mtime == modtime) && in readtab()
353 (modtime != 0L) ? "new " : "", in readtab()
371 modtime = st.st_mtime; in readtab()
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h356 struct utimbuf { time_t actime, modtime; }; member
H A Drcsedit.c1685 amtime.modtime = mtime;
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c516 int modtime; in do_entry() local
528 modtime = age_old_log(ent->log); in do_entry()
600 printf(" age (hr): %d [%d] ", modtime, ent->hours); in do_entry()
619 } else if ((ent->hours > 0) && ((modtime >= ent->hours) || in do_entry()
620 (modtime < 0))) { in do_entry()
/dragonfly/contrib/xz/src/xz/
H A Dfile_io.c471 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
486 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.c115 ub.modtime = tvp[1].tv_sec; in utimes()
/dragonfly/usr.sbin/cron/doc/
H A DCHANGES127 all the crontab files; V2 uses the modtime the crontab directory as a flag to
128 check out the crontab files; those whose modtime has changed will be re-read,
/dragonfly/usr.bin/xinstall/
H A Dxinstall.c727 utb.modtime = to_sb.st_mtime; in install()
785 utb.modtime = from_sb.st_mtime; in install()
/dragonfly/contrib/file/src/
H A Dmagic.c390 utbuf.modtime = sb->st_mtime; in close_and_restore()
/dragonfly/contrib/bmake/
H A Darch.c947 times.actime = times.modtime = now; in Arch_TouchLib()
/dragonfly/contrib/zstd/programs/
H A Dutil.c186 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()

12