tm_zone           502 lib/nstrftime.c   zone = (const char *) tp->tm_zone;
tm_zone            25 lib/time-internal.h   struct tm_zone *next;
tm_zone           360 lib/time.in.h  typedef struct tm_zone *timezone_t;
tm_zone            45 lib/time_rz.c  enum { ABBR_SIZE_MIN = DEFAULT_MXFAST - offsetof (struct tm_zone, abbrs) };
tm_zone            69 lib/time_rz.c    timezone_t tz = malloc (FLEXSIZEOF (struct tm_zone, abbrs, abbr_size));
tm_zone           100 lib/time_rz.c    zone = tm->tm_zone;
tm_zone           148 lib/time_rz.c    tm->tm_zone = zone_copy;