Home
last modified time | relevance | path

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

/openbsd/lib/libc/time/
H A Dtzfile.h98 #ifndef TZ_MAX_TYPES
100 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */ macro
107 #define TZ_MAX_TYPES 20 /* Maximum number of local time types */ macro
H A Dlocaltime.c107 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()
/openbsd/usr.sbin/zic/
H A Dzic.c358 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()