abbr_size          57 maint/gnulib/lib/time_rz.c extend_abbrs (char *abbrs, char const *abbr, size_t abbr_size)
abbr_size          59 maint/gnulib/lib/time_rz.c   memcpy (abbrs, abbr, abbr_size);
abbr_size          60 maint/gnulib/lib/time_rz.c   abbrs[abbr_size] = '\0';
abbr_size          69 maint/gnulib/lib/time_rz.c   size_t abbr_size = name_size < ABBR_SIZE_MIN ? ABBR_SIZE_MIN : name_size + 1;
abbr_size          70 maint/gnulib/lib/time_rz.c   timezone_t tz = malloc (FLEXSIZEOF (struct tm_zone, abbrs, abbr_size));