phci_t
static void free_phcis(int, phci_t *);
phci_t phci;
if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t),
phci_t phci;
phci_t *phcis;
phci_t *phcis;
if ((phcis = (phci_t *)calloc(nphcis, sizeof (phci_t))) == NULL) {
qsort(phcis, nphcis, sizeof (phci_t), compare_phci);
phci_t *p1 = (phci_t *)arg1;
phci_t *p2 = (phci_t *)arg2;
free_phcis(int nphcis, phci_t *phcis)