Home
last modified time | relevance | path

Searched refs:__dir (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dmessages_members.h62 const char* __dir) const in open() argument
64 bindtextdomain(__s.c_str(), __dir); in open()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dmessages_members.h67 const char* __dir) const in open() argument
69 bindtextdomain(__s.c_str(), __dir); in open()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dstdio_sync_filebuf.h159 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/
Dfilespec.t193 __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/
Dostream.tcc260 seekp(off_type __off, ios_base::seekdir __dir) in seekp() argument
269 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
Distream.tcc733 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/
Dostream.tcc454 seekp(off_type __off, ios_base::seekdir __dir) in seekp() argument
463 pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
Distream.tcc892 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/
Dstrstream94 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Dstrstream94 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
/openbsd/src/gnu/llvm/libcxx/include/
Dostream275 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))
Distream288 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))