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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c123 #define LINEALLOCUNIT 128 macro
731 int lineBufSize = LINEALLOCUNIT+1;
739 result = fgets(*lineBuf, LINEALLOCUNIT, fp);
748 newBufSize = lineBufSize + LINEALLOCUNIT;
760 LINEALLOCUNIT, fp);

Completed in 13 milliseconds