Searched refs:OBUFSIZ (Results 1 – 2 of 2) sorted by relevance
177 #define OBUFSIZ 100 macro
2327 if (tp->t_outq.c_cc > hiwat + OBUFSIZ + 100) { in ttycheckoutq()2359 char obuf[OBUFSIZ]; in ttwrite()2447 cc = (int)MIN((size_t)size, OBUFSIZ); in ttwrite()