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