Searched defs:lineBufSize (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c731 int lineBufSize = LINEALLOCUNIT+1; local
735 *lineBuf = (char *)allocMem(lineBufSize);
748 newBufSize = lineBufSize + LINEALLOCUNIT;
749 newBuf = reAllocMem(*lineBuf, lineBufSize, newBufSize);
758 lineBufSize = newBufSize;

Completed in 14 milliseconds