Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tzcode/stdtime/
H A Dlocaltime.c145 int typecnt; member
321 for (i = 0; i < sp->typecnt; ++i) { in settzname()
459 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
468 sp->typecnt * 6 + /* ttinfos */
481 if (sp->types[i] >= sp->typecnt)
607 sp->typecnt +
648 a < 0 || a >= sp->typecnt ||
649 b < 0 || b >= sp->typecnt)
1179 sp->typecnt = 2;
1297 lclptr->typecnt = 0; in tzset_basic()
[all …]
/freebsd-13.1/contrib/tzcode/zic/
H A Dzic.c180 static int typecnt; variable
1572 for (i = 0; i < typecnt; ++i)
1579 if (typecnt != 0)
1639 for (i = 0; i < typecnt; ++i)
1696 for (i = 0; i < typecnt; ++i)
1713 if (++j >= typecnt) {
1731 for (i = 0; i < typecnt; ++i)
1734 for (i = 0; i < typecnt; ++i)
2005 typecnt = 0;
2235 typecnt = 1;
[all …]
/freebsd-13.1/contrib/tzdata/
H A DNEWS5497 Set sp->typecnt as suggested by Timothy Patrick Murphy.