Home
last modified time | relevance | path

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

12345678910>>...70

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_get_lun.pro9 pro CALL_GET_LUN, message, number, do_open=do_open, val_lun=val_lun
16 if KEYWORD_SET(do_open) then OPENW, x, 'tyty'
40 do_open=1
41 CALL_GET_LUN, 'FIRST ', 100, do_open=do_open, val_lun=x
42 CALL_GET_LUN, 'SECOND', 101, do_open=do_open, val_lun=y
43 CALL_GET_LUN, 'THIRD ', 102, do_open=do_open, val_lun=z
58 do_open=0
60 CALL_GET_LUN, 'FIRST ', 100, do_open=do_open, val_lun=x
61 CALL_GET_LUN, 'SECOND', 101, do_open=do_open, val_lun=y
62 CALL_GET_LUN, 'THIRD ', 102, do_open=do_open, val_lun=z
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/shlib/
H A Dt_loader.c44 #define do_open(LIB,REV,FLAGS) do_open_1(LIB,REV,FLAGS,__LINE__) macro
147 static void *do_open(const char *libname, int lazy) in do_open() function
165 static void *do_open(const char *libname, int lazy) in do_open() function
189 celib = do_open("com_err", "3.0", 0); in main()
190 k5lib = do_open("krb5", "3.2", 0); in main()
191 gsslib = do_open("gssapi_krb5", "2.2", 0); in main()
192 celib2 = do_open("com_err", "3.0", 0); in main()
218 celib2 = do_open("com_err", "3.0", 0); in main()
225 gsslib = do_open("gssapi_krb5", "2.2", 1); in main()
299 celib = do_open("com_err", "3.0", 1); in main()
[all …]
/dports/security/krb5/krb5-1.19.2/src/tests/shlib/
H A Dt_loader.c44 #define do_open(LIB,REV,FLAGS) do_open_1(LIB,REV,FLAGS,__LINE__) macro
147 static void *do_open(const char *libname, int lazy) in do_open() function
165 static void *do_open(const char *libname, int lazy) in do_open() function
189 celib = do_open("com_err", "3.0", 0); in main()
190 k5lib = do_open("krb5", "3.2", 0); in main()
191 gsslib = do_open("gssapi_krb5", "2.2", 0); in main()
192 celib2 = do_open("com_err", "3.0", 0); in main()
218 celib2 = do_open("com_err", "3.0", 0); in main()
225 gsslib = do_open("gssapi_krb5", "2.2", 1); in main()
299 celib = do_open("com_err", "3.0", 1); in main()
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dmessages.cpp34 messages<char>::do_open(const string& filename, const locale& l) const in do_open() function in messages
35 { return _M_impl->do_open(filename, l); } in do_open()
53 _Messages::catalog _Messages::do_open(const string&, const locale&) const in do_open() function in _Messages
73 messages<wchar_t>::do_open(const string& filename, const locale& L) const in do_open() function in messages
74 { return _M_impl->do_open(filename, L); } in do_open()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_messages_facets.h64 { return do_open(__fn, __loc); } in open()
76 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open() function
97 { return do_open(__fn, __loc); } in open()
109 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open() function
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
/dports/databases/db5/db-5.3.28/src/dbreg/
H A Ddbreg_rec.c63 int do_close, do_open, do_rem, ret, t_ret; local
71 do_open = do_close = 0;
90 do_open = 1;
96 do_open = 1;
110 do_open = 1;
118 do_open = 1;
125 if (do_open) {
/dports/lang/gcc12-devel/gcc-12-20211205/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()
/dports/lang/gcc10/gcc-10.3.0/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()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/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()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/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()
/dports/lang/gcc11-devel/gcc-11-20211009/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()
/dports/devel/avr-gcc/gcc-10.2.0/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()
/dports/lang/gnat_util/gcc-6-20180516/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()
/dports/lang/gcc9-devel/gcc-9-20211007/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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/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()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/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()
/dports/lang/gcc11/gcc-11.2.0/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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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()
/dports/lang/gcc6-aux/gcc-6-20180516/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()
/dports/devel/riscv64-gcc/gcc-8.3.0/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()
/dports/lang/gcc10-devel/gcc-10-20211008/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()
/dports/lang/gcc8/gcc-8.5.0/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()
/dports/lang/gcc9/gcc-9.4.0/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()
/dports/lang/gcc9-aux/gcc-9.1.0/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()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dtest-openat.c42 do_open (char const *name, int flags, ...) in do_open() function
79 result = test_open (do_open, false); in main()
82 ASSERT (test_open (do_open, false) == result); in main()

12345678910>>...70