Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c2988 rule_cmp(struct rule const *a, struct rule const *b) in rule_cmp() function
3039 cmp = rule_cmp(*last, rp); in stringzone()
3047 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()