/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | utime.c | 11 long modtime; member 31 strcpy(conversion_buf, ctime(&buf->modtime)); 40 vtb.modtime = vms_modtime;
|
H A D | vmsmunch.h | 29 char *modtime; /* VMS creation date, ASCII format */ member
|
H A D | vmsmunch.c | 252 asctim(((struct VMStimbuf *)ptr)->modtime, Cdate); 257 bintim(((struct VMStimbuf *)ptr)->modtime, Cdate);
|
H A D | filesubr.c | 103 t.modtime = sb.st_mtime;
|
/openbsd/usr.bin/mail/ |
H A D | edit.c | 152 time_t modtime; in run_editor() local 176 modtime = 0; in run_editor() 178 modtime = statb.st_mtime; in run_editor() 218 if (modtime == statb.st_mtime) { in run_editor()
|
/openbsd/gnu/usr.bin/binutils/include/mpw/ |
H A D | utime.h | 4 time_t modtime; member
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | vers_ts.c | 207 t.modtime = 209 if (t.modtime != (time_t) -1) 211 t.actime = t.modtime;
|
H A D | client.h | 198 int modtime));
|
H A D | patch.c | 556 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag, 579 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_head,
|
H A D | filesubr.c | 111 t.modtime = sb.st_mtime;
|
H A D | client.c | 2096 t.modtime = t.actime = stored_modtime; 5700 all_files_binary, modtime) in client_process_import_file() argument 5710 int modtime; 5760 if (modtime)
|
/openbsd/include/ |
H A D | utime.h | 48 time_t modtime; /* Modification time */ member
|
/openbsd/lib/libc/gen/ |
H A D | utime.c | 44 tv[1].tv_sec = times->modtime; in utime()
|
/openbsd/usr.bin/ftp/ |
H A D | cmds.h | 79 void modtime(int, char **);
|
H A D | cmdtab.c | 166 { "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
|
/openbsd/gnu/usr.sbin/mkhybrid/src/libfile/ |
H A D | lfile.c | 224 utbuf.modtime = sb.st_mtime;
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | rename.c | 105 tb.modtime = statbuf->st_mtime; in set_times()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | rename.c | 107 tb.modtime = statbuf->st_mtime; in set_times()
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | system.h | 250 long modtime; member
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.h | 181 uint32_t modtime = 0; member
|
H A D | ObjectFilePECOFF.cpp | 590 coff_header.modtime = data.GetU32(offset_ptr); in ParseCOFFHeader() 1259 s->Printf(" modtime = 0x%8.8x\n", header.modtime); in DumpCOFFHeader()
|
/openbsd/gnu/usr.bin/cvs/emx/ |
H A D | filesubr.c | 100 t.modtime = sb.st_mtime;
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | filesubr.c | 94 t.modtime = sb.st_mtime;
|
/openbsd/gnu/usr.bin/cvs/windows-NT/ |
H A D | filesubr.c | 98 t.modtime = sb.st_mtime;
|
/openbsd/gnu/usr.bin/perl/ |
H A D | doio.c | 2862 Time_t modtime; in Perl_apply() 2885 utbuf.modtime = (Time_t)SvNV(modified); /* time modified */ in Perl_apply() 2888 utbuf.modtime = (Time_t)SvIV(modified); /* time modified */ in Perl_apply()
|