Searched refs:typecnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c145 int typecnt; member in struct:state
321 for (i = 0; i < sp->typecnt; ++i) {
347 for (i = 0; i < sp->typecnt; ++i) {
469 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);
473 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
476 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
477 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
482 sp->typecnt * 6 + /* ttinfos */
495 if (sp->types[i] >= sp->typecnt)
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c180 static int typecnt; variable
1572 for (i = 0; i < typecnt; ++i)
1579 if (typecnt != 0)
1580 writetype[typecnt - 1] = TRUE;
1608 for (i = 0; i < typecnt; ++i)
1639 for (i = 0; i < typecnt; ++i)
1644 for (i = 0; i < typecnt; ++i) {
1696 for (i = 0; i < typecnt; ++i)
1713 if (++j >= typecnt) {
1731 for (i = 0; i < typecnt;
[all...]

Completed in 54 milliseconds