Searched refs:dstcmp (Results 1 – 2 of 2) sorted by relevance
154 static int dstcmp(const void *, const void *);1808 qsort(dinfo, addrcount, sizeof (struct dstinforeq), dstcmp); in order_haddrlist_inet6()2038 dstcmp(const void *da, const void *db) in dstcmp() function
3020 int dstcmp; in stringzone() local3047 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()3050 if (dstcmp < 0) { in stringzone()3053 } else if (0 < dstcmp) { in stringzone()