Searched defs:format_timestamp_safe (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournal-file.c2583 static const char* format_timestamp_safe(char *buf, size_t l, usec_t t) { function
2641 format_timestamp_safe(x, sizeof(x), le64toh(f->header->head_entry_realtime)),
2642 format_timestamp_safe(y, sizeof(y), le64toh(f->header->tail_entry_realtime)),

Completed in 31 milliseconds