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

/netbsd-current/libexec/getty/
H A Dmain.c105 #define OBUFSIZ 128 macro
533 char outbuf[OBUFSIZ];
549 if (obufcnt >= OBUFSIZ)
/netbsd-current/sys/dev/rcons/
H A Drcons_kern.c87 char buf[OBUFSIZ];
/netbsd-current/sys/dev/hpc/
H A Dbiconsdev.c147 char buf[OBUFSIZ];
/netbsd-current/sys/sys/
H A Dtty.h169 #define OBUFSIZ 100 macro
/netbsd-current/sys/kern/
H A Dtty.c2229 u_char obuf[OBUFSIZ];
2283 * Process the user's data in at most OBUFSIZ chunks. Perform any
2300 cc0 = cc = uimin(uio->uio_resid, OBUFSIZ);
2350 * <= OBUFSIZ chunk, the first should be a character

Completed in 269 milliseconds