Searched refs:TZ_MAX_CHARS (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dtzfile.h123 #ifndef TZ_MAX_CHARS
124 #define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */ macro
126 #endif /* !defined TZ_MAX_CHARS */
H A Dlocaltime.c152 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
475 sp->charcnt < 0 || sp->charcnt > TZ_MAX_CHARS ||
604 sp->charcnt + ts->charcnt <= TZ_MAX_CHARS) {
/freebsd-9.3-release/lib/libc/gen/
H A Dtimezone.c41 #define TZ_MAX_CHARS 255 macro
53 static char czone[TZ_MAX_CHARS]; /* space for zone name */
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c370 static char chars[TZ_MAX_CHARS];
1555 char thischars[TZ_MAX_CHARS];
1557 int indmap[TZ_MAX_CHARS];
2639 if (charcnt + i > TZ_MAX_CHARS) {

Completed in 199 milliseconds