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

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Dutility.c70 #define XBUFFER_SIZE (32 * KILOBYTE) macro
496 static char buffer[XBUFFER_SIZE];
514 if (offset + nbytes > XBUFFER_SIZE)
515 mbytes = XBUFFER_SIZE - offset;

Completed in 45 milliseconds