Searched refs:TimestampStyle (Results 1 – 4 of 4) sorted by relevance
32 typedef enum TimestampStyle { enum40 } TimestampStyle; typedef125 char* format_timestamp_style(char *buf, size_t l, usec_t t, TimestampStyle style) _warn_unused_resu…211 const char* timestamp_style_to_string(TimestampStyle t) _const_;212 TimestampStyle timestamp_style_from_string(const char *s) _pure_;
296 TimestampStyle style) { in format_timestamp_style()1620 _DEFINE_STRING_TABLE_LOOKUP_TO_STRING(timestamp_style, TimestampStyle,);1623 TimestampStyle timestamp_style_from_string(const char *s) { in timestamp_style_from_string()1624 TimestampStyle t; in timestamp_style_from_string()1626 …t = (TimestampStyle) string_table_lookup(timestamp_style_table, ELEMENTSOF(timestamp_style_table),… in timestamp_style_from_string()
95 extern TimestampStyle arg_timestamp_style;
110 TimestampStyle arg_timestamp_style = TIMESTAMP_PRETTY;887 … DUMP_STRING_TABLE(timestamp_style, TimestampStyle, _TIMESTAMP_STYLE_MAX); in systemctl_parse_argv()