Searched refs:__old (Results 1 – 7 of 7) sorted by relevance
/haiku/src/system/libroot/posix/glibc/include/ |
H A D | string.h | 36 __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 D | ropeimpl.h | 703 _RopeSubstring* __old = (_RopeSubstring*)__base; in _S_substring() local 709 _S_new_RopeSubstring(__old->_M_base, in _S_substring() 710 __start + __old->_M_start, in _S_substring() 1098 _Self_destruct_ptr __old(__result); in _S_balance() 1144 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest() 1153 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest() 1164 _Self_destruct_ptr __old(__insertee); in _S_add_leaf_to_forest() 1325 _RopeRep* __old = _M_root->_M_tree_ptr; variable 1329 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos); 1336 _My_rope::_S_substring(__old, 0, _M_pos)); [all …]
|
H A D | stl_rope.h | 1068 _RopeRep* __old = _M_root; variable 1080 _RopeRep::_S_unref(__old); 1684 _RopeRep* __old = _M_tree_ptr; 1690 _S_unref(__old); 1696 _RopeRep* __old = _M_tree_ptr; 1698 _S_unref(__old); 1703 _RopeRep* __old = _M_tree_ptr; 1706 _S_unref(__old); 1716 _RopeRep* __old = _M_tree_ptr; 1721 _S_unref(__old); [all …]
|
H A D | stl_hashtable.h | 568 const _Node* __old = _M_cur; 571 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 593 const _Node* __old = _M_cur; 596 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val);
|
H A D | stl_alloc.h | 180 void (* __old)() = __malloc_alloc_oom_handler; in __set_malloc_handler() local 182 return(__old); in __set_malloc_handler()
|
H A D | stl_list.h | 718 iterator __old = __first; in reverse() local 720 transfer(begin(), __old, __first); in reverse()
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | stdio.h | 166 extern int rename (__const char *__old, __const char *__new) __THROW;
|