Home
last modified time | relevance | path

Searched refs:char_type (Results 1 – 25 of 100) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dchar_traits.h94 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
98 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
102 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
121 assign(char_type* __s, std::size_t __n, char_type __a); in _GLIBCXX_VISIBILITY()
201 assign(char_type* __s, std::size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
268 move(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
272 copy(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
276 assign(char_type* __s, size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
347 assign(char_type* __s, size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
449 assign(char_type* __s, size_t __n, char_type __a)
[all …]
H A Dlocale_facets.h226 char_type in _GLIBCXX_VISIBILITY()
242 toupper(char_type *__lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
255 char_type in _GLIBCXX_VISIBILITY()
271 tolower(char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
287 char_type in _GLIBCXX_VISIBILITY()
348 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
392 do_is(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
814 toupper(char_type *__lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
958 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
2434 char_type __sep, const char_type* __p, char_type* __new, in _GLIBCXX_VISIBILITY()
[all …]
H A Dbasic_ios.h73 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
94 mutable char_type _M_fill; in _GLIBCXX_VISIBILITY()
361 char_type in _GLIBCXX_VISIBILITY()
381 char_type in _GLIBCXX_VISIBILITY()
382 fill(char_type __ch) in _GLIBCXX_VISIBILITY()
384 char_type __old = this->fill(); in _GLIBCXX_VISIBILITY()
422 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
440 char_type in _GLIBCXX_VISIBILITY()
453 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false), in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.tcc421 const char_type* __sign; in _M_insert()
654 const char_type* __days1[7]; in _M_extract_via_format()
683 const char_type* __dt[2]; in _M_extract_via_format()
898 const char_type* __name; in _M_extract_name()
906 const char_type __c = *__beg; in _M_extract_name()
975 const char_type __c = *__beg; in _M_extract_wday_or_month()
997 const char_type __c = *__beg; in _M_extract_wday_or_month()
1188 char_type __res[__maxlen]; in do_put()
1195 char_type __fmt[4]; in do_put()
1200 __fmt[2] = char_type(); in do_put()
[all …]
H A Dsstream.tcc100 const char_type __conv = traits_type::to_char_type(__c); in overflow()
121 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
162 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff()
205 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()
229 _M_sync(char_type* __base, __size_type __i, __size_type __o) in _M_sync()
233 char_type* __endg = __base + _M_string.size(); in _M_sync()
234 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
260 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
H A Dlocale_facets_nonio.h374 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
690 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
721 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
815 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
940 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
1004 char_type in _GLIBCXX_VISIBILITY()
1017 char_type in _GLIBCXX_VISIBILITY()
1168 virtual char_type in _GLIBCXX_VISIBILITY()
1180 virtual char_type in _GLIBCXX_VISIBILITY()
1327 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Distream.tcc274 get(char_type& __c) in get()
311 get(char_type* __s, streamsize __n, char_type __delim) in get()
347 *__s = char_type(); in get()
358 get(__streambuf_type& __sb, char_type __delim) in get()
402 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
448 *__s = char_type(); in getline()
652 read(char_type* __s, streamsize __n) in read()
681 readsome(char_type* __s, streamsize __n) in readsome()
713 putback(char_type __c) in putback()
962 typedef _CharT char_type; in operator >>() typedef
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dchar_traits.h96 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
100 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
104 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
123 assign(char_type* __s, std::size_t __n, char_type __a); in _GLIBCXX_VISIBILITY()
205 assign(char_type* __s, std::size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
340 move(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
348 copy(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
356 assign(char_type* __s, size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
468 assign(char_type* __s, size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
578 assign(char_type* __s, size_t __n, char_type __a)
[all …]
H A Dlocale_facets.h231 char_type in _GLIBCXX_VISIBILITY()
247 toupper(char_type *__lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
260 char_type in _GLIBCXX_VISIBILITY()
276 tolower(char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
292 char_type in _GLIBCXX_VISIBILITY()
353 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
397 do_is(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
819 toupper(char_type *__lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
964 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
2474 char_type __sep, const char_type* __p, char_type* __new, in _GLIBCXX_VISIBILITY()
[all …]
H A Dbasic_ios.h76 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
97 mutable char_type _M_fill; in _GLIBCXX_VISIBILITY()
369 char_type in _GLIBCXX_VISIBILITY()
389 char_type in _GLIBCXX_VISIBILITY()
390 fill(char_type __ch) in _GLIBCXX_VISIBILITY()
392 char_type __old = this->fill(); in _GLIBCXX_VISIBILITY()
430 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
448 char_type in _GLIBCXX_VISIBILITY()
461 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false), in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.tcc427 const char_type* __sign; in _M_insert()
698 const char_type* __dt[2]; in _M_extract_via_format()
925 const char_type* __name; in _M_extract_name()
933 const char_type __c = *__beg; in _M_extract_name()
1004 const char_type __c = *__beg; in _M_extract_wday_or_month()
1027 const char_type __c = *__beg; in _M_extract_wday_or_month()
1249 char_type __fmt[4]; in do_get()
1319 char_type __res[__maxlen]; in do_put()
1326 char_type __fmt[4]; in do_put()
1331 __fmt[2] = char_type(); in do_put()
[all …]
H A Dsstream.tcc96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
117 const char_type __conv = traits_type::to_char_type(__c); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
179 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff()
222 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()
246 _M_sync(char_type* __base, __size_type __i, __size_type __o) in _M_sync()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
H A Dlocale_facets_nonio.h374 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
764 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
803 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
897 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
1030 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
1094 char_type in _GLIBCXX_VISIBILITY()
1107 char_type in _GLIBCXX_VISIBILITY()
1258 virtual char_type in _GLIBCXX_VISIBILITY()
1270 virtual char_type in _GLIBCXX_VISIBILITY()
1417 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Distream.tcc280 get(char_type& __c) in get()
317 get(char_type* __s, streamsize __n, char_type __delim) in get()
353 *__s = char_type(); in get()
364 get(__streambuf_type& __sb, char_type __delim) in get()
408 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
454 *__s = char_type(); in getline()
658 read(char_type* __s, streamsize __n) in read()
687 readsome(char_type* __s, streamsize __n) in readsome()
719 putback(char_type __c) in putback()
968 typedef _CharT char_type; in operator >>() typedef
[all …]
H A Dregex.tcc129 typedef std::ctype<char_type> __ctype_type; in lookup_collatename()
285 typedef std::ctype<char_type> __ctype_type; in lookup_classname()
329 typedef std::ctype<char_type> __ctype_type; in isctype()
343 std::basic_istringstream<char_type> __is(string_type(1, __ch)); in value()
357 const match_results<_Bi_iter, _Alloc>::char_type* __fmt_first, in format()
358 const match_results<_Bi_iter, _Alloc>::char_type* __fmt_last, in format()
362 regex_traits<char_type> __traits; in format()
363 typedef std::ctype<char_type> __ctype_type; in format()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dpod_char_traits.h59 static char_type in _GLIBCXX_VISIBILITY()
106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
118 compare(const char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
136 find(const char_type* __s, size_t __n, const char_type& __a) in _GLIBCXX_VISIBILITY()
144 static char_type* in _GLIBCXX_VISIBILITY()
145 move(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
154 copy(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
163 assign(char_type* __s, size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dpod_char_traits.h60 static char_type in _GLIBCXX_VISIBILITY()
105 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
109 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
113 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
117 compare(const char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
135 find(const char_type* __s, size_t __n, const char_type& __a) in _GLIBCXX_VISIBILITY()
143 static char_type* in _GLIBCXX_VISIBILITY()
144 move(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
151 copy(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
158 assign(char_type* __s, size_t __n, char_type __a) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Distream.cc38 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
62 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
102 *__s = char_type(); in getline()
125 const char_type __cdelim = traits_type::to_char_type(__delim); in ignore()
142 const char_type* __p = traits_type::find(__sb->gptr(), in ignore()
201 typedef __istream_type::char_type __char_type; in operator >>()
280 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
304 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
344 *__s = char_type(); in getline()
367 const char_type __cdelim = traits_type::to_char_type(__delim); in ignore()
[all …]
/dragonfly/usr.bin/gzip/
H A Dzuncompress.c43 #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; in zread()
335 char_type *bp; in getcode()
/dragonfly/usr.bin/compress/
H A Dzopen.c79 typedef u_char char_type; typedef
80 static char_type magic_header[] =
120 char_type zs_buf[BITS];
129 char_type *zs_stackp;
133 char_type zs_gbuf[BITS];
185 #define tab_suffixof(i) ((char_type *)(htab))[i]
359 static char_type lmask[9] =
361 static char_type rmask[9] =
369 char_type *bp; in output()
494 tab_suffixof(code) = (char_type) code; in zread()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Distream.cc39 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
63 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
103 *__s = char_type(); in getline()
143 const char_type* __p = traits_type::find(__sb->gptr(), in ignore()
202 typedef __istream_type::char_type __char_type; in operator >>()
363 typedef __istream_type::char_type __char_type; in getline()
444 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
468 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
508 *__s = char_type(); in getline()
548 const char_type* __p = traits_type::find(__sb->gptr(), in ignore()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dp-lang.c100 struct type **char_type, in is_pascal_string_type() argument
119 if (char_type) in is_pascal_string_type()
120 *char_type = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type, 1)); in is_pascal_string_type()
140 if (char_type) in is_pascal_string_type()
142 *char_type = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type, 2)); in is_pascal_string_type()
144 if (TYPE_CODE (*char_type) == TYPE_CODE_ARRAY) in is_pascal_string_type()
145 *char_type = TYPE_TARGET_TYPE (*char_type); in is_pascal_string_type()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dstreambuf126 typedef _CharT char_type;
369 sputbackc(char_type __c)
421 sputc(char_type __c)
478 char_type*
481 char_type*
484 char_type*
506 setg(char_type* __gbeg, char_type* __gnext, char_type* __gend)
525 char_type*
528 char_type*
531 char_type*
[all …]
H A Dfstream111 char_type* _M_buf;
139 char_type _M_pback;
140 char_type* _M_pback_cur_save;
141 char_type* _M_pback_end_save;
331 _M_convert_to_external(char_type*, streamsize);
346 setbuf(char_type* __s, streamsize __n);
370 xsgetn(char_type* __s, streamsize __n);
373 xsputn(const char_type* __s, streamsize __n);
424 typedef _CharT char_type;
592 typedef _CharT char_type;
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstreambuf131 typedef _CharT char_type;
379 sputbackc(char_type __c)
431 sputc(char_type __c)
488 char_type*
491 char_type*
494 char_type*
516 setg(char_type* __gbeg, char_type* __gnext, char_type* __gend)
535 char_type*
538 char_type*
541 char_type*
[all …]

1234