Lines Matching refs:timebuf
1790 char timebuf[33], priority_number[5]; in fprintlog_rfc5424() local
1799 if (strftime(timebuf, sizeof(timebuf), "%FT%T.______%z", in fprintlog_rfc5424()
1800 &f->f_lasttime.tm) == sizeof(timebuf) - 2) { in fprintlog_rfc5424()
1802 timebuf[32] = '\0'; in fprintlog_rfc5424()
1803 timebuf[31] = timebuf[30]; in fprintlog_rfc5424()
1804 timebuf[30] = timebuf[29]; in fprintlog_rfc5424()
1805 timebuf[29] = ':'; in fprintlog_rfc5424()
1810 timebuf[i] = usec % 10 + '0'; in fprintlog_rfc5424()
1813 iovlist_append(&il, timebuf); in fprintlog_rfc5424()
1839 char timebuf[RFC3164_DATELEN + 1], facility_number[5], in fprintlog_rfc3164() local
1843 if (strftime(timebuf, sizeof(timebuf), RFC3164_DATEFMT, in fprintlog_rfc3164()
1845 timebuf[0] = '\0'; in fprintlog_rfc3164()
1856 iovlist_append(&il, timebuf); in fprintlog_rfc3164()
1870 iovlist_append(&il, timebuf); in fprintlog_rfc3164()
1876 iovlist_append(&il, timebuf); in fprintlog_rfc3164()