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
1575 (void) putc(abbrinds[i], fp);
1830 if (abbrinds[type] != 0)
1831 (void) strcpy(chars, &chars[abbrinds[type]]);
1832 abbrinds[0] = 0;
1878 strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
1905 abbrinds[i] = j;

Completed in 60 milliseconds