HomeSort by: relevance | last modified time | path
    Searched refs:modtime (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/compat/include/
utime.h 41 int32_t modtime; /* Modification time */ member in struct:utimbuf50
  /src/include/
utime.h 46 time_t modtime; /* Modification time */ member in struct:utimbuf
  /src/lib/libc/gen/
utime.c 60 tv[1].tv_sec = times->modtime;
  /src/lib/libc/compat/gen/
compat_utime.c 72 tv[1].tv_sec = times50->modtime;
  /src/usr.bin/mail/
edit.c 63 time_t modtime; local in function:run_editor
101 modtime = 0;
103 modtime = statb.st_mtime;
130 if (modtime == statb.st_mtime) {
  /src/usr.bin/ftp/
extern.h 160 void modtime(int, char **);
cmdtab.c 238 { "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
cmds.c 2528 modtime(int argc, char *argv[]) function in typeref:typename:void
2561 * Get file if modtime is more recent than current file
  /src/usr.sbin/bootp/common/
readfile.c 148 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */
344 (st.st_mtime == modtime) &&
353 (modtime != 0L) ? "new " : "",
371 modtime = st.st_mtime;
147 PRIVATE int32 modtime = 0; \/* Last modification time of bootptab *\/ variable in typeref:typename:PRIVATE int32
  /src/common/dist/zlib/examples/
gun.c 534 when.modtime = was.st_mtime;
  /src/common/dist/zlib/contrib/minizip/
miniunz.c 112 ut.actime=ut.modtime=mktime(&newdate);
  /src/common/dist/zlib/contrib/untgz/
untgz.c 244 settime.actime = settime.modtime = ftime;
  /src/usr.bin/make/
arch.c 788 times.actime = times.modtime = now;
job.c 1322 times.modtime = now;
  /src/lib/librefuse/refuse/
fs.c 1279 timbuf.modtime = tv[1].tv_sec;

Completed in 22 milliseconds