Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dtzfile.h111 #ifndef TZ_MAX_CHARS macro
113 # define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */
115 #endif /* !defined TZ_MAX_CHARS */
H A Dlocaltime.c129 This is distinct from TZ_MAX_CHARS, which limits TZif file contents. */
149 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"),
553 && 0 <= charcnt && charcnt < TZ_MAX_CHARS in tzloadbody()
710 the edge after 2037 when TZ_MAX_CHARS is 50, as in tzloadbody()
728 if (j + tsabbrlen < TZ_MAX_CHARS) { in tzloadbody()
H A Dzic.c453 static char chars[TZ_MAX_CHARS];
2551 char thischars[TZ_MAX_CHARS]; in writezone()
2554 int indmap[TZ_MAX_CHARS]; in writezone()
3952 if (charcnt + i > TZ_MAX_CHARS) { in newabbr()
/freebsd/lib/libc/gen/
H A Dtimezone.c37 #define TZ_MAX_CHARS 255 macro
49 static char czone[TZ_MAX_CHARS]; /* space for zone name */