Home
last modified time | relevance | path

Searched refs:abbrinds (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c342 static unsigned char abbrinds[TZ_MAX_TYPES]; variable
1577 (void) putc(abbrinds[i], fp);
1832 if (abbrinds[type] != 0)
1833 (void) strcpy(chars, &chars[abbrinds[type]]);
1834 abbrinds[0] = 0;
1880 strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
1907 abbrinds[i] = j;