Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c2578 register int thisleapi, thisleapcnt, thisleaplim; in writezone() local
2597 thisleapi = range32.leapbase; in writezone()
2607 thisleapi = range64.leapbase; in writezone()
2814 thisleaplim = thisleapi + thisleapcnt; in writezone()
2815 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()