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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h75 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
88 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
126 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
128 this->_M_file.sys_open(__fd, __mode);
131 this->_M_mode = __mode;
142 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
145 this->_M_file.sys_open(__f, __mode);
148 this->_M_mode = __mode;
H A Dstdio_sync_filebuf.h186 std::ios_base::openmode __mode =
188 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
131 this->_M_file.sys_open(__fd, __mode);
134 this->_M_mode = __mode;
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
148 this->_M_file.sys_open(__f, __mode);
151 this->_M_mode = __mode;
H A Dstdio_sync_filebuf.h182 std::ios_base::openmode __mode =
184 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h67 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
73 sys_open(int __fd, ios_base::openmode __mode);
H A Dbasic_file_stdio.cc208 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) argument
211 const char* __c_mode = __gnu_internal::fopen_mode(__mode);
224 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, argument
228 const char* __c_mode = __gnu_internal::fopen_mode(__mode);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_sstream.h100 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out)
101 : __streambuf_type(), _M_mode(__mode), _M_string()
114 ios_base::openmode __mode = ios_base::in | ios_base::out)
116 { _M_stringbuf_init(__mode); }
162 _M_stringbuf_init(ios_base::openmode __mode) argument
164 _M_mode = __mode;
224 ios_base::openmode __mode = ios_base::in | ios_base::out);
228 ios_base::openmode __mode = ios_base::in | ios_base::out);
299 basic_istringstream(ios_base::openmode __mode = ios_base::in)
300 : __istream_type(), _M_stringbuf(__mode | ios_bas
[all...]
H A Dstd_fstream.h264 open(const char* __s, ios_base::openmode __mode);
334 ios_base::openmode __mode = ios_base::in | ios_base::out);
338 ios_base::openmode __mode = ios_base::in | ios_base::out);
442 basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in)
446 this->open(__s, __mode);
495 open(const char* __s, ios_base::openmode __mode = ios_base::in)
497 if (!_M_filebuf.open(__s, __mode | ios_base::in))
572 ios_base::openmode __mode = ios_base::out|ios_base::trunc)
576 this->open(__s, __mode);
626 ios_base::openmode __mode
[all...]
H A Dstd_streambuf.h246 ios_base::openmode __mode = ios_base::in | ios_base::out)
247 { return this->seekoff(__off, __way, __mode); }
251 ios_base::openmode __mode = ios_base::in | ios_base::out)
252 { return this->seekpos(__sp, __mode); }
586 ios_base::openmode /*__mode*/ = ios_base::in | ios_base::out)
598 ios_base::openmode /*__mode*/ = ios_base::in | ios_base::out)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h64 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
70 sys_open(int __fd, ios_base::openmode __mode) throw ();
H A Dbasic_file_stdio.cc213 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw () argument
216 const char* __c_mode = fopen_mode(__mode);
229 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, argument
233 const char* __c_mode = fopen_mode(__mode);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tls/
H A Dopt-5.c24 extern int __mkdir (__const char *__path, __mode_t __mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tls/
H A Dopt-5.c24 extern int __mkdir (__const char *__path, __mode_t __mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dxmmintrin.h844 _MM_SET_ROUNDING_MODE (unsigned int __mode) argument
846 _mm_setcsr((_mm_getcsr() & ~_MM_ROUND_MASK) | __mode);
850 _MM_SET_FLUSH_ZERO_MODE (unsigned int __mode) argument
852 _mm_setcsr((_mm_getcsr() & ~_MM_FLUSH_ZERO_MASK) | __mode);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dxmmintrin.h821 _MM_SET_ROUNDING_MODE (unsigned int __mode) argument
823 _mm_setcsr((_mm_getcsr() & ~_MM_ROUND_MASK) | __mode);
827 _MM_SET_FLUSH_ZERO_MODE (unsigned int __mode) argument
829 _mm_setcsr((_mm_getcsr() & ~_MM_FLUSH_ZERO_MASK) | __mode);

Completed in 227 milliseconds