Lines Matching refs:timebuf
1994 char timebuf[33], priority_number[5]; in fprintlog_rfc5424() local
2003 if (strftime(timebuf, sizeof(timebuf), "%FT%T.______%z", in fprintlog_rfc5424()
2004 &f->f_lasttime.tm) == sizeof(timebuf) - 2) { in fprintlog_rfc5424()
2006 timebuf[32] = '\0'; in fprintlog_rfc5424()
2007 timebuf[31] = timebuf[30]; in fprintlog_rfc5424()
2008 timebuf[30] = timebuf[29]; in fprintlog_rfc5424()
2009 timebuf[29] = ':'; in fprintlog_rfc5424()
2014 timebuf[i] = usec % 10 + '0'; in fprintlog_rfc5424()
2017 iovlist_append(&il, timebuf); in fprintlog_rfc5424()
2043 char timebuf[RFC3164_DATELEN + 1], facility_number[5], in fprintlog_rfc3164() local
2047 if (strftime(timebuf, sizeof(timebuf), RFC3164_DATEFMT, in fprintlog_rfc3164()
2049 timebuf[0] = '\0'; in fprintlog_rfc3164()
2060 iovlist_append(&il, timebuf); in fprintlog_rfc3164()
2074 iovlist_append(&il, timebuf); in fprintlog_rfc3164()
2080 iovlist_append(&il, timebuf); in fprintlog_rfc3164()