Home
last modified time | relevance | path

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

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