Searched refs:JSON_FORMAT_COLOR_AUTO (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/shared/ |
D | parse-argument.c | 39 *ret = JSON_FORMAT_PRETTY|JSON_FORMAT_COLOR_AUTO; in parse_json_argument()
|
D | json.h | 189 … JSON_FORMAT_COLOR_AUTO = 1 << 4, /* insert ANSI color sequences if colors_enabled() says so */ enumerator
|
D | json.c | 1780 …if (((flags & (JSON_FORMAT_COLOR_AUTO|JSON_FORMAT_COLOR)) == JSON_FORMAT_COLOR_AUTO) && colors_ena… in json_variant_dump()
|
/systemd-251/src/home/ |
D | user-record-sign.c | 92 json_variant_dump(v, JSON_FORMAT_PRETTY|JSON_FORMAT_COLOR_AUTO, NULL, NULL); in user_record_sign()
|
D | homectl.c | 3634 arg_json_format_flags = JSON_FORMAT_PRETTY_AUTO|JSON_FORMAT_COLOR_AUTO; in parse_argv() 3654 … arg_json_format_flags = JSON_FORMAT_PRETTY_AUTO|JSON_FORMAT_COLOR_AUTO; in parse_argv()
|
/systemd-251/src/userdb/ |
D | userdbctl.c | 1214 …on_format_flags = arg_output == OUTPUT_JSON ? JSON_FORMAT_PRETTY|JSON_FORMAT_COLOR_AUTO : JSON_FOR… in parse_argv() 1226 arg_json_format_flags = JSON_FORMAT_PRETTY|JSON_FORMAT_COLOR_AUTO; in parse_argv()
|
/systemd-251/src/systemctl/ |
D | systemctl-util.c | 833 …ble_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO); in output_table()
|
/systemd-251/src/login/ |
D | loginctl.c | 99 …ble_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO); in show_table()
|
/systemd-251/src/journal/ |
D | journalctl.c | 583 … arg_json_format_flags = output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO; in parse_argv()
|
/systemd-251/src/busctl/ |
D | busctl.c | 2506 arg_json_format_flags = JSON_FORMAT_PRETTY_AUTO|JSON_FORMAT_COLOR_AUTO; in parse_argv()
|
/systemd-251/src/machine/ |
D | machinectl.c | 249 …ble_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO); in show_table()
|