Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c142 int typecnt; member
555 && 0 <= typecnt && typecnt < TZ_MAX_TYPES in tzloadbody()
580 sp->typecnt = typecnt; in tzloadbody()
609 if (sp->typecnt <= typ) in tzloadbody()
706 sp->typecnt + 2 <= TZ_MAX_TYPES) { in tzloadbody()
740 if (gotabbr == ts->typecnt) { in tzloadbody()
773 if (sp->typecnt == 0) in tzloadbody()
817 if (++i >= sp->typecnt) { in tzloadbody()
1402 sp->typecnt = 2; in tzparse()
1472 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()
3555 for (i = 0; i < typecnt; i++) in addtype()
3564 if (typecnt >= TZ_MAX_TYPES) { in addtype()
[all …]
H A DNEWS5785 Set sp->typecnt as suggested by Timothy Patrick Murphy.
/freebsd/contrib/tzdata/
H A DNEWS5785 Set sp->typecnt as suggested by Timothy Patrick Murphy.