HomeSort by: relevance | last modified time | path
    Searched refs:TZ_MAX_CHARS (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
tzfile.h 114 #ifndef TZ_MAX_CHARS
116 # define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */
118 #endif /* !defined TZ_MAX_CHARS */
  /src/lib/libc/compat/gen/
compat_timezone.c 64 static char czone[TZ_MAX_CHARS]; /* space for zone name */
136 (void)snprintf(czone, TZ_MAX_CHARS, "GMT%c%d:%02d", sign, zone / 60,
  /src/lib/libc/time/
localtime.c 202 This is distinct from TZ_MAX_CHARS, which limits TZif file contents.
261 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"),
706 && 0 <= charcnt && charcnt < TZ_MAX_CHARS
863 the edge after 2037 when TZ_MAX_CHARS is 50, as
881 if (j + tsabbrlen < TZ_MAX_CHARS) {
zic.c 460 static char chars[TZ_MAX_CHARS];
2555 char thischars[TZ_MAX_CHARS];
2558 int indmap[TZ_MAX_CHARS];
3957 if (charcnt + i > TZ_MAX_CHARS) {

Completed in 16 milliseconds