Searched refs:__base (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h178 char **__restrict __endptr, int __base) __THROW;
181 char **__restrict __endptr, int __base)
189 char **__restrict __endptr, int __base) __THROW;
193 char **__restrict __endptr, int __base)
202 char **__restrict __endptr, int __base) __THROW;
206 char **__restrict __endptr, int __base)
231 char **__restrict __endptr, int __base,
236 int __base, __locale_t __loc) __THROW;
240 char **__restrict __endptr, int __base,
246 int __base, __locale_
[all...]
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h206 wchar_t **__restrict __endptr, int __base) __THROW;
211 wchar_t **__restrict __endptr, int __base)
219 wchar_t **__restrict __endptr, int __base)
227 int __base) __THROW;
235 wchar_t **__restrict __endptr, int __base)
243 int __base) __THROW;
262 int __base, int __group) __THROW;
268 int __base, int __group) __THROW;
275 int __base, int __group) __THROW;
284 int __base,
[all...]
/haiku/headers/build/gcc-2.95.3/
H A Dva-alpha.h20 char *__base; /* Pointer to first integer register. */ member in struct:__anon4
119 (__type *)(void *)((__va).__base + (__va).__offset \
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h144 __locale_t __base) __THROW;
/haiku/headers/cpp/
H A Dropeimpl.h636 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, argument
639 if (0 == __base) return 0;
640 size_t __len = __base->_M_size;
646 __base->_M_ref_nonnil();
647 return __base;
654 switch(__base->_M_tag) {
657 _RopeConcatenation* __c = (_RopeConcatenation*)__base;
681 _RopeLeaf* __l = (_RopeLeaf*)__base;
690 __base->get_allocator());
696 __base
[all...]
H A Dstl_rope.h1380 static _RopeRep* _S_substring(_RopeRep* __base,

Completed in 109 milliseconds