Searched refs:TABLE_STRV (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/test/ |
D | test-format-table.c | 157 TABLE_STRV, STRV_MAKE("three", "different", "lines"), in TEST() 158 TABLE_STRV, STRV_MAKE("two", "lines")) >= 0); in TEST() 199 TABLE_STRV, STRV_MAKE("a", "pair")) >= 0); in TEST() 202 TABLE_STRV, STRV_MAKE("short2"), in TEST() 203 TABLE_STRV, STRV_MAKE("a", "four", "line", "cell")) >= 0); in TEST() 375 TABLE_STRV, STRV_MAKE("a", "b", "c"), in TEST()
|
/systemd-251/src/shared/ |
D | format-table.c | 225 if (IN_SET(d->type, TABLE_STRV, TABLE_STRV_WRAPPED)) in table_data_free() 266 case TABLE_STRV: in table_data_size() 405 if (IN_SET(type, TABLE_STRV, TABLE_STRV_WRAPPED)) { in table_data_new() 847 case TABLE_STRV: in table_add_many_internal() 1234 case TABLE_STRV: in cell_data_compare() 1419 case TABLE_STRV: in table_data_format() 1953 if (IN_SET(d->type, TABLE_STRV, TABLE_STRV_WRAPPED)) in table_data_isempty() 2484 case TABLE_STRV: in table_data_to_json()
|
D | format-table.h | 15 TABLE_STRV, enumerator
|
/systemd-251/src/systemctl/ |
D | systemctl-list-units.c | 401 r = table_add_cell(table, NULL, TABLE_STRV, s->triggered); in output_sockets_list()
|
/systemd-251/src/sysext/ |
D | sysext.c | 219 TABLE_STRV, l, in verb_status()
|
/systemd-251/src/network/ |
D | networkctl.c | 1019 TABLE_STRV, l); in dump_list()
|