Lines Matching refs:typecnt
505 int typecnt; member
764 for (i = sp->typecnt - 1; stddst_mask && 0 <= i; i--) in settzname()
1060 typecnt = detzcode(up->tzhead.tzh_typecnt), in tzloadbody() local
1068 && 0 <= typecnt && typecnt <= TZ_MAX_TYPES in tzloadbody()
1077 + typecnt * 6 /* ttinfos */ in tzloadbody()
1086 else if (! ((ttisstdcnt == typecnt || ttisstdcnt == 0) in tzloadbody()
1087 && (ttisutcnt == typecnt || ttisutcnt == 0))) in tzloadbody()
1094 sp->typecnt = typecnt; in tzloadbody()
1123 if (sp->typecnt <= typ) in tzloadbody()
1129 for (i = 0; i < sp->typecnt; ++i) { in tzloadbody()
1194 for (i = 0; i < sp->typecnt; ++i) { in tzloadbody()
1206 for (i = 0; i < sp->typecnt; ++i) { in tzloadbody()
1229 sp->typecnt + 2 <= TZ_MAX_TYPES) { in tzloadbody()
1244 for (i = 0; i < ts->typecnt; i++) { in tzloadbody()
1265 if (gotabbr == ts->typecnt) { in tzloadbody()
1289 sp->types[sp->timecnt] = (sp->typecnt in tzloadbody()
1293 for (i = 0; i < ts->typecnt; i++) in tzloadbody()
1294 sp->ttis[sp->typecnt++] = ts->ttis[i]; in tzloadbody()
1298 if (sp->typecnt == 0) in tzloadbody()
1707 sp->typecnt = 2; /* standard time and DST */ in tzparse()
1786 sp->typecnt = 1; /* Perpetual DST. */ in tzparse()
1791 sp->typecnt = 1; /* only standard time */ in tzparse()
1843 sp->typecnt = 0; in zoneinit()
2794 for (i = sp->typecnt - 1; i >= 0; --i) { in time2sub()
2797 for (j = sp->typecnt - 1; j >= 0; --j) { in time2sub()
2892 for (i = 0; i < sp->typecnt; ++i) in time1()