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

1234567891011>>

/macosx-10.10.1/Libc-1044.1.2/locale/
H A Disctype.c25 * Tell <ctype.h> to generate extern versions of all the top level inline
30 #include <ctype.h>
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dchartype.test4 # Tests for the ctype command.
36 test chartype-1.1 {ctype tests} {
37 ctype digit 01234567
40 test chartype-1.2 {ctype tests} {
41 ctype digit abc123cd
44 test chartype-1.3 {ctype tests} {
45 ctype xdigit 01234567abcdefABCDEF
48 test chartype-1.4 {ctype tests} {
49 ctype xdigit XMc123cd
52 test chartype-1.4.1 {ctype test
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dnomacros.c5 * Tell <ctype.h> to generate extern versions of all its inline
8 * before including <ctype.h>.
12 #include <ctype.h>
/macosx-10.10.1/swig-12/Lib/modula3/
H A Dtypemaps.i17 %typemap(ctype) bool *, bool & "bool *"
18 %typemap(ctype) char & "char *"
19 %typemap(ctype) signed char *, signed char & "signed char *"
20 %typemap(ctype) unsigned char *, unsigned char & "unsigned short *"
21 %typemap(ctype) short *, short & "short *"
22 %typemap(ctype) unsigned short *, unsigned short & "unsigned short *"
23 %typemap(ctype) int *, int & "int *"
24 %typemap(ctype) unsigned int *, unsigned int & "unsigned int *"
25 %typemap(ctype) long *, long & "long *"
26 %typemap(ctype) unsigne
[all...]
/macosx-10.10.1/libstdcxx-104.1/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...]
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...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/mac/
H A Dmac_tkTable_prefix.h16 #include <ctype.h> /* for isspace et al. */
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dclosure.rb5 attr_reader :ctype
17 # * +ctype+ is the C type to be returned
34 def initialize ctype, args, abi = Fiddle::Function::DEFAULT, &block
35 super(ctype, args, abi)
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
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...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dskipblanks.c29 #include <ctype.h>
H A Dallascii.c31 #include <ctype.h>
H A Dalldig.c30 #include <ctype.h>
H A Dallprint.c31 #include <ctype.h>
H A Dallspace.c31 #include <ctype.h>
H A Dlowercase.c28 #include <ctype.h>
H A Dprintable.c36 #include <ctype.h>
H A Dtrimblanks.c31 #include <ctype.h>
H A Duppercase.c28 #include <ctype.h>
/macosx-10.10.1/Heimdal-398.1.2/lib/sl/
H A Dsl_locl.h41 #include <ctype.h>
/macosx-10.10.1/groff-38/groff/src/include/
H A Ddriver.h24 #include <ctype.h>
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dtclerrors.swg50 SWIG_Tcl_SetErrorObj(Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj)
54 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL);
58 SWIG_Tcl_SetErrorMsg(Tcl_Interp *interp, const char *ctype, const char *mesg)
61 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL);
62 Tcl_AppendResult(interp, ctype, " ", mesg, NULL);
64 Tcl_AddErrorInfo(interp, ctype);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrlwr.c36 #include <ctype.h>
H A Dstrupr.c36 #include <ctype.h>
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dclclient.cpp46 BuildCertGroup::BuildCertGroup(CSSM_CERT_TYPE ctype, CSSM_CERT_ENCODING encoding, argument
51 CertType = ctype;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dclclient.cpp46 BuildCertGroup::BuildCertGroup(CSSM_CERT_TYPE ctype, CSSM_CERT_ENCODING encoding, argument
51 CertType = ctype;

Completed in 163 milliseconds

1234567891011>>