OBUFSIZ
char outbuf[OBUFSIZ];
if (obufcnt >= OBUFSIZ)
u_char obuf[OBUFSIZ];
cc = MIN(uio->uio_resid, OBUFSIZ);