Home
last modified time | relevance | path

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

/src/contrib/tzcode/
H A Dlocaltime.c505 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()
[all …]
H A Dzic.c321 static int typecnt; variable
2838 memset(omittype, true, typecnt); in writezone()
2901 for (i = old0; i < typecnt; i++) { in writezone()
2936 for (i = old0; i < typecnt; i++) in writezone()
2945 for (i = old0; i < typecnt; i++) { in writezone()
3026 for (i = old0; i < typecnt; i++) { in writezone()
3046 if (++j >= typecnt) { in writezone()
3072 for (i = old0; i < typecnt; i++) in writezone()
3076 for (i = old0; i < typecnt; i++) in writezone()
3447 typecnt = 0; in outzone()
[all …]
H A DNEWS6240 Set sp->typecnt as suggested by Timothy Patrick Murphy.
/src/contrib/tzdata/
H A DNEWS6240 Set sp->typecnt as suggested by Timothy Patrick Murphy.