/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
H A D | string.h | 61 size_t __len) in __memcpy_ichk() 72 __memmove_ichk (void *__dest, const void *__src, size_t __len) in __memmove_ichk() 84 size_t __len) in __mempcpy_ichk() 95 __memset_ichk (void *__dest, int __ch, size_t __len) in __memset_ichk() 138 size_t __len) in __strncpy_ichk() 161 size_t __len) in __strncat_ichk()
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
H A D | string.h | 61 size_t __len) in __memcpy_ichk() 72 __memmove_ichk (void *__dest, const void *__src, size_t __len) in __memmove_ichk() 84 size_t __len) in __mempcpy_ichk() 95 __memset_ichk (void *__dest, int __ch, size_t __len) in __memset_ichk() 138 size_t __len) in __strncpy_ichk() 161 size_t __len) in __strncat_ichk()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
H A D | messages_members.h | 56 const size_t __len = __builtin_strlen(__s) + 1; in _GLIBCXX_VISIBILITY() local 112 const size_t __len = __builtin_strlen(__s) + 1; in _GLIBCXX_VISIBILITY() local
|
H A D | time_members.cc | 46 const size_t __len = __strftime_l(__s, __maxlen, __format, __tm, in _M_put() local 202 const size_t __len = __wcsftime_l(__s, __maxlen, __format, __tm, in _M_put() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
H A D | messages_members.h | 56 const size_t __len = __builtin_strlen(__s) + 1; in _GLIBCXX_VISIBILITY() local 112 const size_t __len = __builtin_strlen(__s) + 1; in _GLIBCXX_VISIBILITY() local
|
H A D | time_members.cc | 46 const size_t __len = __strftime_l(__s, __maxlen, __format, __tm, in _M_put() local 202 const size_t __len = __wcsftime_l(__s, __maxlen, __format, __tm, in _M_put() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | snprintf_lite.cc | 43 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space() local 75 size_t __len = __cs + __ilen - __out; in __concat_size_t() local 125 const int __len = __concat_size_t(__d, __limit - __d, in __snprintf_lite() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | snprintf_lite.cc | 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space() local 84 size_t __len = __cs + __ilen - __out; in __concat_size_t() local 134 const int __len = __concat_size_t(__d, __limit - __d, in __snprintf_lite() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | xlocale_port.h | 14 size_t __nwc, size_t __len, mbstate_t * __restrict __st, locale_t __l) in wcsnrtombs_l() 24 size_t __nms, size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbsnrtowcs_l() 44 size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbrtowc_l() 54 size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbsrtowcs_l()
|
H A D | numeric_members.cc | 93 const size_t __len = strlen(__src); in _M_initialize_numpunct() local 192 const size_t __len = strlen(__src); in _M_initialize_numpunct() local
|
H A D | time_members.cc | 51 const size_t __len = strftime_l(__s, __maxlen, __format, __tm, in _M_put() local 200 const size_t __len = wcsftime_l(__s, __maxlen, __format, __tm, in _M_put() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | xlocale_port.h | 14 size_t __nwc, size_t __len, mbstate_t * __restrict __st, locale_t __l) in wcsnrtombs_l() 24 size_t __nms, size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbsnrtowcs_l() 44 size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbrtowc_l() 54 size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbsrtowcs_l()
|
H A D | numeric_members.cc | 93 const size_t __len = strlen(__src); in _M_initialize_numpunct() local 192 const size_t __len = strlen(__src); in _M_initialize_numpunct() local
|
H A D | time_members.cc | 51 const size_t __len = strftime_l(__s, __maxlen, __format, __tm, in _M_put() local 200 const size_t __len = wcsftime_l(__s, __maxlen, __format, __tm, in _M_put() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/tpf/ |
H A D | ctype_configure_char.cc | 46 const size_t __len = __builtin_strlen(__old) + 1; in classic_table() local 61 const size_t __len = __builtin_strlen(__old) + 1; in ctype() local 77 const size_t __len = __builtin_strlen(__old) + 1; in ctype() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/ |
H A D | ctype_configure_char.cc | 46 const size_t __len = __builtin_strlen(__old) + 1; in classic_table() local 61 const size_t __len = __builtin_strlen(__old) + 1; in ctype() local 77 const size_t __len = __builtin_strlen(__old) + 1; in ctype() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | vector.tcc | 304 const size_type __len = std::distance(__first, __last); in _M_assign_aux() local 435 const size_type __len = in _M_realloc_insert() local 558 const size_type __len = in _M_fill_insert() local 633 const size_type __len = in _M_default_append() local 767 const size_type __len = in _M_range_insert() local 838 const size_type __len = in _M_fill_insert() local 873 const size_type __len = in _M_insert_range() local 902 const size_type __len = in _M_insert_aux() local
|
H A D | basic_string.tcc | 167 size_type __len = 0; in _M_construct() local 362 const size_type __len = __n + this->size(); in _M_append() local 1161 const __size_type __len = _Traits::length(__lhs); in operator +() local 1181 const __size_type __len = __rhs.size(); in operator +() local 1206 size_type __len = __size - __pos; in find() local 1393 const size_type __len = std::min(__n, __osize); in compare() local 1410 const size_type __len = std::min(__n1, __n2); in compare() local 1426 const size_type __len = std::min(__size, __osize); in compare() local 1442 const size_type __len = std::min(__n1, __osize); in compare() local 1458 const size_type __len = std::min(__n1, __n2); in compare() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | cow_string.h | 1335 const size_type __len = 1 + this->size(); in _GLIBCXX_VISIBILITY() local 2768 const size_type __len = std::min(__size, __osize); in _GLIBCXX_VISIBILITY() local 2790 const size_type __len = std::min(__size, __osize); in _GLIBCXX_VISIBILITY() local 3047 size_type __len = 0; in _GLIBCXX_VISIBILITY() local 3205 const size_type __len = __n + this->size(); in _GLIBCXX_VISIBILITY() local 3223 const size_type __len = __n + this->size(); in _GLIBCXX_VISIBILITY() local 3249 const size_type __len = __size + this->size(); in _GLIBCXX_VISIBILITY() local 3267 const size_type __len = __n + this->size(); in _GLIBCXX_VISIBILITY() local
|
H A D | vector.tcc | 313 const size_type __len = std::distance(__first, __last); in _M_assign_aux() local 448 const size_type __len = in _M_realloc_insert() local 578 const size_type __len = in _M_fill_insert() local 655 const size_type __len = in _M_default_append() local 797 const size_type __len = in _M_range_insert() local 869 const size_type __len = in _M_fill_insert() local 905 const size_type __len = in _M_insert_range() local 935 const size_type __len = in _M_insert_aux() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
H A D | time_members.cc | 51 const size_t __len = strftime(__s, __maxlen, __format, __tm); in _M_put() local 136 const size_t __len = wcsftime(__s, __maxlen, __format, __tm); in _M_put() local
|
H A D | c_locale.cc | 64 const size_t __len = strlen(__old) + 1; in __convert_to_v() local 129 const size_t __len = strlen(__old) + 1; in __convert_to_v() local 174 const size_t __len = strlen(__old) + 1; in __convert_to_v() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
H A D | time_members.cc | 51 const size_t __len = strftime(__s, __maxlen, __format, __tm); in _M_put() local 136 const size_t __len = wcsftime(__s, __maxlen, __format, __tm); in _M_put() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 65 const size_type __len = __n + this->size(); in _M_append() local 200 const __size_type __len = _Traits::length(__lhs); in operator +() local 230 const __size_type __len = _Traits::length(__rhs); in operator +() local 465 const size_type __len = std::min(__n, __osize); in compare() local 484 const size_type __len = std::min(__n1, __n2); in compare() local 501 const size_type __len = std::min(__size, __osize); in compare() local 518 const size_type __len = std::min(__n1, __osize); in compare() local 535 const size_type __len = std::min(__n1, __n2); in compare() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 65 const size_type __len = __n + this->size(); in _M_append() local 200 const __size_type __len = _Traits::length(__lhs); in operator +() local 230 const __size_type __len = _Traits::length(__rhs); in operator +() local 465 const size_type __len = std::min(__n, __osize); in compare() local 484 const size_type __len = std::min(__n1, __n2); in compare() local 501 const size_type __len = std::min(__size, __osize); in compare() local 518 const size_type __len = std::min(__n1, __osize); in compare() local 535 const size_type __len = std::min(__n1, __n2); in compare() local
|