Lines Matching refs:f_current
1535 (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()
1626 if (f->f_current.flags & MARK) { in logit()
1762 msg = f->f_current.msg; in writemsg()
1763 from = f->f_current.host; in writemsg()
1764 pri = f->f_current.pri; in writemsg()
1765 flags = f->f_current.flags; in writemsg()
1766 ts = f->f_current.time; in writemsg()
2433 (void) strlcpy(f->f_prevmsg.msg, f->f_current.msg, MAXLINE+1); in copy_msg()
2434 (void) strlcpy(f->f_prevmsg.host, f->f_current.host, SYS_NMLN); in copy_msg()
2435 f->f_prevmsg.pri = f->f_current.pri; in copy_msg()
2436 f->f_prevmsg.flags = f->f_current.flags; in copy_msg()
2437 f->f_prevmsg.time = f->f_current.time; in copy_msg()
3379 f->f_current.msg[0] = '\0'; in filed_init()
3380 f->f_current.flags = 0; in filed_init()
3381 f->f_current.pri = 0; in filed_init()
3382 f->f_current.host[0] = '\0'; in filed_init()