Searched refs:toksz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c49 static int toksz = 0; variable
234 if ((tokidx + 1) >= toksz) {
235 toksz += 64;
236 if ((token = realloc(token, toksz)) == NULL) {
239 toksz = 0;
393 toksz = 0;
470 toksz = 0;
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c50 static int toksz = 0; variable
336 if ((tokidx + 1) >= toksz) {
337 toksz += 64;
338 if ((token = realloc(token, toksz)) == NULL) {
341 toksz = 0;
553 toksz = 0;
633 toksz = 0;

Completed in 55 milliseconds