Home | History | Annotate | Download | only in tzcode

Lines Matching refs:typecnt

104 	int		typecnt;
272 for (i = 0; i < sp->typecnt; ++i) {
305 for (i = 0; i < sp->typecnt; ++i) {
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
402 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
405 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
406 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
411 sp->typecnt * 6 + /* ttinfos */
442 if (sp->typecnt <= typ)
448 for (i = 0; i < sp->typecnt; ++i) {
475 for (i = 0; i < sp->typecnt; ++i) {
488 for (i = 0; i < sp->typecnt; ++i) {
517 sp->typecnt + 2 <= TZ_MAX_TYPES) {
523 if (result == 0 && ts.typecnt == 2 &&
541 sp->typecnt +
546 sp->ttis[sp->typecnt++] = ts.ttis[0];
547 sp->ttis[sp->typecnt++] = ts.ttis[1];
570 for (i = 0; i < sp->typecnt; ++i)
573 i = (i >= sp->typecnt) ? 0 : -1;
594 if (++i >= sp->typecnt) {
617 a < 0 || a >= sp->typecnt ||
618 b < 0 || b >= sp->typecnt)
1002 sp->typecnt = 2; /* standard time and DST */
1054 sp->typecnt = 1; /* Perpetual DST. */
1138 sp->typecnt = 2;
1143 sp->typecnt = 1; /* only standard time */
1234 lclptr->typecnt = 0;
1809 for (i = sp->typecnt - 1; i >= 0; --i) {
1812 for (j = sp->typecnt - 1; j >= 0; --j) {
1901 for (i = 0; i < sp->typecnt; ++i)