Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dbuild.c807 pkg_t **idep_ary; in startbuild() local
829 idep_ary = calloc(count, sizeof(pkg_t *)); in startbuild()
834 idep_ary[count] = pkg; in startbuild()
843 qsort(idep_ary, count, sizeof(pkg_t *), qsort_idep); in startbuild()
877 ipkg = idep_ary[idep_index]; in startbuild()
1033 free(idep_ary); in startbuild()