Lines Matching refs:abbrevs
43 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end, *tzdata_map;
368 abbrevs = types + 6*zi_read32(trans-8);
369 abbrevs_end = abbrevs + zi_read32(trans-4);
377 for (p=types; p<abbrevs; p+=6) {
379 __tzname[0] = (char *)abbrevs + p[5];
383 __tzname[1] = (char *)abbrevs + p[5];
460 for (size_t i=abbrevs-types; i; i-=6) {
538 *zonename = (const char *)abbrevs + types[6*i+5];
597 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs))