Searched defs:__len (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.1-release/contrib/gcclibs/libssp/ssp/
H A Dunistd.h65 readlink(const char *__restrict__ __path, char *__restrict__ __buf, size_t __len) argument
H A Dstring.h73 __memmove_ichk (void *__dest, const void *__src, size_t __len) argument
96 __memset_ichk (void *__dest, int __ch, size_t __len) argument
61 __memcpy_ichk(void *__restrict__ __dest, const void *__restrict__ __src, size_t __len) argument
84 __mempcpy_ichk(void *__restrict__ __dest, const void *__restrict__ __src, size_t __len) argument
138 __strncpy_ichk(char *__restrict__ __dest, const char *__restrict__ __src, size_t __len) argument
161 __strncat_ichk(char *__restrict__ __dest, const char *__restrict__ __src, size_t __len) argument
[all...]
/freebsd-10.1-release/contrib/libstdc++/config/locale/generic/
H A Dtime_members.cc49 const size_t __len = strftime(__s, __maxlen, __format, __tm); local
131 const size_t __len = wcsftime(__s, __maxlen, __format, __tm); local
H A Dtime_members.h65 const size_t __len = std::strlen(__s) + 1; local
/freebsd-10.1-release/contrib/libstdc++/config/locale/gnu/
H A Dtime_members.cc49 const size_t __len = __strftime_l(__s, __maxlen, __format, __tm, local
202 const size_t __len = __wcsftime_l(__s, __maxlen, __format, __tm, local
H A Dtime_members.h62 const size_t __len = std::strlen(__s) + 1; local
H A Dmessages_members.h55 const size_t __len = std::strlen(__s) + 1; local
H A Dmonetary_members.cc409 size_t __len = strlen(__cpossign); local
551 size_t __len; local
[all...]
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dstl_heap.h360 const _DistanceType __len = __last - __first; local
400 const _DistanceType __len local
209 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value) argument
272 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value, _Compare __comp) argument
[all...]
H A Dstreambuf_iterator.h270 _M_put(const _CharT* __ws, streamsize __len) argument
H A Dbasic_string.h871 const size_type __len = 1 + this->size(); local
1943 const size_type __len = std::min(__size, __osize); local
H A Dstl_bvector.h887 const size_type __len = std::distance(__first, __last); local
928 const size_type __len = size() + std::max(size(), __n); local
973 const size_type __len = size() + std::max(size(), __n); local
1001 const size_type __len = size() ? 2 * size() local
[all...]
H A Dstl_deque.h901 const size_type __len = size(); local
1331 const size_type __len = std::distance(__first, __last); local
H A Dstl_tree.h1546 unsigned int __len = _Rb_tree_black_count(_M_leftmost(), _M_root()); local
H A Dstl_algo.h2119 __inplace_stable_partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len) argument
2148 __stable_partition_adaptive(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size) argument
2897 _DistanceType __len = std::distance(__first, __last); local
2948 _DistanceType __len = std::distance(__first, __last); local
2994 _DistanceType __len = std::distance(__first, __last); local
3045 _DistanceType __len = std::distance(__first, __last); local
3418 const _Distance __len = __last - __first; local
3442 const _Distance __len = __last - __first; local
3809 const _Distance __len = (__last - __first + 1) / 2; local
3837 const _Distance __len = (__last - __first + 1) / 2; local
4123 _DistanceType __len = std::distance(__first, __last); local
4187 _DistanceType __len = std::distance(__first, __last); local
[all...]
/freebsd-10.1-release/contrib/libstdc++/src/
H A Dlocalename.cc200 const size_t __len = std::strlen(__s); local
284 const size_t __len = std::strlen(_M_names[0]) + 1; local
303 const size_t __len = std::strlen(__src) + 1; local
[all...]
H A Ddebug.cc607 const ptrdiff_t __len = __finish - __start; local
H A Dlocale.cc277 const size_t __len = std::strlen(__imp._M_names[__l]) + 1; local
/freebsd-10.1-release/contrib/libstdc++/include/std/
H A Dstd_memory.h74 __get_temporary_buffer(ptrdiff_t __len, _Tp*) argument
110 get_temporary_buffer(ptrdiff_t __len) argument
H A Dstd_sstream.h165 __size_type __len = 0; local
168 _M_sync(const_cast<char_type*>(_M_string.data()), 0, __len); local
/freebsd-10.1-release/contrib/libstdc++/include/ext/
H A Drc_string_base.h504 size_type __len = 0; local
[all...]
H A Dsso_string_base.h364 size_type __len = 0; local
H A Dvstring.h1674 const size_type __len = std::min(__size, __osize); local
H A Dbitmap_allocator.h262 _DistanceType __len = __last - __first; local
H A Dropeimpl.h89 size_t __len = _S_iterator_buf_len; local
199 size_t __len local
432 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) argument
461 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) argument
964 size_t __len = __end - __begin; local
1052 _S_flatten(_RopeRep* __r, size_t __start, size_t __len, _CharT* __buffer) argument
[all...]

Completed in 224 milliseconds

12