tzname_alloc      451 maint/gnulib/tests/test-parse-datetime.c       tzname_max = errno ? 6 : tzname_alloc;
tzname_alloc      452 maint/gnulib/tests/test-parse-datetime.c     int tzname_len = tzname_alloc < tzname_max ? tzname_alloc : tzname_max;
tzname_alloc      454 maint/gnulib/tests/test-parse-datetime.c     enum { bufsize = sizeof bufprefix - 1 + tzname_alloc + sizeof bufsuffix };