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

/ast/src/cmd/3d/
H A Dutime3d.c39 time_t modtime;
53 #define mtimeof(p) ((p)->modtime)
H A Dcopy.c32 time_t modtime; member in struct:utimbuf
107 ut.modtime = st->st_mtime;
H A Dtouch.c108 ut.modtime = mtime;
/ast/src/cmd/paxlib/tp/
H A Dtp.c47 ui1 modtime[4]; member in struct:Dir_s
144 f->st->st_mtime = dp->modtime[2] + (dp->modtime[3]<<8) + (dp->modtime[0]<<16) + (dp->modtime[1]<<24);
/ast/src/cmd/mailx/
H A Dedit.c154 time_t modtime; local
176 modtime = state.openstat.st_mtime;
191 if (modtime == state.openstat.st_mtime)
/ast/src/cmd/cs/vcs_src/
H A Difs_func.c350 static time_t modtime; local
354 actime = modtime = cs.time - 86400 * (365 * 4 + 1);
364 touch( fname, actime, modtime, 1);
H A Difs_ftp.c188 time_t modtime; local
192 modtime = cs.time - 86400 * (365 * 4 + 1);
204 fprintf( fent, "%s %d\n", finfo.fname, modtime );
/ast/src/lib/libast/tm/
H A Dtvtouch.c235 am.modtime = (mv == TV_TOUCH_RETAIN) ? st.st_mtime : mv->tv_sec;
/ast/src/cmd/pax/
H A Dpax.c1096 state.modtime = 1;
1102 state.modtime = 0;
1556 state.modtime = 1;
H A Dcopy.c273 else if (st.st_size != f->delta.base->size || state.modtime && tvcmp(tvmtime(&t1, &st), tvmtime(&t2, f->st)))
H A Dpax.h576 int modtime; /* retain mtime */ \
H A Dfile.c1200 if (f->chmod || state.acctime || state.modtime || state.owner || (f->perm & S_IRWXU) != S_IRWXU)
1282 if (state.modtime)
/ast/src/cmd/warp/
H A Dwarp.c113 time_t modtime;
822 UNWARP_ABS(tb.modtime);
/ast/src/cmd/bzip/
H A Dbzip2.c771 uTimBuf.modtime = statBuf.st_mtime;
/ast/src/cmd/ksh93/edit/
H A Dedit.c902 utimes.modtime = statb.st_mtime;

Completed in 49 milliseconds