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

12

/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_time.h38 time_t modtime; member in struct:svr4_utimbuf
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_utime.h40 ibcs2_time_t modtime; member in struct:ibcs2_utimbuf
/freebsd-9.3-release/include/
H A Dutime.h46 time_t modtime; /* Modification time */ member in struct:utimbuf
/freebsd-9.3-release/lib/libc/gen/
H A Dutime.c49 tv[1].tv_sec = times->modtime;
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_option_u.c59 times.modtime = 3;
H A Dtest_option_a.c75 times.modtime = 3;
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h98 void modtime (int, char **);
H A Dcmdtab.c158 { "modtime", modtimehelp, 0, 1, 1, modtime },
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.h220 int modtime));
H A Dvers_ts.c224 t.modtime = RCS_getrevtime (rcsdata, vers_ts->vn_rcs, 0, 0);
225 if (t.modtime != (time_t) -1)
H A Dpatch.c565 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag,
588 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_head,
/freebsd-9.3-release/sbin/growfs/
H A Dgrowfs.c140 time_t modtime; local
152 time(&modtime);
186 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag);
217 initcg(cylno, modtime, fso, Nflag);
235 updcsloc(modtime, fsi, fso, Nflag);
265 sblock.fs_time = modtime;
323 initcg(int cylno, time_t modtime, int fso, unsigned int Nflag) argument
351 acg.cg_time = modtime;
564 updjcg(int cylno, time_t modtime, int fsi, int fso, unsigned int Nflag) argument
626 acg.cg_time = modtime;
802 updcsloc(time_t modtime, int fsi, int fso, unsigned int Nflag) argument
[all...]
/freebsd-9.3-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-9.3-release/usr.bin/make/
H A Dtarg.c317 Targ_FmtTime(time_t modtime) argument
322 parts = localtime(&modtime);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drename.c108 tb.modtime = statbuf->st_mtime;
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c113 ub.modtime = tvp[1].tv_sec;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h255 long modtime; member in struct:utimbuf
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Dconf.h355 struct utimbuf { time_t actime, modtime; }; member in struct:utimbuf
/freebsd-9.3-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-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c483 int modtime; local
495 modtime = age_old_log(ent->log);
567 printf(" age (hr): %d [%d] ", modtime, ent->hours);
586 } else if ((ent->hours > 0) && ((modtime >= ent->hours) ||
587 (modtime < 0))) {
/freebsd-9.3-release/contrib/bmake/
H A Dutil.c250 t.modtime = tvp[1].tv_sec;
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h109 long modtime; member in struct:utimbuf

Completed in 145 milliseconds

12