Searched refs:_IO_NO_READS (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/stdio/
H A D__freading.cpp15 || ((stream->_flags & (_IO_NO_READS | _IO_CURRENTLY_PUTTING)) == 0
/haiku/src/system/libroot/posix/glibc/libio/
H A Diovdprintf.c56 (_IO_mask_flags (&tmpfil.file, _IO_NO_READS,
57 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING)
H A Diofdopen.c62 read_write = _IO_NO_READS;
66 read_write = _IO_NO_READS|_IO_IS_APPENDING;
101 || ((fd_flags & O_ACCMODE) == O_WRONLY && !(read_write & _IO_NO_READS)))
167 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
H A Dstdfiles.c70 DEF_STDFILE(_IO_2_1_stdout_, 1, &_IO_2_1_stdin_, _IO_NO_READS);
71 DEF_STDFILE(_IO_2_1_stderr_, 2, &_IO_2_1_stdout_, _IO_NO_READS+_IO_UNBUFFERED);
H A Diofopncook.c135 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
165 read_write = _IO_NO_READS;
168 read_write = _IO_NO_READS|_IO_IS_APPENDING;
H A Diopopen.c104 read_or_write = _IO_NO_READS;
154 _IO_mask_flags (fp, read_or_write, _IO_NO_READS|_IO_NO_WRITES);
H A Dfileops.c126 (_IO_IS_FILEBUF+_IO_NO_READS+_IO_NO_WRITES+_IO_TIED_PUT_GET)
227 _IO_mask_flags (fp, read_write,_IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
228 if ((read_write & _IO_IS_APPENDING) && (read_write & _IO_NO_READS))
265 read_write = _IO_NO_READS;
270 read_write = _IO_NO_READS|_IO_IS_APPENDING;
411 fp->_flags &= ~(_IO_NO_READS+_IO_NO_WRITES);
526 if (fp->_flags & _IO_NO_READS)
1068 if (fp->_flags & _IO_NO_READS)
H A Dwfileops.c130 if (__builtin_expect (fp->_flags & _IO_NO_READS, 0))
304 if (__builtin_expect (fp->_flags & _IO_NO_READS, 0))
722 if (fp->_flags & _IO_NO_READS)
H A Dlibio.h126 #define _IO_NO_READS 4 /* Reading not allowed */ macro
/haiku/src/libs/stdc++/legacy/
H A Dstdstrbufs.cc69 DEF_STDFILE(_IO_stdout_, 1, &_IO_stdin_.file, _IO_NO_READS);
71 _IO_NO_READS+_IO_UNBUFFERED);
122 DEF_STDIOFILE(_IO_stdout_buf, 1, stdout, _IO_NO_READS, &_IO_stdin_buf.s.file);
123 DEF_STDIOFILE(_IO_stderr_buf, 2, stderr, _IO_NO_READS, &_IO_stdout_buf.s.file);
H A Dfilebuf.cc93 posix_mode = O_WRONLY, read_write = _IO_NO_READS;
97 posix_mode = 0, read_write = _IO_NO_READS+_IO_NO_WRITES;
130 xsetflags(read_write, _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
H A Dstreambuf.cc347 int ios::readable() { return !(rdbuf()->_flags & _IO_NO_READS); }
350 && (rdbuf()->_flags & _IO_NO_READS+_IO_NO_WRITES)
351 != _IO_NO_READS+_IO_NO_WRITES; }
/haiku/headers/posix/
H A Dlibio.h71 #define _IO_NO_READS 4 /* Reading not allowed */ macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2152 hp->_IO_file_flags = _IO_MAGIC|_IO_NO_READS|_IO_USER_LOCK;
H A Dvfscanf.c159 if (s->_flags & _IO_NO_READS) \

Completed in 76 milliseconds