Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dlog.c310 char header_priority[1 + DECIMAL_STR_MAX(int) + 2], header_time[64], header_pid[1 + DECIMAL_STR_MAX(pid_t) + 4]; in write_to_syslog() local
330 if (strftime(header_time, sizeof(header_time), "%h %e %T ", tm) <= 0) in write_to_syslog()
337 IOVEC_SET_STRING(iovec[1], header_time); in write_to_syslog()

Completed in 3 milliseconds