HomeSort by: relevance | last modified time | path
    Searched defs:modtime (Results 1 - 5 of 5) 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/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.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/usr.bin/ftp/
cmds.c 2528 modtime(int argc, char *argv[]) function in typeref:typename:void
2561 * Get file if modtime is more recent than current file

Completed in 15 milliseconds