EStringId_t
EStringId_t *othr_tbl; /* assoc string to id translations */
i_psvc_name_compare_qsort(EStringId_t *s1, EStringId_t *s2)
i_psvc_name_compare_bsearch(char *s1, EStringId_t *s2)
EStringId_t *namep;
namep = (EStringId_t *)bsearch(name2, hp->othr_tbl,
hp->othr_count, sizeof (EStringId_t),
if ((hdlp->othr_tbl = (EStringId_t *)malloc(sizeof (EStringId_t) *
qsort(hdlp->othr_tbl, hdlp->othr_count, sizeof (EStringId_t),