Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 66) sorted by relevance

123

/systemd-251/src/shared/
Dformat-table.h67 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 …]
Dformat-table.c131 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 …]
Dparse-argument.c95 _cleanup_(table_unrefp) Table *table = NULL; in parse_signal_argument()
/systemd-251/test/test-network/conf/
D25-routing-policy-rule-reconfigure1.network10 Table=1011
17 Table=1011
24 Table=1011
31 Table=1011
D25-routing-policy-rule-reconfigure2.network10 Table=1011
17 Table=1011
24 Table=1011
31 Table=1011
D25-routing-policy-rule-test1.network10 Table=7
19 Table=8
25 Table=9
32 Table=10
D25-fibrule-uidrange.network10 Table=7
D25-bridge99-ignore-carrier-loss.network14 Table=100
D25-routing-policy-rule-dummy98.network10 Table=8
D25-fibrule-invert.network10 Table=7
D25-fibrule-port-range.network10 Table=7
/systemd-251/src/userdb/
Duserdbctl.c66 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/
Dtest-format-table.c13 _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/
Dsystemctl-list-jobs.c11 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()
Dsystemctl-util.h50 int output_table(Table *table);
/systemd-251/src/id128/
Did128.c69 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/
D25-fibrule-port-range6 Table=7
Drouting-policy-rule6 Table=7
Ddirectives173 Table=
318 Table=
/systemd-251/src/network/
Dnetworkctl.c791 _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/
Danalyze-capability.c10 _cleanup_(table_unrefp) Table *table = NULL; in verb_capabilities()
Danalyze-exit-status.c9 _cleanup_(table_unrefp) Table *table = NULL; in verb_exit_status()
Danalyze-timespan.c13 _cleanup_(table_unrefp) Table *table = NULL; in verb_timespan()
Danalyze-blame.c11 _cleanup_(table_unrefp) Table *table = NULL; in verb_blame()
Danalyze-timestamp.c9 _cleanup_(table_unrefp) Table *table = NULL; in test_timestamp_one()

123