Searched refs:__ret (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/libstdcxx-60/src/
H A Dcodecvt_members.cc49 result __ret = ok; local
68 __ret = error;
83 __ret = error;
88 __ret = partial;
99 if (__ret == ok && __from < __from_end)
100 __ret = partial;
104 return __ret;
114 result __ret = ok; local
128 __ret = error;
134 __ret
165 int __ret = 0; local
176 int __ret = MB_CUR_MAX; local
185 int __ret = 0; local
[all...]
H A Dbasic_file.cc122 const std::streamsize __ret = write(__fd, __s, __nleft); local
123 if (__ret == -1L && errno == EINTR)
125 if (__ret == -1L)
128 __nleft -= __ret;
132 __s += __ret;
156 const std::streamsize __ret = writev(__fd, __iov, 2); local
157 if (__ret == -1L && errno == EINTR)
159 if (__ret == -1L)
162 __nleft -= __ret;
166 const std::streamsize __off = __ret
195 __basic_file* __ret = NULL; local
216 __basic_file* __ret = NULL; local
233 __basic_file* __ret = NULL; local
265 __basic_file* __ret = static_cast<__basic_file*>(NULL); local
290 streamsize __ret; local
305 streamsize __ret = 0; local
[all...]
H A Dbitmap_allocator.cc76 size_t* __ret = 0; local
80 __ret = reinterpret_cast<size_t*>
87 if (!__ret)
89 *__ret = __sz;
90 return __ret + 1;
96 size_t* __ret = *__tmp; local
101 return __ret + 1;
H A Dstreambuf.cc44 streamsize __ret = 0; local
54 __ret += __wrote;
70 ++__ret;
74 return __ret;
84 streamsize __ret = 0; local
94 __ret += __wrote;
110 ++__ret;
114 return __ret;
H A Dlocale.cc97 bool __ret; local
99 __ret = true;
103 __ret = false;
105 __ret = true;
107 __ret = this->name() == __rhs.name();
108 return __ret;
123 string __ret; local
125 __ret = '*';
127 __ret = _M_impl->_M_names[0];
130 __ret
148 int __ret = 0; local
[all...]
H A Dios_init.cc180 bool __ret = ios_base::Init::_S_synced_with_stdio; local
184 if (!__sync && __ret)
225 return __ret;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h118 int_type __ret; local
125 __ret = this->syncungetc(_M_unget_buf);
127 __ret = __eof;
130 __ret = this->syncungetc(__c);
134 return __ret;
143 int_type __ret; local
147 __ret = traits_type::eof();
149 __ret = traits_type::not_eof(__c);
152 __ret = this->syncputc(__c);
153 return __ret;
211 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
244 std::streamsize __ret = 0; local
267 std::streamsize __ret = 0; local
[all...]
H A Dcodecvt_specializations.h319 result __ret = codecvt_base::error; local
363 __ret = codecvt_base::ok;
371 __ret = codecvt_base::partial;
374 __ret = codecvt_base::error;
377 return __ret;
386 result __ret = codecvt_base::error; local
403 __ret = codecvt_base::noconv;
405 __ret = codecvt_base::ok;
407 __ret = codecvt_base::partial;
410 __ret
423 result __ret = codecvt_base::error; local
490 int __ret = 0; local
[all...]
H A Dpool_allocator.h197 pointer __ret = 0; local
216 __ret = static_cast<_Tp*>(::operator new(__bytes));
224 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
228 __ret = reinterpret_cast<_Tp*>(__result);
230 if (__builtin_expect(__ret == 0, 0))
234 return __ret;
H A Dmalloc_allocator.h92 pointer __ret = static_cast<_Tp*>(malloc(__n * sizeof(_Tp))); local
93 if (!__ret)
95 return __ret;
H A Darray_allocator.h129 pointer __ret = _M_array->begin() + _M_used; local
131 return __ret;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Dbrew_db.h128 int __ret; \
129 if ((__ret = ISHELL_CreateInstance(__app->m_pIShell, \
133 __db_syserr(dbenv, __ret, "ISHELL_CreateInstance"); \
134 ret = __os_posix_err(__ret); \
143 int __ret; \
144 __ret = IFILEMGR_GetLastError(mgr); \
146 __db_syserr(dbenv, __ret, "%s", op); \
148 __db_syserr(dbenv, __ret, "%s: %s", name, op); \
149 (ret) = __os_posix_err(__ret); \
H A Ddb_int.h442 int __ret; \
447 if ((__ret = \
449 return (__ret); \
681 int __ret; \
682 if ((__ret = __dbh_am_chk(dbp, flags)) != 0) \
683 return (__ret); \
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dc++locale.h80 const int __ret = std::vsnprintf(__out, __size, __fmt, __args); local
82 const int __ret = std::vsprintf(__out, __fmt, __args); local
92 return __ret;
H A Dlocale_classes.h541 bool __ret = true; local
544 for (size_t __i = 0; __ret && __i < _S_categories_size - 1; ++__i)
545 __ret = std::strcmp(_M_names[__i], _M_names[__i + 1]) == 0;
546 return __ret;
H A Dstreambuf_iterator.h174 int_type __ret = __eof; local
178 __ret = _M_c;
179 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
181 _M_c = __ret;
185 return __ret;
/macosx-10.9.5/BerkeleyDB-21/db/dist/brew/
H A Dbrew_db.in128 int __ret; \
129 if ((__ret = ISHELL_CreateInstance(__app->m_pIShell, \
133 __db_syserr(dbenv, __ret, "ISHELL_CreateInstance"); \
134 ret = __os_posix_err(__ret); \
143 int __ret; \
144 __ret = IFILEMGR_GetLastError(mgr); \
146 __db_syserr(dbenv, __ret, "%s", op); \
148 __db_syserr(dbenv, __ret, "%s: %s", name, op); \
149 (ret) = __os_posix_err(__ret); \
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddebug.h225 int __ret; \
229 if ((__ret = __db_testcopy((env), NULL, (name))) != 0) \
230 (ret) = __env_panic((env), __ret); \
242 int __ret; \
249 if ((__ret = \
251 (ret) = __env_panic(__env, __ret); \
H A Drepmgr.h384 int __ret; \
385 if ((__ret = __repmgr_lock_mutex(&(m))) != 0) \
386 return (__ret); \
390 int __ret; \
391 if ((__ret = __repmgr_unlock_mutex(&(m))) != 0) \
392 return (__ret); \
/macosx-10.9.5/Libc-997.90.3/include/
H A Dprintf.h177 int asxprintf(char ** __restrict __ret,
201 int vasxprintf(char ** __restrict __ret,
243 int asxprintf_exec(char ** __restrict __ret,
262 int vasxprintf_exec(char ** __restrict __ret,
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_config.c72 int __ret; \
73 if ((__ret = \
75 return (__ret); \
79 int __ret; \
80 if ((__ret = \
82 return (__ret); \
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h441 int __ret; \
446 if ((__ret = \
448 return (__ret); \
680 int __ret; \
681 if ((__ret = __dbh_am_chk(dbp, flags)) != 0) \
682 return (__ret); \
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h444 int __ret; \
449 if ((__ret = \
451 return (__ret); \
683 int __ret; \
684 if ((__ret = __dbh_am_chk(dbp, flags)) != 0) \
685 return (__ret); \
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h441 int __ret; \
446 if ((__ret = \
448 return (__ret); \
680 int __ret; \
681 if ((__ret = __dbh_am_chk(dbp, flags)) != 0) \
682 return (__ret); \
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h441 int __ret; \
446 if ((__ret = \
448 return (__ret); \
680 int __ret; \
681 if ((__ret = __dbh_am_chk(dbp, flags)) != 0) \
682 return (__ret); \

Completed in 237 milliseconds

12