Searched refs:TZ_MAX_TYPES (Results 1 – 3 of 3) sorted by relevance
98 #ifndef TZ_MAX_TYPES100 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */ macro107 #define TZ_MAX_TYPES 20 /* Maximum number of local time types */ macro
107 struct ttinfo ttis[TZ_MAX_TYPES];392 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES || in tzload()500 sp->typecnt + 2 <= TZ_MAX_TYPES) { in tzload()1830 int seen[TZ_MAX_TYPES]; in time1()1831 int types[TZ_MAX_TYPES]; in time1()
358 static long gmtoffs[TZ_MAX_TYPES];359 static char isdsts[TZ_MAX_TYPES];360 static unsigned char abbrinds[TZ_MAX_TYPES];361 static char ttisstds[TZ_MAX_TYPES];362 static char ttisgmts[TZ_MAX_TYPES];1465 int typemap[TZ_MAX_TYPES]; in writezone()2220 if (typecnt >= TZ_MAX_TYPES) { in addtype()