Home
last modified time | relevance | path

Searched refs:do_open (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h74 return this->do_open(__s, __loc); in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
132 messages<char>::do_open(const basic_string<char>&, in _GLIBCXX_VISIBILITY()
142 messages<wchar_t>::do_open(const basic_string<char>&, in _GLIBCXX_VISIBILITY()
H A Dmessages_members.cc73 messages<char>::do_open(const basic_string<char>& __s, in do_open() function in std::messages
110 messages<wchar_t>::do_open(const basic_string<char>& __s, in do_open() function in std::messages
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h74 return this->do_open(__s, __loc); in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
132 messages<char>::do_open(const basic_string<char>&, in _GLIBCXX_VISIBILITY()
142 messages<wchar_t>::do_open(const basic_string<char>&, in _GLIBCXX_VISIBILITY()
H A Dmessages_members.cc73 messages<char>::do_open(const basic_string<char>& __s, in do_open() function in std::messages
110 messages<wchar_t>::do_open(const basic_string<char>& __s, in do_open() function in std::messages
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dbackend.cpp78 do_open(const fs::path& file, const int flags) in do_open() function
298 sqlite::database db = do_open(file, sqlite::open_readonly); in open_ro()
314 sqlite::database db = do_open(file, sqlite::open_readwrite | in open_rw()
356 sqlite::database db = do_open(file, sqlite::open_readwrite); in migrate_schema()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h45 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
54 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h45 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
54 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h55 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h55 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/sys/
H A Dvfs_syscalls.h63 int do_open(struct lwp *, struct vnode *, struct pathbuf *, int, int, int *);
/netbsd-src/bin/ksh/
H A Dexec.c1121 int do_open = 1, do_close = 0, UNINITIALIZED(flags); local
1162 do_open = 0;
1172 do_open = 0;
1189 if (do_open) {
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h1857 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
1923 do_open(const basic_string<char>&, const locale&) const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h1911 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
1977 do_open(const basic_string<char>&, const locale&) const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc450 do_open(const basic_string<char>& s, const locale& l) const in do_open() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc450 do_open(const basic_string<char>& s, const locale& l) const in do_open() function
/netbsd-src/sys/kern/
H A Dvfs_syscalls.c1753 do_open(lwp_t *l, struct vnode *dvp, struct pathbuf *pb, int open_flags, in do_open()
1826 error = do_open(curlwp, NULL, pb, open_flags, open_mode, fd); in do_sys_openat()
1870 error = do_open(l, dvp, pb, flags, mode, fd); in sys_open()
1732 do_open(lwp_t *l, struct vnode *dvp, struct pathbuf *pb, int open_flags, do_open() function
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c1308 #ifdef do_open
1309 #undef do_open
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp6152 void do_open(int append) in do_open() function
6183 do_open(0); in open_request()
6193 do_open(1); in opena_request()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlocale3533 return do_open(__nm, __loc);
3555 virtual catalog do_open(const basic_string<char>&, const locale&) const;
3567 messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2014507 (messages<char>::do_open): Specialized.
509 (messages<wchar_t>::do_open): Likewise.
512 (messages<char>::do_open): Implement. Use bind_textdomain_codeset based
515 (messages<wchar_t>::do_open): Likewise with
H A DChangeLog-2001106 messages::do_open, messages::do_get): Adjust implicit typename.
108 messages::do_open, messages::do_get): Adjust Implicit typename.
110 messages::do_open, messages::do_get): Adjust implicit typename.
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A DChangeLog-20211430 * emul_netbsd.c (do_open): Translate the flag parameter to the
1565 * emul_netbsd.c (do_open): fix order-of-evaluation problem.
6236 (do_open): Ditto.