Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c508 int typecnt; member
763 for (i = sp->typecnt - 1; stddst_mask && 0 <= i; i--) in settzname()
1079 typecnt = detzcode(up->tzhead.tzh_typecnt), in tzloadbody() local
1087 && 0 <= typecnt && typecnt <= TZ_MAX_TYPES in tzloadbody()
1096 + typecnt * 6 /* ttinfos */ in tzloadbody()
1105 else if (! ((ttisstdcnt == typecnt || ttisstdcnt == 0) in tzloadbody()
1106 && (ttisutcnt == typecnt || ttisutcnt == 0))) in tzloadbody()
1113 sp->typecnt = typecnt; in tzloadbody()
1142 if (sp->typecnt <= typ) in tzloadbody()
1148 for (i = 0; i < sp->typecnt; ++i) { in tzloadbody()
[all …]
H A Dzic.c323 static int typecnt; variable
2859 memset(omittype, true, typecnt); in writezone()
2922 for (i = old0; i < typecnt; i++) { in writezone()
2957 for (i = old0; i < typecnt; i++) in writezone()
2964 for (i = old0; i < typecnt; i++) { in writezone()
2979 for (i = old0; i < typecnt; i++) in writezone()
3044 for (i = old0; i < typecnt; i++) { in writezone()
3064 if (++j >= typecnt) { in writezone()
3090 for (i = old0; i < typecnt; i++) in writezone()
3094 for (i = old0; i < typecnt; i++) in writezone()
[all …]
H A DNEWS6453 Set sp->typecnt as suggested by Timothy Patrick Murphy.
/freebsd/contrib/tzdata/
H A DNEWS6453 Set sp->typecnt as suggested by Timothy Patrick Murphy.