Home
last modified time | relevance | path

Searched refs:rule_cmp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dzic.c3022 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function
3073 cmp = rule_cmp(*last, rp); in stringzone()
3081 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()