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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c772 #define SCRATCHSIZE 2048 macro
773 char buf[SCRATCHSIZE];
776 register long bytes_read = (n > SCRATCHSIZE) ? SCRATCHSIZE : n;
780 #undef SCRATCHSIZE macro

Completed in 19 milliseconds