Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dtty.h177 #define OBUFSIZ 100 macro
/xnu-8020.121.3/bsd/kern/
H A Dtty.c2327 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()