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

12

/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_time.h38 time_t modtime; member in struct:svr4_utimbuf
H A Dsvr4_stat.c578 tbuf[1].tv_sec = ub.modtime;
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_utime.h40 ibcs2_time_t modtime; member in struct:ibcs2_utimbuf
/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/contrib/libarchive/cpio/test/
H A Dtest_option_u.c59 times.modtime = 3;
H A Dtest_option_a.c75 times.modtime = 3;
/freebsd-10.0-release/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-10.0-release/usr.bin/csup/
H A Dfattr.c82 time_t modtime; member in struct:fattr
154 fattr_new(int type, time_t modtime) argument
163 if (modtime != -1) {
164 new->modtime = modtime;
196 fa->modtime = sb->st_mtime;
382 "%lld", (long long)fa->modtime);
594 fa->modtime = (time_t)strtoll(attrstart, &end, FA_MODTIMERADIX);
712 fa->modtime = from->modtime;
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h98 void modtime (int, char **);
H A Dcmdtab.c151 { "modtime", modtimehelp, 0, 1, 1, modtime },
/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/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-10.0-release/usr.bin/make/
H A Dtarg.c317 Targ_FmtTime(time_t modtime) argument
322 parts = localtime(&modtime);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drename.c108 tb.modtime = statbuf->st_mtime;
/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
/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/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/usr.sbin/newsyslog/
H A Dnewsyslog.c485 int modtime; local
497 modtime = age_old_log(ent->log);
569 printf(" age (hr): %d [%d] ", modtime, ent->hours);
588 } else if ((ent->hours > 0) && ((modtime >= ent->hours) ||
589 (modtime < 0))) {
/freebsd-10.0-release/contrib/bmake/
H A Dutil.c250 t.modtime = tvp[1].tv_sec;
H A Darch.c1097 times.actime = times.modtime = now;
/freebsd-10.0-release/contrib/file/
H A Dmagic.c357 utbuf.modtime = sb->st_mtime;
/freebsd-10.0-release/contrib/xz/src/xz/
H A Dfile_io.c273 .modtime = pair->src_st.st_mtime,

Completed in 175 milliseconds

12