Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dsynth/
H A Dbuild.c58 static int qsort_depi(const void *pkg1, const void *pkg2);
59 static int qsort_idep(const void *pkg1, const void *pkg2);
1044 const pkg_t *pkg1 = *(const pkg_tt *)pkg1_arg; in qsort_idep() local
1047 return (pkg2->idep_count - pkg1->idep_count); in qsort_idep()
1053 const pkg_t *pkg1 = *(const pkg_tt *)pkg1_arg; in qsort_depi() local
1057 (pkg1->depi_count * pkg1->depi_depth)); in qsort_depi()