/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | cow-fstream-inst.cc | 41 basic_filebuf<char>::open(const std::string&, ios_base::openmode); 44 basic_ifstream(const std::string&, ios_base::openmode); 46 basic_ifstream<char>::open(const std::string&, ios_base::openmode); 49 basic_ofstream(const std::string&, ios_base::openmode); 51 basic_ofstream<char>::open(const std::string&, ios_base::openmode); 55 basic_fstream<char>::open(const std::string&, ios_base::openmode); 59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode); 62 basic_ifstream(const std::string&, ios_base::openmode); 67 basic_ofstream(const std::string&, ios_base::openmode); 72 basic_fstream(const std::string&, ios_base::openmode); [all …]
|
H A D | ios.cc | 61 const ios_base::openmode ios_base::app; 62 const ios_base::openmode ios_base::ate; 63 const ios_base::openmode ios_base::binary; 64 const ios_base::openmode ios_base::in; 65 const ios_base::openmode ios_base::out; 66 const ios_base::openmode ios_base::trunc;
|
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | ios.cc | 63 const ios_base::openmode ios_base::app; 64 const ios_base::openmode ios_base::ate; 65 const ios_base::openmode ios_base::binary; 66 const ios_base::openmode ios_base::in; 67 const ios_base::openmode ios_base::out; 68 const ios_base::openmode ios_base::trunc;
|
H A D | strstream.cc | 228 ios_base::openmode mode) in seekoff() 296 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) in seekpos() 367 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream() 394 strstream::strstream(char* s, int n, ios_base::openmode mode) in strstream()
|
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | stdio_filebuf.h | 78 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY() 91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY() 129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY() 145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
|
H A D | stdio_sync_filebuf.h | 166 std::ios_base::openmode = std::ios_base::in | std::ios_base::out) in _GLIBCXX_VISIBILITY() 188 std::ios_base::openmode __mode = in _GLIBCXX_VISIBILITY()
|
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | stdio_filebuf.h | 77 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() 153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
|
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/io/ |
H A D | basic_file_stdio.h | 66 open(const char* __name, ios_base::openmode __mode, int __prot = 0664); in _GLIBCXX_VISIBILITY() 69 sys_open(__c_file* __file, ios_base::openmode); in _GLIBCXX_VISIBILITY() 72 sys_open(int __fd, ios_base::openmode __mode) throw (); in _GLIBCXX_VISIBILITY()
|
H A D | basic_file_stdio.cc | 74 fopen_mode(std::ios_base::openmode mode) in fopen_mode() 194 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode) in sys_open() argument 215 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw () in sys_open() 231 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, in open()
|
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/io/ |
H A D | basic_file_stdio.h | 85 open(const char* __name, ios_base::openmode __mode, int __prot = 0664); in _GLIBCXX_VISIBILITY() 88 sys_open(__c_file* __file, ios_base::openmode); in _GLIBCXX_VISIBILITY() 91 sys_open(int __fd, ios_base::openmode __mode) throw (); in _GLIBCXX_VISIBILITY()
|
H A D | basic_file_stdio.cc | 73 fopen_mode(std::ios_base::openmode mode) in fopen_mode() 193 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode) in sys_open() argument 216 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw () in sys_open() 232 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, in open()
|
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | fstream | 121 ios_base::openmode _M_mode; 305 open(const char* __s, ios_base::openmode __mode); 315 open(const std::string& __s, ios_base::openmode __mode) 327 open(const _Path& __s, ios_base::openmode __mode) 530 ios_base::openmode __mode = ios_base::in) 547 ios_base::openmode __mode = ios_base::in) 739 ios_base::openmode __mode = ios_base::out) 756 ios_base::openmode __mode = ios_base::out) 773 ios_base::openmode __mode = ios_base::out) 1074 ios_base::openmode __mode = ios_base::in | ios_base::out) [all …]
|
H A D | sstream | 60 * For this class, open modes (of type @c ios_base::openmode) have 85 ios_base::openmode _M_mode; 114 ios_base::openmode __mode = ios_base::in | ios_base::out) 202 _M_stringbuf_init(ios_base::openmode __mode) 264 ios_base::openmode __mode = ios_base::in | ios_base::out); 268 ios_base::openmode __mode = ios_base::in | ios_base::out); 417 basic_istringstream(ios_base::openmode __mode = ios_base::in) 436 ios_base::openmode __mode = ios_base::in) 561 basic_ostringstream(ios_base::openmode __mode = ios_base::out) 580 ios_base::openmode __mode = ios_base::out) [all …]
|
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 363 typedef _Ios_Openmode openmode; in _GLIBCXX_VISIBILITY() typedef 366 static const openmode app = _S_app; in _GLIBCXX_VISIBILITY() 369 static const openmode ate = _S_ate; in _GLIBCXX_VISIBILITY() 374 static const openmode binary = _S_bin; in _GLIBCXX_VISIBILITY() 377 static const openmode in = _S_in; in _GLIBCXX_VISIBILITY() 380 static const openmode out = _S_out; in _GLIBCXX_VISIBILITY() 383 static const openmode trunc = _S_trunc; in _GLIBCXX_VISIBILITY()
|
H A D | fstream.tcc | 82 _M_mode(ios_base::openmode(0)), _M_state_beg(), _M_state_cur(), in basic_filebuf() 96 open(const char* __s, ios_base::openmode __mode) in open() 144 __fb->_M_mode = ios_base::openmode(0); in close() 715 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() argument 775 seekpos(pos_type __pos, ios_base::openmode) in seekpos() argument
|
H A D | sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() 199 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos()
|
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | sstream | 55 * For this class, open modes (of type @c ios_base::openmode) have 79 ios_base::openmode _M_mode; 108 ios_base::openmode __mode = ios_base::in | ios_base::out) 156 _M_stringbuf_init(ios_base::openmode __mode) 218 ios_base::openmode __mode = ios_base::in | ios_base::out); 222 ios_base::openmode __mode = ios_base::in | ios_base::out); 299 basic_istringstream(ios_base::openmode __mode = ios_base::in) 318 ios_base::openmode __mode = ios_base::in) 409 basic_ostringstream(ios_base::openmode __mode = ios_base::out) 428 ios_base::openmode __mode = ios_base::out) [all …]
|
H A D | fstream | 96 ios_base::openmode _M_mode; 267 open(const char* __s, ios_base::openmode __mode); 277 open(const std::string& __s, ios_base::openmode __mode) 350 ios_base::openmode __mode = ios_base::in | ios_base::out); 354 ios_base::openmode __mode = ios_base::in | ios_base::out); 477 ios_base::openmode __mode = ios_base::in) 703 ios_base::openmode __mode = ios_base::out | ios_base::trunc) 802 ios_base::openmode __mode = ios_base::in | ios_base::out) 817 ios_base::openmode __mode = ios_base::in | ios_base::out) 872 ios_base::openmode __mode = ios_base::in | ios_base::out) [all …]
|
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 429 typedef _Ios_Openmode openmode; in _GLIBCXX_VISIBILITY() 432 static const openmode app = _S_app; in _GLIBCXX_VISIBILITY() 435 static const openmode ate = _S_ate; in _GLIBCXX_VISIBILITY() 440 static const openmode binary = _S_bin; in _GLIBCXX_VISIBILITY() 443 static const openmode in = _S_in; in _GLIBCXX_VISIBILITY() 446 static const openmode out = _S_out; in _GLIBCXX_VISIBILITY() 449 static const openmode trunc = _S_trunc; in _GLIBCXX_VISIBILITY()
|
H A D | fstream.tcc | 81 _M_mode(ios_base::openmode(0)), _M_state_beg(), _M_state_cur(), in basic_filebuf() 98 _M_mode(std::__exchange(__rhs._M_mode, ios_base::openmode(0))), in basic_filebuf() 129 _M_mode = std::__exchange(__rhs._M_mode, ios_base::openmode(0)); in operator =() 179 open(const char* __s, ios_base::openmode __mode) in open() 227 __fb->_M_mode = ios_base::openmode(0); in close() 798 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() argument 858 seekpos(pos_type __pos, ios_base::openmode) in seekpos() argument
|
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | strstream.cc | 227 ios_base::openmode mode) in seekoff() 295 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) in seekpos() 366 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream() 393 strstream::strstream(char* s, int n, ios_base::openmode mode) in strstream()
|
/dragonfly/sys/kern/ |
H A D | tty_cons.c | 122 static int openmode, openflag; /* how /dev/console was openned */ variable 275 error = dev_dopen(cn_dev, openflag, openmode, in sysctl_kern_consmute() 287 openmode, NULL); in sysctl_kern_consmute() 381 openmode = mode; in cnopen()
|
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
H A D | strstream | 95 ios_base::openmode __mode 97 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode 145 ostrstream(char*, int, ios_base::openmode = ios_base::out); 167 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
|
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/ |
H A D | strstream | 98 ios_base::openmode __mode 100 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode 148 ostrstream(char*, int, ios_base::openmode = ios_base::out); 170 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
|
/dragonfly/usr.sbin/ppp/ |
H A D | udp.c | 317 if (p->link.lcp.cfg.openmode != OPEN_PASSIVE) { in udp_Create() 320 p->link.lcp.cfg.openmode = OPEN_PASSIVE; in udp_Create()
|