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

  /src/sys/arch/macppc/stand/fixcoff/
fixcoff.c 61 char f_time[4]; member in struct:filehdr
  /src/usr.sbin/syslogd/
syslogd.h 336 time_t f_time; /* time this was last written */ member in struct:filed
syslogd.c 125 #define REPEATTIME(f) ((f)->f_time + repeatinterval[(f)->f_repeatcount])
2005 && (now - f->f_time) < MarkInterval / 2)
2024 f->f_prevcount, (long)(now - f->f_time),
2235 f->f_time = now;

Completed in 16 milliseconds