Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c178 int typecnt; member
345 for (i = 0; i < sp->typecnt; ++i) { in settzname()
382 for (i = 0; i < sp->typecnt; ++i) { in settzname()
528 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
532 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
535 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
536 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
541 sp->typecnt * 6 + /* ttinfos */
554 if (sp->types[i] >= sp->typecnt)
557 for (i = 0; i < sp->typecnt; ++i) {
[all …]