Home
last modified time | relevance | path

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

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