Searched refs:modtime (Results 1 - 25 of 34) sorted by path

12

/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfilestat.c270 buf.modtime = (time_t) (mtime / APR_USEC_PER_SEC);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drename.c108 tb.modtime = statbuf->st_mtime;
/freebsd-10.0-release/contrib/bmake/
H A Darch.c1097 times.actime = times.modtime = now;
H A Djob.c1186 times.actime = times.modtime = now;
H A Dutil.c250 t.modtime = tvp[1].tv_sec;
/freebsd-10.0-release/contrib/bzip2/
H A Dbzip2.c1057 uTimBuf.modtime = fileMetaInfo.st_mtime;
/freebsd-10.0-release/contrib/file/
H A Dmagic.c357 utbuf.modtime = sb->st_mtime;
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dtest_option_a.c75 times.modtime = 3;
H A Dtest_option_u.c59 times.modtime = 3;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c2846 times.modtime = mtime;
/freebsd-10.0-release/contrib/tnftp/src/
H A Dcmds.c2511 modtime(int argc, char *argv[]) function
2544 * Get file if modtime is more recent than current file
H A Dcmdtab.c246 { "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
H A Dextern.h164 void modtime(int, char **);
/freebsd-10.0-release/contrib/xz/src/xz/
H A Dfile_io.c273 .modtime = pair->src_st.st_mtime,
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c2090 modtime(int argc, char **argv) function
2125 * get file if modtime is more recent than current file
H A Dcmdtab.c151 { "modtime", modtimehelp, 0, 1, 1, modtime },
H A Dextern.h98 void modtime (int, char **);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c112 ub.modtime = tvp[1].tv_sec;
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dconf.h355 struct utimbuf { time_t actime, modtime; }; member in struct:utimbuf
H A Drcsedit.c1680 amtime.modtime = mtime;
/freebsd-10.0-release/include/
H A Dutime.h46 time_t modtime; /* Modification time */ member in struct:utimbuf
/freebsd-10.0-release/lib/libc/gen/
H A Dutime.c49 tv[1].tv_sec = times->modtime;
/freebsd-10.0-release/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-10.0-release/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;
560 updjcg(int cylno, time_t modtime, int fsi, int fso, unsigned int Nflag) argument
622 acg.cg_time = modtime;
798 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) argument
[all...]
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_stat.c578 tbuf[1].tv_sec = ub.modtime;

Completed in 228 milliseconds

12