Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dformat-table.c1327 static int table_data_compare(const size_t *a, const size_t *b, Table *t) { in table_data_compare() function
2011 typesafe_qsort_r(sorted, n_rows, table_data_compare, t); in table_print()
2649 typesafe_qsort_r(sorted, n_rows, table_data_compare, t); in table_to_json()