Searched refs:typecnt (Results 1 – 3 of 3) sorted by relevance
145 int typecnt; member321 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 …]
180 static int typecnt; variable1572 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 …]
5497 Set sp->typecnt as suggested by Timothy Patrick Murphy.