Home
last modified time | relevance | path

Searched refs:table_print_json (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Dformat-table.h130 int table_print_json(Table *t, FILE *f, JsonFormatFlags json_flags);
Dformat-table.c2749 int table_print_json(Table *t, FILE *f, JsonFormatFlags flags) { in table_print_json() function
2789 r = table_print_json(t, stdout, json_format_flags); in table_print_with_pager()
/systemd-251/src/systemctl/
Dsystemctl-util.c833 …r = table_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR… in output_table()
/systemd-251/src/login/
Dloginctl.c99 …r = table_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR… in show_table()
/systemd-251/src/machine/
Dmachinectl.c249 …r = table_print_json(table, NULL, output_mode_to_json_format_flags(arg_output) | JSON_FORMAT_COLOR… in show_table()