Searched refs:TZ_MAX_CHARS (Results 1 – 4 of 4) sorted by relevance
111 #ifndef TZ_MAX_CHARS macro 113 # define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */115 #endif /* !defined TZ_MAX_CHARS */
129 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()
453 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()
37 #define TZ_MAX_CHARS 255 macro49 static char czone[TZ_MAX_CHARS]; /* space for zone name */