Home
last modified time | relevance | path

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

/openbsd/usr.sbin/syslogd/
H A Dsyslogd.c194 #define REPEATTIME(f) ((f)->f_time + repeatinterval[(f)->f_repeatcount]) macro
1869 if (now.tv_sec > REPEATTIME(f)) { in logmsg()
3120 if (f->f_prevcount && now.tv_sec >= REPEATTIME(f)) { in markit()