Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-show.c440 FORMAT_TIMESTAMP_STYLE(timestamp, arg_timestamp_style), in print_status_info()
447 FORMAT_TIMESTAMP_STYLE(until_timestamp, arg_timestamp_style), in print_status_info()
486 FORMAT_TIMESTAMP_STYLE(next_elapse, arg_timestamp_style), in print_status_info()
509 FORMAT_TIMESTAMP_STYLE(i->condition_timestamp, arg_timestamp_style), in print_status_info()
529 FORMAT_TIMESTAMP_STYLE(i->assert_timestamp, arg_timestamp_style), in print_status_info()
1023 …roperty_value(name, expected_value, flags, FORMAT_TIMESTAMP_STYLE(timestamp, arg_timestamp_style)); in print_property()
1283 … FORMAT_TIMESTAMP_STYLE(next_elapse, arg_timestamp_style)); in print_property()
1319 … strna(FORMAT_TIMESTAMP_STYLE(info.start_timestamp, arg_timestamp_style)), in print_property()
1320 … strna(FORMAT_TIMESTAMP_STYLE(info.exit_timestamp, arg_timestamp_style)), in print_property()
1332 … strna(FORMAT_TIMESTAMP_STYLE(info.start_timestamp, arg_timestamp_style)), in print_property()
[all …]
Dsystemctl.h95 extern TimestampStyle arg_timestamp_style;
Dsystemctl.c110 TimestampStyle arg_timestamp_style = TIMESTAMP_PRETTY; variable
891 arg_timestamp_style = timestamp_style_from_string(optarg); in systemctl_parse_argv()
892 if (arg_timestamp_style < 0) in systemctl_parse_argv()
Dsystemctl-logind.c387 FORMAT_TIMESTAMP_STYLE(elapse, arg_timestamp_style)); in logind_show_shutdown()