Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dlocaltime.c142 int typecnt; member
551 && 0 <= typecnt && typecnt < TZ_MAX_TYPES in tzloadbody()
560 + typecnt * 6 /* ttinfos */ in tzloadbody()
576 sp->typecnt = typecnt; in tzloadbody()
605 if (sp->typecnt <= typ) in tzloadbody()
702 sp->typecnt + 2 <= TZ_MAX_TYPES) { in tzloadbody()
736 if (gotabbr == ts->typecnt) { in tzloadbody()
769 if (sp->typecnt == 0) in tzloadbody()
1346 sp->typecnt = 2; in tzparse()
1415 sp->typecnt = 0; in zoneinit()
[all …]
H A Dzic.c231 static int typecnt; variable
2583 memset(omittype, true, typecnt); in writezone()
2681 for (i = old0; i < typecnt; i++) in writezone()
2690 for (i = old0; i < typecnt; i++) { in writezone()
2766 for (i = old0; i < typecnt; i++) { in writezone()
2786 if (++j >= typecnt) { in writezone()
2812 for (i = old0; i < typecnt; i++) in writezone()
3199 typecnt = 0; in outzone()
3554 for (i = 0; i < typecnt; i++) in addtype()
3563 if (typecnt >= TZ_MAX_TYPES) { in addtype()
[all …]
H A DNEWS5905 Set sp->typecnt as suggested by Timothy Patrick Murphy.
/freebsd-14.2/contrib/tzdata/
H A DNEWS6008 Set sp->typecnt as suggested by Timothy Patrick Murphy.