Searched refs:__old (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/
H A Dstring.h36 __const char *__old = (s); \
37 size_t __len = strlen (__old) + 1; \
39 (char *) memcpy (__new, __old, __len); \
47 __const char *__old = (s); \
48 size_t __len = __strnlen (__old, (n)); \
51 (char *) memcpy (__new, __old, __len); \
/haiku/headers/cpp/
H A Dstl_rope.h423 // We'll assume a COMPARE_AND_SWAP(destp, __old, new)
1068 _RopeRep* __old = _M_root; local
1080 _RopeRep::_S_unref(__old);
1684 _RopeRep* __old = _M_tree_ptr; local
1690 _S_unref(__old);
1696 _RopeRep* __old = _M_tree_ptr; local
1698 _S_unref(__old);
1703 _RopeRep* __old = _M_tree_ptr; local
1706 _S_unref(__old);
1716 _RopeRep* __old local
1729 _RopeRep* __old = _M_tree_ptr; local
1741 _RopeRep* __old = _M_tree_ptr; local
1952 replace(_RopeRep* __old, size_t __pos1, size_t __pos2, _RopeRep* __r) argument
[all...]
H A Dropeimpl.h703 _RopeSubstring* __old = (_RopeSubstring*)__base; local
709 _S_new_RopeSubstring(__old->_M_base,
710 __start + __old->_M_start,
1098 _Self_destruct_ptr __old(__result);
1144 _Self_destruct_ptr __old(__too_tiny);
1153 _Self_destruct_ptr __old(__too_tiny);
1164 _Self_destruct_ptr __old(__insertee);
1325 _RopeRep* __old = _M_root->_M_tree_ptr; local
1329 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos);
1336 _My_rope::_S_substring(__old,
[all...]
H A Dstl_hashtable.h568 const _Node* __old = _M_cur; local
571 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val);
593 const _Node* __old = _M_cur; local
596 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val);
H A Dstl_alloc.h180 void (* __old)() = __malloc_alloc_oom_handler;
182 return(__old);
H A Dstl_list.h718 iterator __old = __first; local
720 transfer(begin(), __old, __first); local
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h166 extern int rename (__const char *__old, __const char *__new) __THROW;

Completed in 86 milliseconds