/systemd-251/src/shared/ |
D | format-table.h | 67 typedef struct Table Table; typedef 70 Table *table_new_internal(const char *first_header, ...) _sentinel_; 72 Table *table_new_raw(size_t n_columns); 73 Table *table_unref(Table *t); 75 DEFINE_TRIVIAL_CLEANUP_FUNC(Table*, table_unref); 77 int table_add_cell_full(Table *t, TableCell **ret_cell, TableDataType type, const void *data, size_… 78 static inline int table_add_cell(Table *t, TableCell **ret_cell, TableDataType type, const void *da… in table_add_cell() 81 int table_add_cell_stringf(Table *t, TableCell **ret_cell, const char *format, ...) _printf_(3, 4); 83 int table_fill_empty(Table *t, size_t until_column); 85 int table_dup_cell(Table *t, TableCell *cell); [all …]
|
D | format-table.c | 131 struct Table { struct 156 Table *table_new_raw(size_t n_columns) { in table_new_raw() argument 157 _cleanup_(table_unrefp) Table *t = NULL; in table_new_raw() 161 t = new(Table, 1); in table_new_raw() 165 *t = (struct Table) { in table_new_raw() 175 Table *table_new_internal(const char *first_header, ...) { in table_new_internal() 176 _cleanup_(table_unrefp) Table *t = NULL; in table_new_internal() 234 Table *table_unref(Table *t) { in table_unref() 416 Table *t, in table_add_cell_full() 481 int table_add_cell_stringf(Table *t, TableCell **ret_cell, const char *format, ...) { in table_add_cell_stringf() [all …]
|
D | parse-argument.c | 95 _cleanup_(table_unrefp) Table *table = NULL; in parse_signal_argument()
|
/systemd-251/test/test-network/conf/ |
D | 25-routing-policy-rule-reconfigure1.network | 10 Table=1011 17 Table=1011 24 Table=1011 31 Table=1011
|
D | 25-routing-policy-rule-reconfigure2.network | 10 Table=1011 17 Table=1011 24 Table=1011 31 Table=1011
|
D | 25-routing-policy-rule-test1.network | 10 Table=7 19 Table=8 25 Table=9 32 Table=10
|
D | 25-fibrule-uidrange.network | 10 Table=7
|
D | 25-bridge99-ignore-carrier-loss.network | 14 Table=100
|
D | 25-routing-policy-rule-dummy98.network | 10 Table=8
|
D | 25-fibrule-invert.network | 10 Table=7
|
D | 25-fibrule-port-range.network | 10 Table=7
|
/systemd-251/src/userdb/ |
D | userdbctl.c | 66 static int show_user(UserRecord *ur, Table *table) { in show_user() 172 Table *table, in table_add_uid_boundaries() 249 static int add_unavailable_uid(Table *table, uid_t start, uid_t end) { in add_unavailable_uid() 307 Table *table, in table_add_uid_map() 310 int (*add_unavailable)(Table *t, uid_t start, uid_t end)) { in table_add_uid_map() 348 _cleanup_(table_unrefp) Table *table = NULL; in display_user() 468 static int show_group(GroupRecord *gr, Table *table) { in show_group() 535 Table *table, in table_add_gid_boundaries() 606 static int add_unavailable_gid(Table *table, uid_t start, uid_t end) { in add_unavailable_gid() 658 _cleanup_(table_unrefp) Table *table = NULL; in display_group() [all …]
|
/systemd-251/src/test/ |
D | test-format-table.c | 13 _cleanup_(table_unrefp) Table *table = NULL; in TEST() 37 _cleanup_(table_unrefp) Table *table = NULL; in TEST() 149 _cleanup_(table_unrefp) Table *table = NULL; in TEST() 261 _cleanup_(table_unrefp) Table *table = NULL; in TEST() 364 _cleanup_(table_unrefp) Table *t = NULL; in TEST() 396 _cleanup_(table_unrefp) Table *t = NULL; in TEST()
|
/systemd-251/src/systemctl/ |
D | systemctl-list-jobs.c | 11 static int output_waiting_jobs(sd_bus *bus, Table *table, uint32_t id, const char *method, const ch… in output_waiting_jobs() 60 _cleanup_(table_unrefp) Table *table = NULL; in output_jobs_list()
|
D | systemctl-util.h | 50 int output_table(Table *table);
|
/systemd-251/src/id128/ |
D | id128.c | 69 static int show_one(Table **table, const char *name, sd_id128_t uuid, bool first) { in show_one() 104 _cleanup_(table_unrefp) Table *table = NULL; in verb_show()
|
/systemd-251/test/fuzz/fuzz-network-parser/ |
D | 25-fibrule-port-range | 6 Table=7
|
D | routing-policy-rule | 6 Table=7
|
D | directives | 173 Table= 318 Table=
|
/systemd-251/src/network/ |
D | networkctl.c | 791 _cleanup_(table_unrefp) Table *table = NULL; in list_links() 1010 static int dump_list(Table *table, const char *prefix, char * const *l) { in dump_list() 1029 Table *table, in dump_gateways() 1073 Table *table, in dump_addresses() 1126 _cleanup_(table_unrefp) Table *table = NULL; in dump_address_labels() 1267 static int dump_lldp_neighbors(Table *table, const char *prefix, int ifindex) { in dump_lldp_neighbors() 1309 static int dump_dhcp_leases(Table *table, const char *prefix, sd_bus *bus, const LinkInfo *link) { in dump_dhcp_leases() 1399 static int dump_ifindexes(Table *table, const char *prefix, const int *ifindexes) { in dump_ifindexes() 1431 static int dump_statistics(Table *table, const LinkInfo *info) { in dump_statistics() 1454 static int dump_hw_address(Table *table, sd_hwdb *hwdb, const char *field, const struct hw_addr_dat… in dump_hw_address() [all …]
|
/systemd-251/src/analyze/ |
D | analyze-capability.c | 10 _cleanup_(table_unrefp) Table *table = NULL; in verb_capabilities()
|
D | analyze-exit-status.c | 9 _cleanup_(table_unrefp) Table *table = NULL; in verb_exit_status()
|
D | analyze-timespan.c | 13 _cleanup_(table_unrefp) Table *table = NULL; in verb_timespan()
|
D | analyze-blame.c | 11 _cleanup_(table_unrefp) Table *table = NULL; in verb_blame()
|
D | analyze-timestamp.c | 9 _cleanup_(table_unrefp) Table *table = NULL; in test_timestamp_one()
|