Searched refs:ctype (Results 1 - 25 of 1535) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/ofed/include/linux/
H A Dctype.h32 #include <sys/ctype.h>
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Daddicmp.c11 #include <ctype.h>
H A Dicmpcode.c11 #include <ctype.h>
/freebsd-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cctype.h39 #include_next <ctype.h>
/freebsd-10.0-release/lib/libc/locale/
H A Dctype.c31 #include <ctype.h>
H A Dnomacros.c5 * Tell <ctype.h> to generate extern versions of all its inline
8 * before including <ctype.h>.
18 #include <ctype.h>
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dctype.cc47 locale::id ctype<char>::id;
50 locale::id ctype<wchar_t>::id;
54 const ctype<char>&
55 use_facet<ctype<char> >(const locale& __loc)
57 size_t __i = ctype<char>::id._M_id();
59 return static_cast<const ctype<char>&>(*(__tmp->_M_facets[__i]));
64 const ctype<wchar_t>&
65 use_facet<ctype<wchar_t> >(const locale& __loc)
67 size_t __i = ctype<wchar_t>::id._M_id();
69 return static_cast<const ctype<wchar_
88 ctype<wchar_t>::ctype(size_t __refs) function in class:ctype
93 ctype<wchar_t>::ctype(__c_locale __cloc, size_t __refs) function in class:ctype
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc1 // std::ctype implementation details, GNU version -*- C++ -*-
31 // ISO C++ 14882: 22.2.1.1.2 ctype virtual functions.
41 // NB: The other ctype<char> specializations are in src/locale.cc and
45 : ctype<char>(0, false, __refs)
55 ctype<wchar_t>::__wmask_type
56 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const
64 ctype<wchar_t>::do_toupper(wchar_t __c) const
68 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const
79 ctype<wchar_t>::do_tolower(wchar_t __c) const
83 ctype<wchar_
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/aix/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
50 ctype<char>::
59 ctype<char>::
68 ctype<char>::
H A Dctype_noninline.h39 // Information as gleaned from /usr/include/ctype.h
42 ctype<char>::classic_table() throw()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
69 ctype<char>::do_toupper(char __c) const
73 ctype<char>::do_toupper(char* __low, const char* __high) const
84 ctype<char>::do_tolower(char __c) const
88 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_noninline.h39 // Information as gleaned from /usr/include/ctype.h
42 ctype<char>::classic_table() throw()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
69 ctype<char>::do_toupper(char __c) const
73 ctype<char>::do_toupper(char* __low, const char* __high) const
84 ctype<char>::do_tolower(char __c) const
88 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_noninline.h39 // Information as gleaned from /usr/include/ctype.h
42 ctype<char>::classic_table() throw()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
69 ctype<char>::do_toupper(char __c) const
73 ctype<char>::do_toupper(char* __low, const char* __high) const
84 ctype<char>::do_tolower(char __c) const
88 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
50 ctype<char>::
59 ctype<char>::
68 ctype<char>::
H A Dctype_noninline.h39 // Information as gleaned from /usr/include/ctype.h
44 ctype<char>::classic_table() throw()
47 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
59 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
71 ctype<char>::do_toupper(char __c) const
75 ctype<char>::do_toupper(char* __low, const char* __high) const
86 ctype<char>::do_tolower(char __c) const
90 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/djgpp/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
50 ctype<char>::
59 ctype<char>::
69 ctype<char>::
H A Dctype_noninline.h39 // Information as gleaned from DJGPP <ctype.h>
42 ctype<char>::classic_table() throw()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
69 ctype<char>::do_toupper(char __c) const
73 ctype<char>::do_toupper(char* __low, const char* __high) const
84 ctype<char>::do_tolower(char __c) const
88 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/generic/
H A Dctype_noninline.h40 // Information as gleaned from /usr/include/ctype.h
43 ctype<char>::classic_table() throw()
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
70 ctype<char>::do_toupper(char __c) const
74 ctype<char>::do_toupper(char* __low, const char* __high) const
85 ctype<char>::do_tolower(char __c) const
89 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
50 ctype<char>::
59 ctype<char>::
69 ctype<char>::
/freebsd-10.0-release/contrib/libstdc++/config/os/hpux/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
50 ctype<char>::
59 ctype<char>::
69 ctype<char>::
H A Dctype_noninline.h40 // Information as gleaned from /usr/include/ctype.h
43 ctype<char>::classic_table() throw()
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
70 ctype<char>::do_toupper(char __c) const
74 ctype<char>::do_toupper(char* __low, const char* __high) const
85 ctype<char>::do_tolower(char __c) const
89 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
50 ctype<char>::
59 ctype<char>::
68 ctype<char>::
H A Dctype_noninline.h40 // Information as gleaned from /usr/include/ctype.h
43 ctype<char>::classic_table() throw()
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
70 ctype<char>::do_toupper(char __c) const
74 ctype<char>::do_toupper(char* __low, const char* __high) const
85 ctype<char>::do_tolower(char __c) const
89 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
50 ctype<char>::
59 ctype<char>::
68 ctype<char>::
H A Dctype_noninline.h39 // Information as gleaned from /usr/include/ctype.h
42 ctype<char>::classic_table() throw()
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
71 ctype<char>::do_toupper(char __c) const
75 ctype<char>::do_toupper(char* __low, const char* __high) const
86 ctype<char>::do_tolower(char __c) const
90 ctype<cha
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/mingw32/
H A Dctype_inline.h39 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
40 // functions go in ctype.cc
45 ctype<char>::
51 ctype<char>::
60 ctype<char>::
69 ctype<char>::

Completed in 213 milliseconds

1234567891011>>