dstcmp
int dstcmp;
dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1;
if (dstcmp < 0) {
} else if (0 < dstcmp) {
static int dstcmp(const void *, const void *);
qsort(dinfo, addrcount, sizeof (struct dstinforeq), dstcmp);