res_info_t
qsort(res_info, nelem, sizeof (res_info_t),
res_info_t *r1 = (res_info_t *)arg1, *r2 = (res_info_t *)arg2;
res_info_t *res_info;
if ((res_info = calloc(nelem, sizeof (res_info_t))) == NULL) {
res_info_t *res_info;
res_info_t *default_res_info;
if ((res_info = calloc(nelem, sizeof (res_info_t))) == NULL) {