Home
last modified time | relevance | path

Searched refs:__mode (Results 1 – 25 of 99) sorted by relevance

1234

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dfstream276 * given in @a __mode.
533 this->open(__s, __mode);
549 this->open(__s, __mode);
567 this->open(__s, __mode);
795 this->open(__s, __mode);
805 * @a __mode.
812 this->open(__s, __mode);
830 this->open(__s, __mode);
1058 this->open(__s, __mode);
1072 this->open(__s, __mode);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dfstream276 * given in @a __mode.
533 this->open(__s, __mode);
549 this->open(__s, __mode);
567 this->open(__s, __mode);
795 this->open(__s, __mode);
805 * @a __mode.
812 this->open(__s, __mode);
830 this->open(__s, __mode);
1058 this->open(__s, __mode);
1072 this->open(__s, __mode);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dfstream281 * given in @a __mode.
538 this->open(__s, __mode);
554 this->open(__s, __mode);
572 this->open(__s, __mode);
800 this->open(__s, __mode);
810 * @a __mode.
817 this->open(__s, __mode);
835 this->open(__s, __mode);
1063 this->open(__s, __mode);
1077 this->open(__s, __mode);
[all …]
A Dsstream143 { _M_stringbuf_init(__mode); }
168 { _M_stringbuf_init(__mode); }
178 ios_base::openmode __mode,
180 : __streambuf_type(), _M_mode(__mode),
182 { _M_stringbuf_init(__mode); }
187 ios_base::openmode __mode = ios_base::in
328 _M_mode = __mode;
645 ios_base::openmode __mode,
866 ios_base::openmode __mode,
1071 ios_base::openmode __mode = ios_base::in
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
130 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
133 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
147 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
150 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dfstream271 * given in @a __mode.
517 this->open(__s, __mode);
534 this->open(__s, __mode);
667 { open(__s.c_str(), __mode); }
743 this->open(__s, __mode);
760 this->open(__s, __mode);
893 { open(__s.c_str(), __mode); }
969 this->open(__s, __mode);
984 this->open(__s, __mode);
1076 if (!_M_filebuf.open(__s, __mode))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
139 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
142 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
156 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
159 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
139 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
142 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
156 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
159 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
139 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
142 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
156 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
159 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
139 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
142 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
156 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
159 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
139 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
142 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
156 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
159 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
139 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
142 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
156 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
159 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
139 this->_M_file.sys_open(__fd, __mode); in _GLIBCXX_VISIBILITY()
142 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
156 this->_M_file.sys_open(__f, __mode); in _GLIBCXX_VISIBILITY()
159 this->_M_mode = __mode; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dfstream238 * given in @a __mode.
474 this->open(__s, __mode);
491 this->open(__s, __mode);
637 * @a __mode.
648 this->open(__s, __mode);
658 * @a __mode.
666 this->open(__s, __mode);
824 this->open(__s, __mode);
839 this->open(__s, __mode);
892 if (!_M_filebuf.open(__s, __mode))
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstat.h291 extern int chmod (const char *__file, __mode_t __mode)
299 extern int lchmod (const char *__file, __mode_t __mode)
305 extern int fchmod (int __fd, __mode_t __mode) __THROW;
311 extern int fchmodat (int __fd, const char *__file, __mode_t __mode,
330 extern int mkdir (const char *__path, __mode_t __mode)
338 extern int mkdirat (int __fd, const char *__path, __mode_t __mode)
347 extern int mknod (const char *__path, __mode_t __mode, __dev_t __dev)
355 extern int mknodat (int __fd, const char *__path, __mode_t __mode,
363 extern int mkfifo (const char *__path, __mode_t __mode)
370 extern int mkfifoat (int __fd, const char *__path, __mode_t __mode)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dfstream263 * given in @a __mode.
499 this->open(__s, __mode);
516 this->open(__s, __mode);
691 * @a __mode.
702 this->open(__s, __mode);
712 * @a __mode.
720 this->open(__s, __mode);
907 this->open(__s, __mode);
922 this->open(__s, __mode);
1004 if (!_M_filebuf.open(__s, __mode))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dfstream263 * given in @a __mode.
499 this->open(__s, __mode);
516 this->open(__s, __mode);
691 * @a __mode.
702 this->open(__s, __mode);
712 * @a __mode.
720 this->open(__s, __mode);
907 this->open(__s, __mode);
922 this->open(__s, __mode);
1004 if (!_M_filebuf.open(__s, __mode))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dfstream263 * given in @a __mode.
499 this->open(__s, __mode);
516 this->open(__s, __mode);
691 * @a __mode.
702 this->open(__s, __mode);
712 * @a __mode.
720 this->open(__s, __mode);
907 this->open(__s, __mode);
922 this->open(__s, __mode);
1004 if (!_M_filebuf.open(__s, __mode))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dsstream.tcc149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
152 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff()
153 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff()
155 __testin &= !(__mode & ios_base::out); in seekoff()
156 __testout &= !(__mode & ios_base::in); in seekoff()
197 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
200 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos()
201 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff()
172 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff()
174 __testin &= !(__mode & ios_base::out); in seekoff()
175 __testout &= !(__mode & ios_base::in); in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
219 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos()
220 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff()
172 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff()
174 __testin &= !(__mode & ios_base::out); in seekoff()
175 __testout &= !(__mode & ios_base::in); in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
219 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos()
220 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff()
172 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff()
174 __testin &= !(__mode & ios_base::out); in seekoff()
175 __testout &= !(__mode & ios_base::in); in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
219 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos()
220 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff()
172 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff()
174 __testin &= !(__mode & ios_base::out); in seekoff()
175 __testout &= !(__mode & ios_base::in); in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
219 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos()
220 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff()
172 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff()
174 __testin &= !(__mode & ios_base::out); in seekoff()
175 __testout &= !(__mode & ios_base::in); in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
219 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos()
220 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff()
172 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekoff()
174 __testin &= !(__mode & ios_base::out); in seekoff()
175 __testout &= !(__mode & ios_base::in); in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
219 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos()
220 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0; in seekpos()

Completed in 62 milliseconds

1234