Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c1535 (void) strlcpy(f->f_current.msg, mp->msg, MAXLINE+1); in logit()
1536 (void) strlcpy(f->f_current.host, mp->hlp->hl_hosts[0], in logit()
1538 f->f_current.pri = mp->pri; in logit()
1539 f->f_current.flags = mp->flags; in logit()
1540 f->f_current.time = mp->ts; in logit()
1545 currofst = (f->f_current.flags & ADDDATE) ? 0 : 16; in logit()
1599 f->f_current.msg + currofst) == 0) && in logit()
1601 f->f_current.host) == 0)) { in logit()
1607 f->f_current.msg, 15); /* update time */ in logit()
1615 if (f->f_current.flags & MARK || f->f_prevcount > 0) { in logit()
[all …]
H A Dsyslogd.h165 saved_message_t f_current; /* current message */ member