Searched refs:TABLE_STRV_WRAPPED (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-format-table.c | 269 TABLE_STRV_WRAPPED, STRV_MAKE("three", "different", "lines"), in TEST() 270 TABLE_STRV_WRAPPED, STRV_MAKE("two", "lines")) >= 0); in TEST() 306 TABLE_STRV_WRAPPED, STRV_MAKE("a", "pair")) >= 0); in TEST() 309 TABLE_STRV_WRAPPED, STRV_MAKE("short2"), in TEST() 310 TABLE_STRV_WRAPPED, STRV_MAKE("a", "eight", "line", "ćęłł", 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() 267 case TABLE_STRV_WRAPPED: in table_data_size() 405 if (IN_SET(type, TABLE_STRV, TABLE_STRV_WRAPPED)) { in table_data_new() 848 case TABLE_STRV_WRAPPED: in table_add_many_internal() 1235 case TABLE_STRV_WRAPPED: in cell_data_compare() 1395 (d->type != TABLE_STRV_WRAPPED || d->formatted_for_width == column_width)) in table_data_format() 1428 case TABLE_STRV_WRAPPED: { in table_data_format() 1953 if (IN_SET(d->type, TABLE_STRV, TABLE_STRV_WRAPPED)) in table_data_isempty() 2485 case TABLE_STRV_WRAPPED: in table_data_to_json()
|
D | format-table.h | 16 TABLE_STRV_WRAPPED, enumerator
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 1474 TABLE_STRV_WRAPPED, l); in dump_list() 1686 TABLE_STRV_WRAPPED, pstatus); in status_ifindex() 1906 TABLE_STRV_WRAPPED, pstatus); in status_global()
|