Searched refs:_IO_OVERFLOW (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Dbuiltinbuf.cc32 int builtinbuf::overflow(int ch) { return _IO_OVERFLOW (this, ch); }
H A Dgenops.c126 if (_IO_OVERFLOW (fp, EOF) == EOF)
180 return _IO_OVERFLOW (f, ch);
666 && _IO_OVERFLOW (fp, EOF) == EOF)
677 _IO_OVERFLOW (fp, EOF);
H A DlibioP.h108 #define _IO_OVERFLOW(FP, CH) JUMP1 (__overflow, FP, CH) macro

Completed in 73 milliseconds