Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c244 int typecnt; member
477 for (i = sp->typecnt - 1; stddst_mask && 0 <= i; i--) in settzname()
746 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody() local
753 && 0 <= typecnt && typecnt < TZ_MAX_TYPES in tzloadbody()
762 + typecnt * 6 /* ttinfos */ in tzloadbody()
772 if (! ((ttisstdcnt == typecnt || ttisstdcnt == 0) in tzloadbody()
773 && (ttisutcnt == typecnt || ttisutcnt == 0))) in tzloadbody()
778 sp->typecnt = typecnt; in tzloadbody()
807 if (sp->typecnt <= typ) in tzloadbody()
813 for (i = 0; i < sp->typecnt; ++i) { in tzloadbody()
[all …]
H A Dzic.c231 static int typecnt; variable
2619 memset(omittype, true, typecnt); in writezone()
2682 for (i = old0; i < typecnt; i++) { in writezone()
2717 for (i = old0; i < typecnt; i++) in writezone()
2726 for (i = old0; i < typecnt; i++) { in writezone()
2802 for (i = old0; i < typecnt; i++) { in writezone()
2822 if (++j >= typecnt) { in writezone()
2848 for (i = old0; i < typecnt; i++) in writezone()
2852 for (i = old0; i < typecnt; i++) in writezone()
3235 typecnt = 0; in outzone()
[all …]
H A DNEWS6008 Set sp->typecnt as suggested by Timothy Patrick Murphy.
/freebsd/contrib/tzdata/
H A DNEWS6143 Set sp->typecnt as suggested by Timothy Patrick Murphy.