Searched refs:tbl (Results 1 – 1 of 1) sorted by relevance
706 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()713 qsort(tbl, n, sizeof(*tbl), cmp_reserve_info); in sort_reserve_entries()717 tbl[i]->next = tbl[i+1]; in sort_reserve_entries()720 free(tbl); in sort_reserve_entries()744 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()749 qsort(tbl, n, sizeof(*tbl), cmp_prop); in sort_properties()753 tbl[i]->next = tbl[i+1]; in sort_properties()756 free(tbl); in sort_properties()780 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()785 qsort(tbl, n, sizeof(*tbl), cmp_subnode); in sort_subnodes()[all …]
Completed in 7 milliseconds