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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c580 static int linebuflen = 0; variable
593 if (start + len + 1 > linebuflen) {
594 linebuflen += MAXLEN + 1;
595 inputline = REALLOC(inputline, linebuflen);
610 linebuflen = 0;

Completed in 13 milliseconds