Searched refs:__mode (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
139 this->_M_file.sys_open(__fd, __mode);
142 this->_M_mode = __mode;
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
156 this->_M_file.sys_open(__f, __mode);
159 this->_M_mode = __mode;
[all...]
H A Dstdio_sync_filebuf.h217 std::ios_base::openmode __mode =
219 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h85 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
91 sys_open(int __fd, ios_base::openmode __mode) throw ();
H A Dbasic_file_stdio.cc214 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw () argument
217 const char* __c_mode = fopen_mode(__mode);
230 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, argument
234 const char* __c_mode = fopen_mode(__mode);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C84 public: explicit basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) : __streambuf_type(), _M_mode(__mode), _M_string() {
100 public: explicit basic_ostringstream(ios_base::openmode __mode = ios_base::out) : __ostream_type(), _M_stringbuf(__mode | ios_base::out) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tls/
H A Dopt-5.c24 extern int __mkdir (__const char *__path, __mode_t __mode);
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.h1067 enum machine_mode __mode = (TYPE) ? TYPE_MODE (TYPE) : (MODE); \
1069 && (__mode == DImode || __mode == DFmode \
1072 CUM += (((__mode != BLKmode) \
/haiku-buildtools/gcc/gcc/config/i386/
H A Dxmmintrin.h869 _MM_SET_ROUNDING_MODE (unsigned int __mode) argument
871 _mm_setcsr((_mm_getcsr() & ~_MM_ROUND_MASK) | __mode);
875 _MM_SET_FLUSH_ZERO_MODE (unsigned int __mode) argument
877 _mm_setcsr((_mm_getcsr() & ~_MM_FLUSH_ZERO_MASK) | __mode);
/haiku-buildtools/legacy/gcc/libio/
H A DlibioP.h453 extern char *_IO_dtoa __P ((double __d, int __mode, int __ndigits,

Completed in 195 milliseconds