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

12

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_time.h38 time_t modtime; member in struct:svr4_utimbuf
H A Dsvr4_stat.c582 tbuf[1].tv_sec = ub.modtime;
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_utime.h40 ibcs2_time_t modtime; member in struct:ibcs2_utimbuf
H A Dibcs2_misc.c892 tbuf[1].tv_sec = ubuf.modtime;
/freebsd-11-stable/include/
H A Dutime.h46 time_t modtime; /* Modification time */ member in struct:utimbuf
/freebsd-11-stable/lib/libc/gen/
H A Dutime.c47 tv[1].tv_sec = times->modtime;
/freebsd-11-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-11-stable/usr.bin/mail/
H A Dedit.c140 time_t modtime; local
164 modtime = 0;
166 modtime = statb.st_mtime;
199 if (modtime == statb.st_mtime) {
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c82 utb.modtime = sb->st_mtime;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h98 void modtime (int, char **);
H A Dcmdtab.c151 { "modtime", modtimehelp, 0, 1, 1, modtime },
/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c140 time_t modtime; local
147 time(&modtime);
181 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag);
212 initcg(cylno, modtime, fso, Nflag);
230 updcsloc(modtime, fsi, fso, Nflag);
260 sblock.fs_time = modtime;
318 initcg(int cylno, time_t modtime, int fso, unsigned int Nflag) argument
347 acg.cg_time = modtime;
559 updjcg(int cylno, time_t modtime, int fsi, int fso, unsigned int Nflag) argument
621 acg.cg_time = modtime;
797 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) argument
[all...]
/freebsd-11-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 },
/freebsd-11-stable/contrib/binutils/binutils/
H A Drename.c108 tb.modtime = statbuf->st_mtime;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h355 struct utimbuf { time_t actime, modtime; }; member in struct:utimbuf
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c113 ub.modtime = tvp[1].tv_sec;
/freebsd-11-stable/contrib/xz/src/xz/
H A Dfile_io.c471 .modtime = pair->src_st.st_mtime,
486 .modtime = pair->src_st.st_mtime,
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c270 buf.modtime = (time_t) (mtime / APR_USEC_PER_SEC);
/freebsd-11-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-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c502 int modtime; local
514 modtime = age_old_log(ent->log);
591 printf(" age (hr): %d [%d] ", modtime, ent->hours);
610 } else if ((ent->hours > 0) && ((modtime >= ent->hours) ||
611 (modtime < 0))) {
/freebsd-11-stable/contrib/bmake/
H A Dutil.c253 t.modtime = tvp[1].tv_sec;
H A Darch.c1111 times.actime = times.modtime = now;
/freebsd-11-stable/contrib/file/src/
H A Dmagic.c371 utbuf.modtime = sb->st_mtime;

Completed in 205 milliseconds

12