Searched refs:__dir (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | messages_members.h | 62 const char* __dir) const in open() argument 64 bindtextdomain(__s.c_str(), __dir); in open()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | messages_members.h | 67 const char* __dir) const in open() argument 69 bindtextdomain(__s.c_str(), __dir); in open()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | stdio_sync_filebuf.h | 159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, in _GLIBCXX_BEGIN_NAMESPACE() 164 if (__dir == std::ios_base::beg) in _GLIBCXX_BEGIN_NAMESPACE() 166 else if (__dir == std::ios_base::cur) in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/usr.bin/perl/ext/VMS-Filespec/t/ |
| D | filespec.t | 193 __dev:[__dir.000000]__foo File::Spec->canonpath __dev:[__dir.000000]__foo ^ 194 __dev:[__dir.][000000]__foo File::Spec->canonpath __dev:[__dir]__foo ^
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | ostream.tcc | 260 seekp(off_type __off, ios_base::seekdir __dir) in seekp() argument 269 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
|
| D | istream.tcc | 733 seekg(off_type __off, ios_base::seekdir __dir) in seekg() argument 743 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekg()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | ostream.tcc | 454 seekp(off_type __off, ios_base::seekdir __dir) in seekp() argument 463 pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
|
| D | istream.tcc | 892 seekg(off_type __off, ios_base::seekdir __dir) in seekg() argument 902 pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekg()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/backward/ |
| D | strstream | 94 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| D | strstream | 94 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | ostream | 275 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 1022 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir) 1027 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1))
|
| D | istream | 288 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1301 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) 1312 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
|