Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dlog.c383 header_time[FORMAT_TIMESTAMP_MAX], in write_to_console() local
399 format_timestamp(header_time, sizeof(header_time), now(CLOCK_REALTIME))) { in write_to_console()
400 iovec[n++] = IOVEC_MAKE_STRING(header_time); in write_to_console()
460 header_time[64], in write_to_syslog() local
474 if (strftime(header_time, sizeof(header_time), "%h %e %T ", &tm) <= 0) in write_to_syslog()
481 IOVEC_MAKE_STRING(header_time), in write_to_syslog()
/systemd-251/src/journal/
Djournald-syslog.c125 char header_priority[DECIMAL_STR_MAX(priority) + 3], header_time[64], in server_forward_syslog() local
148 if (strftime(header_time, sizeof(header_time), "%h %e %T ", &tm) <= 0) in server_forward_syslog()
150 iovec[n++] = IOVEC_MAKE_STRING(header_time); in server_forward_syslog()