Home
last modified time | relevance | path

Searched refs:_IO_NO_READS (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dbasic_file_libio.h362 __rw_mode = _IO_NO_READS; in _M_open_mode()
367 __rw_mode = _IO_NO_READS | _IO_IS_APPENDING; in _M_open_mode()
372 __rw_mode = _IO_NO_READS; in _M_open_mode()
403 int __rw_mode = _IO_NO_READS + _IO_NO_WRITES; in sys_open()
411 _flags &= ~(_IO_NO_READS + _IO_NO_WRITES); in sys_open()
414 int __mask = _IO_NO_READS + _IO_NO_WRITES + _IO_IS_APPENDING; in sys_open()
428 int __rw_mode = _IO_NO_READS + _IO_NO_WRITES; in open()
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Dstdfiles.c68 DEF_STDFILE(_IO_2_1_stdout_, 1, &_IO_2_1_stdin_, _IO_NO_READS);
69 DEF_STDFILE(_IO_2_1_stderr_, 2, &_IO_2_1_stdout_, _IO_NO_READS+_IO_UNBUFFERED);
Dfileops.c125 (_IO_IS_FILEBUF+_IO_NO_READS+_IO_NO_WRITES+_IO_TIED_PUT_GET)
217 _IO_mask_flags (fp, read_write,_IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING);
253 read_write = _IO_NO_READS;
258 read_write = _IO_NO_READS|_IO_IS_APPENDING;
345 fp->_flags &= ~(_IO_NO_READS+_IO_NO_WRITES);
431 if (fp->_flags & _IO_NO_READS)
698 if (fp->_flags & _IO_NO_READS)
Dwfileops.c147 if (fp->_flags & _IO_NO_READS)
596 if (fp->_flags & _IO_NO_READS)
Dlibio.h125 #define _IO_NO_READS 4 /* Reading not allowed */ macro
DChangeLog2126 hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);