HomeSort by: relevance | last modified time | path
    Searched defs:rule_cmp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 3018 rule_cmp(struct rule const *a, struct rule const *b) function in typeref:typename:int
3070 cmp = rule_cmp(*last, rp);
3078 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1;
zic.c 3018 rule_cmp(struct rule const *a, struct rule const *b) function in typeref:typename:int
3070 cmp = rule_cmp(*last, rp);
3078 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1;

Completed in 26 milliseconds