Lines Matching refs:abbrinds
408 static unsigned char abbrinds[TZ_MAX_TYPES]; variable
1790 &chars[abbrinds[mrudst]], in writezone()
1804 &chars[abbrinds[mrustd]], in writezone()
1827 abbrinds[0] = abbrinds[i]; in writezone()
1842 if (indmap[abbrinds[i]] >= 0) in writezone()
1844 thisabbr = &chars[abbrinds[i]]; in writezone()
1853 indmap[abbrinds[i]] = j; in writezone()
1899 (void) putc((unsigned char) indmap[abbrinds[i]], fp); in writezone()
2274 gmtoffs[0] = isdsts[0] = ttisstds[0] = ttisgmts[0] = abbrinds[0] = -1; in outzone()
2667 abbrinds[typecnt] = abbrinds[lastat->type]; in outzone()
2691 if (abbrinds[type] != 0) in addtt()
2692 (void) strcpy(chars, &chars[abbrinds[type]]); in addtt()
2693 abbrinds[0] = 0; in addtt()
2747 strcmp(abbr, &chars[abbrinds[i]]) == 0 && in addtype()
2778 abbrinds[i] = j; in addtype()