Home
last modified time | relevance | path

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

/dragonfly/libexec/getty/
H A Dmain.c92 #define OBUFSIZ 128 macro
654 static char outbuf[OBUFSIZ];
670 if (obufcnt >= OBUFSIZ) in putchr()
/dragonfly/sys/sys/
H A Dtty.h134 #define OBUFSIZ 100 macro
/dragonfly/sys/kern/
H A Dtty.c1965 if (tp->t_outq.c_cc > hiwat + OBUFSIZ + 100) { in ttycheckoutq()
1997 char obuf[OBUFSIZ]; in ttwrite()
2063 cc = szmin(uio->uio_resid, OBUFSIZ); in ttwrite()
2488 x += OBUFSIZ + 100; in ttsetwater()