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

/openbsd-current/libexec/getty/
H A Dmain.c71 #define OBUFSIZ 128 macro
500 char outbuf[OBUFSIZ];
516 if (obufcnt >= OBUFSIZ)
/openbsd-current/sys/sys/
H A Dtty.h168 #define OBUFSIZ 512 macro
/openbsd-current/sys/kern/
H A Dtty.c1728 u_char obuf[OBUFSIZ];
1776 * Process the user's data in at most OBUFSIZ chunks. Perform any
1792 cc = MIN(uio->uio_resid, OBUFSIZ);
1852 * <= OBUFSIZ chunk, the first should be a character

Completed in 197 milliseconds