Home | History | Annotate | Download | only in tzcode

Lines Matching refs:charcnt

191 static int		charcnt;
2135 charcnt = 0;
2471 charcnt = strlen(chars) + 1;
2559 for (j = 0; j < charcnt; ++j)
2562 if (j == charcnt)
2917 if (charcnt + i > TZ_MAX_CHARS) {
2921 (void) strcpy(&chars[charcnt], string);
2922 charcnt += eitol(i);