OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__c
(Results
1 - 25
of
127
) sorted by relevancy
1
2
3
4
5
6
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
streambuf.cc
43
traits_type::int_type
__c
= __sbin->sgetc();
local
44
while (!traits_type::eq_int_type(
__c
, traits_type::eof()))
57
__c
= __sbin->underflow();
61
__c
= __sbout->sputc(traits_type::to_char_type(
__c
));
62
if (traits_type::eq_int_type(
__c
, traits_type::eof()))
68
__c
= __sbin->snextc();
83
traits_type::int_type
__c
= __sbin->sgetc();
local
84
while (!traits_type::eq_int_type(
__c
, traits_type::eof()))
97
__c
= __sbin->underflow()
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
streambuf.cc
43
traits_type::int_type
__c
= __sbin->sgetc();
local
44
while (!traits_type::eq_int_type(
__c
, traits_type::eof()))
57
__c
= __sbin->underflow();
61
__c
= __sbout->sputc(traits_type::to_char_type(
__c
));
62
if (traits_type::eq_int_type(
__c
, traits_type::eof()))
68
__c
= __sbin->snextc();
83
traits_type::int_type
__c
= __sbin->sgetc();
local
84
while (!traits_type::eq_int_type(
__c
, traits_type::eof()))
97
__c
= __sbin->underflow()
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/
ctype_members.cc
65
ctype<wchar_t>::do_toupper(wchar_t
__c
) const
66
{ return towupper(
__c
); }
80
ctype<wchar_t>::do_tolower(wchar_t
__c
) const
81
{ return towlower(
__c
); }
96
do_widen(char
__c
) const
97
{ return _M_widen[static_cast<unsigned char>(
__c
)]; }
118
const int
__c
= wctob(__wc);
local
119
return (
__c
== EOF ? __dfault : static_cast<char>(
__c
));
134
const int
__c
= wctob(*__lo)
local
143
const int
__c
= wctob(*__lo);
local
157
const int
__c
= wctob(__i);
local
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ostream_insert.h
65
const _CharT
__c
= __out.fill();
local
68
const typename _Traits::int_type __put = __out.rdbuf()->sputc(
__c
);
quoted_string.h
99
for (const _CharT*
__c
= __str._M_string; *
__c
; ++
__c
)
101
if (*
__c
== __str._M_delim || *
__c
== __str._M_escape)
103
__ostr << *
__c
;
local
124
for (auto
__c
: __str._M_string)
126
if (
__c
== __str._M_delim ||
__c
== __str._M_escape)
128
__ostr <<
__c
;
local
147
_CharT
__c
;
local
148
__is >>
__c
;
local
162
__is >>
__c
;
local
167
__is >>
__c
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/
ctype_members.cc
65
ctype<wchar_t>::do_toupper(wchar_t
__c
) const
66
{ return towupper(
__c
); }
80
ctype<wchar_t>::do_tolower(wchar_t
__c
) const
81
{ return towlower(
__c
); }
96
do_widen(char
__c
) const
97
{ return _M_widen[static_cast<unsigned char>(
__c
)]; }
118
const int
__c
= wctob(__wc);
local
119
return (
__c
== EOF ? __dfault : static_cast<char>(
__c
));
134
const int
__c
= wctob(*__lo)
local
143
const int
__c
= wctob(*__lo);
local
157
const int
__c
= wctob(__i);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ostream_insert.h
65
const _CharT
__c
= __out.fill();
local
68
const typename _Traits::int_type __put = __out.rdbuf()->sputc(
__c
);
quoted_string.h
99
for (const _CharT*
__c
= __str._M_string; *
__c
; ++
__c
)
101
if (*
__c
== __str._M_delim || *
__c
== __str._M_escape)
103
__ostr << *
__c
;
local
124
for (auto
__c
: __str._M_string)
126
if (
__c
== __str._M_delim ||
__c
== __str._M_escape)
128
__ostr <<
__c
;
local
147
_CharT
__c
;
local
148
__is >>
__c
;
local
162
__is >>
__c
;
local
167
__is >>
__c
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gnulib/import/malloc/
scratch_buffer.h
69
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon18417
77
buffer->data = buffer->__space.
__c
;
85
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20260
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20262
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20264
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20266
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20268
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20270
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20272
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20274
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20276
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20278
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20280
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20282
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20284
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20286
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20288
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/malloc/
scratch_buffer.gl.h
74
union { max_align_t __align; char
__c
[1024]; } __space;
member in union:scratch_buffer::__anon20290
82
buffer->data = buffer->__space.
__c
;
90
if (buffer->data != buffer->__space.
__c
)
Completed in 52 milliseconds
1
2
3
4
5
6
Indexes created Sun Mar 01 05:31:48 UTC 2026