BUFSIZ            459 kern/tty_pty.c 	char buf[BUFSIZ];
BUFSIZ            504 kern/tty_pty.c 		cc = q_to_b(&tp->t_outq, buf, min(uio->uio_resid, BUFSIZ));
BUFSIZ            527 kern/tty_pty.c 	u_char locbuf[BUFSIZ];
BUFSIZ            539 kern/tty_pty.c 				cc = min(uio->uio_resid, BUFSIZ);
BUFSIZ            560 kern/tty_pty.c 			cc = min(uio->uio_resid, BUFSIZ);