| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| charmap.h | 22 static const unsigned short char_type[] = { variable
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| charmap.h | 22 static const unsigned short char_type[] = { variable
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| charmap.h | 22 static const unsigned short char_type[] = { variable
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| pod_char_traits.h | 46 // NB: The char_type parameter is a subset of int_type, as to allow 47 // int_type to properly hold the full range of char_type values as 56 typedef character<_Value, _Int, _St> char_type; typedef in struct:character 61 static char_type 64 char_type ret = { static_cast<value_type>(v) }; 70 to(const char_type& c) 101 typedef __gnu_cxx::character<_Value, _Int, _St> char_type; typedef in struct:char_traits 102 typedef typename char_type::int_type int_type; 103 typedef typename char_type::state_type state_type; 108 assign(char_type& __c1, const char_type& __c2 [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| pod_char_traits.h | 44 // NB: The char_type parameter is a subset of int_type, as to allow 45 // int_type to properly hold the full range of char_type values as 54 typedef character<_Value, _Int, _St> char_type; typedef in struct:character 59 static char_type 62 char_type ret = { static_cast<value_type>(v) }; 68 to(const char_type& c) 99 typedef __gnu_cxx::character<_Value, _Int, _St> char_type; typedef in struct:char_traits 100 typedef typename char_type::int_type int_type; 101 typedef typename char_type::state_type state_type; 106 assign(char_type& __c1, const char_type& __c2 [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| char_traits.h | 100 typedef _CharT char_type; typedef in struct:char_traits 110 assign(char_type& __c1, const char_type& __c2) 121 eq(const char_type& __c1, const char_type& __c2) 125 lt(const char_type& __c1, const char_type& __c2) 129 compare(const char_type* __s1, const char_type* __s2, std::size_t __n); 132 length(const char_type* __s) 331 typedef char char_type; typedef in struct:char_traits 469 typedef wchar_t char_type; typedef in struct:char_traits 597 typedef char8_t char_type; typedef in struct:char_traits 734 typedef char16_t char_type; typedef in struct:char_traits 855 typedef char32_t char_type; typedef in struct:char_traits [all...] |
| locale_facets.h | 158 typedef _CharT char_type; typedef in class:__ctype_abstract_base 161 * @brief Test char_type classification. 165 * ctype<char_type>::do_is(). 167 * @param __c The char_type to compare the mask of. 172 is(mask __m, char_type __c) const 178 * This function finds the mask for each char_type in the range [lo,hi) 181 * ctype<char_type>::do_is(). 188 const char_type* 189 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons 619 typedef _CharT char_type; typedef in class:ctype 694 typedef char char_type; typedef in class:ctype 1199 typedef wchar_t char_type; typedef in class:ctype 1684 typedef _CharT char_type; typedef in class:numpunct 1914 typedef _CharT char_type; typedef in class:numpunct_byname 1966 typedef _CharT char_type; typedef in class:num_get 2324 typedef _CharT char_type; typedef in class:num_put [all...] |
| basic_ios.h | 76 typedef _CharT char_type; typedef in class:basic_ios 97 mutable char_type _M_fill; 369 char_type 389 char_type 390 fill(char_type __ch) 392 char_type __old = this->fill(); 418 * Maps a character of @c char_type to a character of @c char, 423 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 430 narrow(char_type __c, char __dfault) const 438 * Maps a character of @c char to a character of @c char_type [all...] |
| locale_facets_nonio.h | 406 typedef _CharT char_type; typedef in class:time_get 618 ios_base::iostate& __err, tm* __tm, const char_type* __fmt, 619 const char_type* __fmtend) const; 804 typedef _CharT char_type; typedef in class:time_get_byname 843 typedef _CharT char_type; typedef in class:time_put 870 * @param __fill char_type to use for padding. 877 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, 890 * @param __fill char_type to use for padding. 897 put(iter_type __s, ios_base& __io, char_type __fill, 917 * @param __fill char_type to use for padding 937 typedef _CharT char_type; typedef in class:time_put_byname 1070 typedef _CharT char_type; typedef in class:moneypunct 1457 typedef _CharT char_type; typedef in class:moneypunct_byname 1514 typedef _CharT char_type; typedef in class:money_get 1674 typedef _CharT char_type; typedef in class:money_put 1861 typedef _CharT char_type; typedef in class:messages 2042 typedef _CharT char_type; typedef in class:messages_byname [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| char_traits.h | 113 typedef _CharT char_type; typedef in struct:char_traits 125 assign(char_type& __c1, const char_type& __c2) 136 eq(const char_type& __c1, const char_type& __c2) 140 lt(const char_type& __c1, const char_type& __c2) 144 compare(const char_type* __s1, const char_type* __s2, std::size_t __n); 147 length(const char_type* __s) 331 typedef char char_type; typedef in struct:char_traits 473 typedef wchar_t char_type; typedef in struct:char_traits 605 typedef char8_t char_type; typedef in struct:char_traits 744 typedef char16_t char_type; typedef in struct:char_traits 871 typedef char32_t char_type; typedef in struct:char_traits [all...] |
| locale_facets.h | 158 typedef _CharT char_type; typedef in class:__ctype_abstract_base 161 * @brief Test char_type classification. 165 * ctype<char_type>::do_is(). 167 * @param __c The char_type to compare the mask of. 172 is(mask __m, char_type __c) const 178 * This function finds the mask for each char_type in the range [lo,hi) 181 * ctype<char_type>::do_is(). 188 const char_type* 189 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons 619 typedef _CharT char_type; typedef in class:ctype 694 typedef char char_type; typedef in class:ctype 1199 typedef wchar_t char_type; typedef in class:ctype 1684 typedef _CharT char_type; typedef in class:numpunct 1914 typedef _CharT char_type; typedef in class:numpunct_byname 1966 typedef _CharT char_type; typedef in class:num_get 2330 typedef _CharT char_type; typedef in class:num_put [all...] |
| basic_ios.h | 70 static_assert(is_same_v<_CharT, typename _Traits::char_type>); 80 typedef _CharT char_type; typedef in class:basic_ios 101 mutable char_type _M_fill; 373 char_type 393 char_type 394 fill(char_type __ch) 396 char_type __old = this->fill(); 422 * Maps a character of @c char_type to a character of @c char, 427 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 434 narrow(char_type __c, char __dfault) cons [all...] |
| locale_facets_nonio.h | 406 typedef _CharT char_type; typedef in class:time_get 618 ios_base::iostate& __err, tm* __tm, const char_type* __fmt, 619 const char_type* __fmtend) const; 804 typedef _CharT char_type; typedef in class:time_get_byname 843 typedef _CharT char_type; typedef in class:time_put 870 * @param __fill char_type to use for padding. 877 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, 890 * @param __fill char_type to use for padding. 897 put(iter_type __s, ios_base& __io, char_type __fill, 917 * @param __fill char_type to use for padding 937 typedef _CharT char_type; typedef in class:time_put_byname 1070 typedef _CharT char_type; typedef in class:moneypunct 1457 typedef _CharT char_type; typedef in class:moneypunct_byname 1514 typedef _CharT char_type; typedef in class:money_get 1674 typedef _CharT char_type; typedef in class:money_put 1861 typedef _CharT char_type; typedef in class:messages 2042 typedef _CharT char_type; typedef in class:messages_byname [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| p-lang.c | 93 int *string_pos, struct type **char_type, 112 if (char_type) 113 *char_type = type->field (1).type ()->target_type (); 133 if (char_type) 135 *char_type = type->field (2).type ()->target_type (); 137 if ((*char_type)->code () == TYPE_CODE_ARRAY) 138 *char_type = (*char_type)->target_type ();
|
| /src/external/gpl3/gdb/dist/gdb/ |
| p-lang.c | 93 int *string_pos, struct type **char_type, 112 if (char_type) 113 *char_type = type->field (1).type ()->target_type (); 133 if (char_type) 135 *char_type = type->field (2).type ()->target_type (); 137 if ((*char_type)->code () == TYPE_CODE_ARRAY) 138 *char_type = (*char_type)->target_type ();
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| dir-common.h | 54 using char_type = wchar_t; 61 using char_type = char; 68 using char_type = char; 102 _At_path(const posix::char_type* p) noexcept 106 _At_path(int fd, const posix::char_type* p, size_t offset) noexcept 110 const posix::char_type* 116 const posix::char_type* 120 const posix::char_type* pathname; // Full path relative to CWD.
|
| ops-common.h | 182 using char_type = wchar_t; 232 using char_type = char; 244 using char_type = char; 315 using std::filesystem::__gnu_posix::char_type; 318 do_copy_file(const char_type* from, const char_type* to, 324 do_space(const char_type* pathname, 331 equiv_files(const char_type*, const stat_type&, 332 const char_type*, const stat_type&, 439 do_copy_file(const char_type* from, const char_type* to [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| dir-common.h | 54 using char_type = wchar_t; 61 using char_type = char; 68 using char_type = char; 102 _At_path(const posix::char_type* p) noexcept 106 _At_path(int fd, const posix::char_type* p, size_t offset) noexcept 110 const posix::char_type* 116 const posix::char_type* 120 const posix::char_type* pathname; // Full path relative to CWD.
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| istream.cc | 38 getline(char_type* __s, streamsize __n, char_type __delim) 62 const char_type* __p = traits_type::find(__sb->gptr(), 102 *__s = char_type(); 117 // correspond to a value of type char_type, and so will never match 123 // Now we know that __delim is a valid char_type value, so it's safe 134 const char_type __cdelim = traits_type::to_char_type(__delim); 151 const char_type* __p = traits_type::find(__sb->gptr(), 221 typedef __istream_type::char_type __char_type; 300 getline(char_type* __s, streamsize __n, char_type __delim [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| istream.cc | 38 getline(char_type* __s, streamsize __n, char_type __delim) 62 const char_type* __p = traits_type::find(__sb->gptr(), 102 *__s = char_type(); 117 // correspond to a value of type char_type, and so will never match 123 // Now we know that __delim is a valid char_type value, so it's safe 134 const char_type __cdelim = traits_type::to_char_type(__delim); 151 const char_type* __p = traits_type::find(__sb->gptr(), 221 typedef __istream_type::char_type __char_type; 300 getline(char_type* __s, streamsize __n, char_type __delim [all...] |
| /src/usr.bin/compress/ |
| zopen.c | 83 typedef u_char char_type; typedef 84 static char_type magic_header[] = 124 char_type zs_buf[BITS]; 133 char_type *zs_stackp; 137 char_type zs_gbuf[BITS]; 189 #define tab_suffixof(i) ((char_type *)(htab))[i] 190 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) 363 static char_type lmask[9] = 365 static char_type rmask[9] = 372 char_type *bp [all...] |
| /src/usr.bin/gzip/ |
| zuncompress.c | 43 #define tab_suffixof(i) ((char_type *)(zs->zs_htab))[i] 44 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) 71 typedef u_char char_type; typedef 73 static char_type magic_header[] = 76 static char_type rmask[9] = 110 char_type zs_buf[BITS]; 119 char_type *zs_stackp; 123 char_type zs_gbuf[BITS]; 257 tab_suffixof(zs->u.r.zs_code) = (char_type) zs->u.r.zs_code; 336 char_type *bp [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 138 do_is(mask __m, char_type __c) const 183 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 136 do_is(mask __m, char_type __c) const 197 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 138 do_is(mask __m, char_type __c) const 183 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
|