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

/netbsd-6-1-5-RELEASE/libexec/getty/
H A Dmain.c105 #define OBUFSIZ 128 macro
576 char outbuf[OBUFSIZ];
592 if (obufcnt >= OBUFSIZ)
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbiconsdev.c137 char buf[OBUFSIZ];
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Drcons_kern.c87 char buf[OBUFSIZ];
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtty.h165 #define OBUFSIZ 100 macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dtty.c2048 u_char obuf[OBUFSIZ];
2102 * Process the user's data in at most OBUFSIZ chunks. Perform any
2118 cc = min(uio->uio_resid, OBUFSIZ);
2168 * <= OBUFSIZ chunk, the first should be a character

Completed in 178 milliseconds