Home
last modified time | relevance | path

Searched refs:JSON_FORMAT_COLOR_AUTO (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/shared/
Dparse-argument.c39 *ret = JSON_FORMAT_PRETTY|JSON_FORMAT_COLOR_AUTO; in parse_json_argument()
Djson.h189JSON_FORMAT_COLOR_AUTO = 1 << 4, /* insert ANSI color sequences if colors_enabled() says so */ enumerator
Djson.c1780 …if (((flags & (JSON_FORMAT_COLOR_AUTO|JSON_FORMAT_COLOR)) == JSON_FORMAT_COLOR_AUTO) && colors_ena… in json_variant_dump()
/systemd-251/src/home/
Duser-record-sign.c92 json_variant_dump(v, JSON_FORMAT_PRETTY|JSON_FORMAT_COLOR_AUTO, NULL, NULL); in user_record_sign()
Dhomectl.c3634 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/
Duserdbctl.c1214 …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/
Dsystemctl-util.c833 …ble_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO); in output_table()
/systemd-251/src/login/
Dloginctl.c99 …ble_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO); in show_table()
/systemd-251/src/journal/
Djournalctl.c583 … arg_json_format_flags = output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO; in parse_argv()
/systemd-251/src/busctl/
Dbusctl.c2506 arg_json_format_flags = JSON_FORMAT_PRETTY_AUTO|JSON_FORMAT_COLOR_AUTO; in parse_argv()
/systemd-251/src/machine/
Dmachinectl.c249 …ble_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR_AUTO); in show_table()