Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dtty.h177 #define IBUFSIZ 384 /* Should be >= max value of MIN. */ macro
/xnu-11215.1.10/bsd/kern/
H A Dtty.c2312 char ibuf[IBUFSIZ]; in ttread()
2320 icc = (int)MIN(size, IBUFSIZ); in ttread()