Searched defs:modtime (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/3d/
H A Dcopy.c32 time_t modtime; member in struct:utimbuf
107 ut.modtime = st->st_mtime;
/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/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);

Completed in 141 milliseconds