Searched refs:rule_cmp (Results 1 – 3 of 3) sorted by relevance
2090 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function2146 if (rp->r_stdoff == 0 && rule_cmp(stdabbrrp, rp) < 0) in stringzone()2148 if (rule_cmp(stdrp, rp) < 0) in stringzone()
2091 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function2147 if (rp->r_stdoff == 0 && rule_cmp(stdabbrrp, rp) < 0) in stringzone()2149 if (rule_cmp(stdrp, rp) < 0) in stringzone()
2936 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function2983 cmp = rule_cmp(*last, rp); in stringzone()2991 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()