Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c412 struct partition_metadata **tobesorted; in apply_changes() local
417 tobesorted = malloc(sizeof(struct partition_metadata *)*nparts); in apply_changes()
420 tobesorted[nparts++] = md; in apply_changes()
423 qsort(tobesorted, nparts, sizeof(tobesorted[0]), in apply_changes()
429 tobesorted[nparts], metadata); in apply_changes()
430 free(tobesorted); in apply_changes()