Searched refs:MAX_INPUT (Results 1 – 4 of 4) sorted by relevance
54 if(tioMin >= MAX_INPUT) { in IIO_NonCanonRead()55 tioMin = MAX_INPUT; in IIO_NonCanonRead()
55 NumRead = MAX_INPUT; // Workaround "potentially uninitialized" warning in IIO_CanonRead()163 } while((NumRead < MAX_INPUT) && in IIO_CanonRead()
384 IIO->InBuf = New_cFIFO(MAX_INPUT, sizeof(wchar_t)); in New_cIIO()
52 #define MAX_INPUT 255 ///< Maximum bytes in terminal input. macro