Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dutility.c68 #define XBUFFER_SIZE (32 * KILOBYTE) macro
494 static char buffer[XBUFFER_SIZE]; in cxwrite()
512 if (offset + nbytes > XBUFFER_SIZE) in cxwrite()
513 mbytes = XBUFFER_SIZE - offset; in cxwrite()