Home | History | Annotate | Download | only in tzcode

Lines Matching refs:charcnt

191 static int		charcnt;
2135 charcnt = 0;
2460 charcnt = strlen(chars) + 1;
2548 for (j = 0; j < charcnt; ++j)
2551 if (j == charcnt)
2906 if (charcnt + i > TZ_MAX_CHARS) {
2910 (void) strcpy(&chars[charcnt], string);
2911 charcnt += eitol(i);