Home
last modified time | relevance | path

Searched refs:__mode (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream255 basic_filebuf* open(const char* __s, ios_base::openmode __mode);
257 basic_filebuf* open(const wchar_t* __s, ios_base::openmode __mode);
259 _LIBCPP_HIDE_FROM_ABI basic_filebuf* open(const string& __s, ios_base::openmode __mode);
263 open(const filesystem::path& __p, ios_base::openmode __mode) {
264 return open(__p.c_str(), __mode);
267 _LIBCPP_HIDE_FROM_ABI basic_filebuf* __open(int __fd, ios_base::openmode __mode);
282 …_LIBCPP_HIDE_FROM_ABI inline static const char* __make_mdstring(ios_base::openmode __mode) _NOEXCE…
284 …_LIBCPP_HIDE_FROM_ABI inline static const wchar_t* __make_mdwstring(ios_base::openmode __mode) _NO…
362 _LIBCPP_HIDE_FROM_ABI basic_filebuf* __do_open(FILE* __file, ios_base::openmode __mode) {
367 __om_ = __mode;
[all …]
H A Dcodecvt90 …_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
91 : codecvt<wchar_t, char, mbstate_t>(__refs), __maxcode_(__maxcode), __mode_(__mode) {}
128 …_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
129 : codecvt<char16_t, char, mbstate_t>(__refs), __maxcode_(__maxcode), __mode_(__mode) {}
165 …_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
166 : codecvt<char32_t, char, mbstate_t>(__refs), __maxcode_(__maxcode), __mode_(__mode) {}
220 …HIDE_FROM_ABI explicit __codecvt_utf16(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
221 : codecvt<wchar_t, char, mbstate_t>(__refs), __maxcode_(__maxcode), __mode_(__mode) {}
259 …HIDE_FROM_ABI explicit __codecvt_utf16(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
260 : codecvt<wchar_t, char, mbstate_t>(__refs), __maxcode_(__maxcode), __mode_(__mode) {}
[all …]
H A Dstrstream270 _LIBCPP_HIDE_FROM_ABI ostrstream(char* __s, int __n, ios_base::openmode __mode = ios_base::out)
271 : ostream(&__sb_), __sb_(__s, __n, __s + (__mode & ios::app ? std::strlen(__s) : 0)) {}
312 …_LIBCPP_HIDE_FROM_ABI strstream(char* __s, int __n, ios_base::openmode __mode = ios_base::in | ios…
313 : iostream(&__sb_), __sb_(__s, __n, __s + (__mode & ios::app ? std::strlen(__s) : 0)) {}
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c100 if (thr_handlers[i].__mode != FEX_NONSTOP) in __fex_te_needed()
265 if (thr_handlers && thr_handlers[(int)e].__mode != FEX_NOHANDLER) { in __fex_hdlr()
266 mode = thr_handlers[(int)e].__mode; in __fex_hdlr()
435 thr_handlers[(int)e].__mode != in __fex_hdlr()
438 thr_handlers[(int)e].__mode; in __fex_hdlr()
538 if (thr_handlers && thr_handlers[(int)e].__mode != in __fex_hdlr()
540 mode = thr_handlers[(int)e].__mode; in __fex_hdlr()
629 if (thr_handlers && thr_handlers[(int)e].__mode != FEX_NOHANDLER) { in __fex_hdlr()
630 mode = thr_handlers[(int)e].__mode; in __fex_hdlr()
765 main_handlers[i].__mode = in __fex_get_thr_handlers()
[all …]
H A Dfex_handler.c48 return thr_handlers[i].__mode; in fex_get_handling()
62 thr_handlers[i].__mode = mode; in fex_set_handling()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dprint.cpp41 unsigned long __mode;
42 return GetConsoleMode(reinterpret_cast<void*>(__handle), &__mode);
37 unsigned long __mode; __is_windows_terminal() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Drestrict-array.c6 extern int lio_listio64 (int __mode,
15 extern int getaddrinfo_a (int __mode, struct gaicb *__list[__restrict_arr],
/illumos-gate/usr/src/head/
H A Dfenv.h176 int __mode; member
204 int __mode; member
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dlinear_congruential_engine.h45 static _LIBCPP_CONSTEXPR const __lce_alg_type __mode = member
61 __lce_alg_type _Mode = __lce_alg_picker<__a, __c, __m, _Mp>::__mode>
214 …ate <unsigned long long __a, unsigned long long __c, unsigned long long __m, __lce_alg_type __mode>
215 struct __lce_ta<__a, __c, __m, (unsigned short)(-1), __mode> {
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua203 local C = {}; setmetatable(C, {__mode = "kv"})