Home
last modified time | relevance | path

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

/openbsd/src/libexec/getty/
Dmain.c71 #define OBUFSIZ 128 macro
501 char outbuf[OBUFSIZ];
517 if (obufcnt >= OBUFSIZ) in putchr()
/openbsd/src/sys/sys/
Dtty.h167 #define OBUFSIZ 512 macro
/openbsd/src/sys/kern/
Dtty.c1726 u_char obuf[OBUFSIZ]; in ttwrite()
1790 cc = MIN(uio->uio_resid, OBUFSIZ); in ttwrite()