Searched full:_copy (Results 1 – 9 of 9) sorted by relevance
| /freebsd/include/ |
| H A D | string.h | 162 char *_Copy; \ 166 _Copy = (char *)__builtin_alloca(_Len); \ 167 memcpy(_Copy, _Str1, _Len); \ 168 _Copy; \ 173 char *_Copy; \ 178 _Copy = __builtin_alloca(_Len + 1); \ 179 (void)memcpy(_Copy, _Str1, _Len); \ 180 _Copy[_Len] = '\0'; \ 181 _Copy; \
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | pfod.py | 53 def _copy(self): 96 that to copy a PFOD you must use _copy() - field names 112 >>> p._copy()
|
| H A D | protocol.py | 500 than a normal ordered dictionary, we use _copy(). 512 data = data._copy() 528 data = data._copy()
|
| H A D | p9conn.py | 1028 statobj = statobj._copy() 1243 attrs = attrs._copy()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
| H A D | default.h | 473 using _Copy = __dispatch<__copy, __current_configuration, _ExecutionPolicy>; 475 return _Copy()(__policy, std::move(__first), std::move(__last), std::move(__out_it)); 492 using _Copy = __dispatch<__copy, __current_configuration, _ExecutionPolicy>; 493 auto __result_mid = _Copy()(__policy, __middle, std::move(__last), std::move(__out_it)); 496 return _Copy()(__policy, std::move(__first), std::move(__middle), *std::move(__result_mid));
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | any | 161 enum class _Action { _Destroy, _Copy, _Move, _Get, _TypeInfo }; 199 __other.__call(_Action::_Copy, this); 326 case _Action::_Copy: 393 case _Action::_Copy:
|
| /freebsd/sys/dev/ioat/ |
| H A D | ioat.h | 198 * Why use this instead of normal _copy()? You can copy two non-contiguous
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | elfcopy.h | 285 int _copy, int _sec_flags);
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 13672 (These simply call ..._new and ..._copy).
|