Searched refs:_IO_NO_WRITES (Results 1 - 19 of 19) sorted by relevance

/haiku/src/system/libroot/posix/stdio/
H A D__freading.cpp14 return (stream->_flags & _IO_NO_WRITES) != 0
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofdopen.c59 read_write = _IO_NO_WRITES;
100 if (((fd_flags & O_ACCMODE) == O_RDONLY && !(read_write & _IO_NO_WRITES))
143 (use_mmap && (read_write & _IO_NO_WRITES))
149 (use_mmap && (read_write & _IO_NO_WRITES)) ? &_IO_file_jumps_maybe_mmap :
167 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
H A Diovdprintf.c57 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING)
H A Dstdfiles.c69 DEF_STDFILE(_IO_2_1_stdin_, 0, 0, _IO_NO_WRITES);
H A Dstrops.c44 #define CONSTANT(FP) ((FP)->_f._IO_file_flags & _IO_NO_WRITES)
121 sf->_sbf._f._IO_file_flags |= _IO_NO_WRITES;
131 if (fp->_flags & _IO_NO_WRITES)
232 if (fp->_IO_file_flags & _IO_NO_WRITES)
292 if ((fp->_flags & _IO_NO_WRITES) && c != EOF)
H A Dwstrops.c45 #define CONSTANT(FP) ((FP)->_f._IO_file_flags & _IO_NO_WRITES)
119 fp->_IO_file_flags |= _IO_NO_WRITES;
129 if (fp->_flags & _IO_NO_WRITES)
229 if (fp->_IO_file_flags & _IO_NO_WRITES)
294 if ((fp->_flags & _IO_NO_WRITES) && c != WEOF)
H A Diofopen.c44 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES))
H A Diofopncook.c135 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
162 read_write = _IO_NO_WRITES;
H A Diopopen.c98 read_or_write = _IO_NO_WRITES;
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)
152 if ((fp->_flags & _IO_NO_WRITES) == 0
227 _IO_mask_flags (fp, read_write,_IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
260 read_write = _IO_NO_WRITES;
411 fp->_flags &= ~(_IO_NO_READS+_IO_NO_WRITES);
562 if ((_IO_stdout->_flags & (_IO_LINKED | _IO_NO_WRITES | _IO_LINE_BUF))
822 if (f->_flags & _IO_NO_WRITES) /* SET ERROR */
H A Dlibio.h127 #define _IO_NO_WRITES 8 /* Writing not allowd */ macro
H A Dwfileops.c225 if ((_IO_stdout->_flags & (_IO_LINKED | _IO_NO_WRITES | _IO_LINE_BUF))
378 if (f->_flags & _IO_NO_WRITES) /* SET ERROR */
H A Dgenops.c894 if ((fp->_flags & _IO_NO_WRITES) == 0 && fp->_flags & _IO_LINE_BUF)
929 && (! (fp->_flags & _IO_NO_WRITES)
/haiku/src/libs/stdc++/legacy/
H A Dstdstrbufs.cc68 DEF_STDFILE(_IO_stdin_, 0, 0, _IO_NO_WRITES);
121 DEF_STDIOFILE(_IO_stdin_buf, 0, stdin, _IO_NO_WRITES, &_IO_stderr_.file);
H A Dfilebuf.cc95 posix_mode = O_RDONLY, read_write = _IO_NO_WRITES;
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 Dstdiostream.cc117 if (!(xflags() & _IO_NO_WRITES))
H A Dstreambuf.cc348 int ios::writable() { return !(rdbuf()->_flags & _IO_NO_WRITES); }
350 && (rdbuf()->_flags & _IO_NO_READS+_IO_NO_WRITES)
351 != _IO_NO_READS+_IO_NO_WRITES; }
/haiku/headers/posix/
H A Dlibio.h72 #define _IO_NO_WRITES 8 /* Writing not allowd */ macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c55 if (S->_flags & _IO_NO_WRITES) \

Completed in 170 milliseconds