| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | fstream.tcc | 98 __filebuf_type *__ret = NULL; in open() local 132 __filebuf_type* __ret = NULL; in close() local 167 streamsize __ret = -1; in showmanyc() local 193 int_type __ret = traits_type::eof(); in underflow() local 342 int_type __ret = traits_type::eof(); in pbackfail() local 394 int_type __ret = traits_type::eof(); in overflow() local 514 streamsize __ret = 0; in xsgetn() local 599 streamsize __ret = 0; in xsputn() local 678 pos_type __ret = pos_type(off_type(-1)); in seekoff() local 725 pos_type __ret = pos_type(off_type(-1)); in seekpos() local [all …]
|
| D | sstream.tcc | 54 int_type __ret = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() local 139 int_type __ret = traits_type::eof(); in underflow() local 157 pos_type __ret = pos_type(off_type(-1)); in seekoff() local 204 pos_type __ret = pos_type(off_type(-1)); in seekpos() local
|
| D | streambuf.tcc | 52 streamsize __ret = 0; in _GLIBCXX_BEGIN_NAMESPACE() local 86 streamsize __ret = 0; in xsputn() local 124 streamsize __ret = 0; in __copy_streambufs_eof() local
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/generic/ |
| D | codecvt_members.cc | 49 result __ret = ok; in _GLIBCXX_BEGIN_NAMESPACE() local 114 result __ret = ok; in do_in() local 165 int __ret = 0; in do_encoding() local 176 int __ret = MB_CUR_MAX; in do_max_length() local 185 int __ret = 0; in do_length() local
|
| D | c_locale.h | 80 const int __ret = std::vsnprintf(__out, __size, __fmt, __args); in __convert_from_v() local 82 const int __ret = std::vsprintf(__out, __fmt, __args); in __convert_from_v() local
|
| D | ctype_members.cc | 57 __wmask_type __ret; in _M_convert_to_wmask() local 133 bool __ret = false; in do_is() local
|
| /freebsd-12-stable/contrib/libstdc++/include/std/ |
| D | std_streambuf.h | 283 const streamsize __ret = this->egptr() - this->gptr(); in in_avail() local 297 int_type __ret = traits_type::eof(); in snextc() local 315 int_type __ret; in sbumpc() local 337 int_type __ret; in sgetc() local 370 int_type __ret; in sputbackc() local 395 int_type __ret; in sungetc() local 422 int_type __ret; in sputc() local 698 int_type __ret = traits_type::eof(); in uflow() local
|
| D | std_sstream.h | 130 __string_type __ret; in _GLIBCXX_BEGIN_NAMESPACE() local 174 streamsize __ret = -1; in _GLIBCXX_BEGIN_NAMESPACE() local
|
| D | std_valarray.h | 785 valarray<_Tp> __ret; in shift() local 826 valarray<_Tp> __ret; in cshift() local
|
| /freebsd-12-stable/contrib/libstdc++/config/io/ |
| D | basic_file_stdio.cc | 122 const std::streamsize __ret = write(__fd, __s, __nleft); in xwrite() local 156 const std::streamsize __ret = writev(__fd, __iov, 2); in xwritev() local 195 __basic_file* __ret = NULL; in sys_open() local 216 __basic_file* __ret = NULL; in sys_open() local 233 __basic_file* __ret = NULL; in open() local 265 __basic_file* __ret = static_cast<__basic_file*>(NULL); in close() local 290 streamsize __ret; in xsgetn() local 305 streamsize __ret = 0; in xsputn_2() local
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/gnu/ |
| D | codecvt_members.cc | 50 result __ret = ok; in _GLIBCXX_BEGIN_NAMESPACE() local 125 result __ret = ok; in do_in() local 206 int __ret = 0; in do_encoding() local 226 int __ret = MB_CUR_MAX; in do_max_length() local 238 int __ret = 0; in do_length() local
|
| D | c_locale.h | 94 const int __ret = std::vsnprintf(__out, __size, __fmt, __args); in __convert_from_v() local 96 const int __ret = std::vsprintf(__out, __fmt, __args); in __convert_from_v() local
|
| D | ctype_members.cc | 61 __wmask_type __ret; in _M_convert_to_wmask() local 142 bool __ret = false; in do_is() local
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/ |
| D | stdio_sync_filebuf.h | 113 int_type __ret; in _GLIBCXX_BEGIN_NAMESPACE() local 138 int_type __ret; in _GLIBCXX_BEGIN_NAMESPACE() local 206 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); in xsgetn() local 239 std::streamsize __ret = 0; in xsgetn() local 262 std::streamsize __ret = 0; in xsputn() local
|
| D | codecvt_specializations.h | 319 result __ret = codecvt_base::error; in do_out() local 386 result __ret = codecvt_base::error; in do_unshift() local 423 result __ret = codecvt_base::error; in do_in() local 490 int __ret = 0; in do_encoding() local
|
| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | streambuf.cc | 44 streamsize __ret = 0; in _GLIBCXX_BEGIN_NAMESPACE() local 84 streamsize __ret = 0; in __copy_streambufs_eof() local
|
| D | bitmap_allocator.cc | 76 size_t* __ret = 0; in _M_get() local 96 size_t* __ret = *__tmp; in _M_get() local
|
| D | locale.cc | 97 bool __ret; in operator ==() local 123 string __ret; in name() local 148 int __ret = 0; in _S_normalize_category() local
|
| D | ios_init.cc | 155 bool __ret = ios_base::Init::_S_synced_with_stdio; in sync_with_stdio() local
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | in_cksum.h | 84 u_long __ret, __tmp; in in_addword() local 117 u_long __ret, __tmp1, __tmp2, __tmp3, __tmp4; in in_cksum_hdr() local
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/__algorithm/ |
| D | shift_right.h | 57 _ForwardIterator __ret = __first; in shift_right() local
|
| /freebsd-12-stable/contrib/libstdc++/config/os/windiss/ |
| D | ctype_inline.h | 53 bool __ret; in _GLIBCXX_BEGIN_NAMESPACE() local
|
| /freebsd-12-stable/contrib/libstdc++/config/os/generic/ |
| D | ctype_inline.h | 59 bool __ret = false; in _GLIBCXX_BEGIN_NAMESPACE() local
|
| /freebsd-12-stable/contrib/libstdc++/config/os/tpf/ |
| D | ctype_noninline.h | 44 const ctype_base::mask* __ret; in classic_table() local
|
| /freebsd-12-stable/contrib/libstdc++/config/os/gnu-linux/ |
| D | ctype_noninline.h | 50 const ctype_base::mask* __ret; in classic_table() local
|