Searched refs:_IO_OVERFLOW (Results 1 – 5 of 5) sorted by relevance
/libio/ |
A D | genops.c | 166 if (_IO_OVERFLOW (fp, EOF) == EOF) in _IO_switch_to_get_mode() 203 return _IO_OVERFLOW (f, ch); in libc_hidden_def() 399 if (more == 0 || _IO_OVERFLOW (f, (unsigned char) *s++) == EOF) in libc_hidden_def() 706 && _IO_OVERFLOW (fp, EOF) == EOF) in libc_hidden_def() 747 _IO_OVERFLOW (fp, EOF); in libc_hidden_def()
|
A D | wgenops.c | 215 return _IO_OVERFLOW (f, wch); in libc_hidden_def()
|
A D | fileops.c | 500 _IO_OVERFLOW (stdout, EOF); in _IO_new_file_underflow() 1243 if (_IO_OVERFLOW (f, EOF) == EOF) in _IO_new_file_xsputn()
|
A D | libioP.h | 146 #define _IO_OVERFLOW(FP, CH) JUMP1 (__overflow, FP, CH) macro
|
A D | wfileops.c | 213 _IO_OVERFLOW (stdout, EOF); in libc_hidden_def()
|
Completed in 15 milliseconds