Searched refs:arg_timestamp_style (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 440 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 …]
|
D | systemctl.h | 95 extern TimestampStyle arg_timestamp_style;
|
D | systemctl.c | 110 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()
|
D | systemctl-logind.c | 387 FORMAT_TIMESTAMP_STYLE(elapse, arg_timestamp_style)); in logind_show_shutdown()
|