Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dzic.c2542 register int thisleapi, thisleapcnt, thisleaplim; in writezone() local
2561 thisleapi = range32.leapbase; in writezone()
2571 thisleapi = range64.leapbase; in writezone()
2778 thisleaplim = thisleapi + thisleapcnt; in writezone()
2779 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()