Lines Matching refs:timebuf
1941 char timebuf[33], priority_number[5]; in fprintlog_rfc5424() local
1950 if (strftime(timebuf, sizeof(timebuf), "%FT%T.______%z", in fprintlog_rfc5424()
1951 &f->f_lasttime.tm) == sizeof(timebuf) - 2) { in fprintlog_rfc5424()
1953 timebuf[32] = '\0'; in fprintlog_rfc5424()
1954 timebuf[31] = timebuf[30]; in fprintlog_rfc5424()
1955 timebuf[30] = timebuf[29]; in fprintlog_rfc5424()
1956 timebuf[29] = ':'; in fprintlog_rfc5424()
1961 timebuf[i] = usec % 10 + '0'; in fprintlog_rfc5424()
1964 iovlist_append(&il, timebuf); in fprintlog_rfc5424()
1990 char timebuf[RFC3164_DATELEN + 1], facility_number[5], in fprintlog_rfc3164() local
1994 if (strftime(timebuf, sizeof(timebuf), RFC3164_DATEFMT, in fprintlog_rfc3164()
1996 timebuf[0] = '\0'; in fprintlog_rfc3164()
2007 iovlist_append(&il, timebuf); in fprintlog_rfc3164()
2024 iovlist_append(&il, timebuf); in fprintlog_rfc3164()
2030 iovlist_append(&il, timebuf); in fprintlog_rfc3164()