Home
last modified time | relevance | path

Searched refs:TimestampStyle (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dtime-util.h32 typedef enum TimestampStyle { enum
40 } TimestampStyle; typedef
125 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_;
Dtime-util.c296 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()
/systemd-251/src/systemctl/
Dsystemctl.h95 extern TimestampStyle arg_timestamp_style;
Dsystemctl.c110 TimestampStyle arg_timestamp_style = TIMESTAMP_PRETTY;
887 … DUMP_STRING_TABLE(timestamp_style, TimestampStyle, _TIMESTAMP_STYLE_MAX); in systemctl_parse_argv()