Home
last modified time | relevance | path

Searched refs:f_time (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/macppc/stand/fixcoff/
H A Dfixcoff.c61 char f_time[4]; member
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h336 time_t f_time; /* time this was last written */ member
H A Dsyslogd.c125 #define REPEATTIME(f) ((f)->f_time + repeatinterval[(f)->f_repeatcount])
2005 && (now - f->f_time) < MarkInterval / 2) in logmsg()
2024 f->f_prevcount, (long)(now - f->f_time),
2235 f->f_time = now; in fprintlog()