Searched refs:ctype (Results 76 - 100 of 1535) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.bin/unifdef/
H A Dunifdef.h30 #include <ctype.h>
/freebsd-10.0-release/usr.sbin/config/
H A Dmkheaders.c42 #include <ctype.h>
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dsymbol.h116 enum ctype { CT_CONTENTS, CT_USER } ; enum
133 enum ctype ctype; member in struct:constraint_spec
H A Dder_locl.h47 #include <ctype.h>
/freebsd-10.0-release/contrib/com_err/
H A Dcompile_et.h44 #include <ctype.h>
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dlf.cpp21 #include <ctype.h>
H A Dcmap.cpp23 #include <ctype.h>
H A Dstrcasecmp.c33 #include <ctype.h>
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dconnecttcp.c10 #include <ctype.h>
H A Dgetportproto.c11 #include <ctype.h>
H A Dprintdstlistdata.c8 #include <ctype.h>
H A Dprintfieldhdr.c10 #include <ctype.h>
H A Dprintpooldata.c8 #include <ctype.h>
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dincludes.h30 #include <ctype.h>
/freebsd-10.0-release/crypto/heimdal/appl/kf/
H A Dkf_locl.h42 #include <ctype.h>
/freebsd-10.0-release/crypto/heimdal/appl/rcp/
H A Drcp_locl.h46 #include <ctype.h>
/freebsd-10.0-release/crypto/heimdal/lib/com_err/
H A Dcompile_et.h46 #include <ctype.h>
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dmech_locl.h45 #include <ctype.h>
/freebsd-10.0-release/lib/libc/locale/
H A Dfix_grouping.c30 #include <ctype.h>
/freebsd-10.0-release/lib/libc/string/
H A Dstrcasestr.c41 #include <ctype.h>
/freebsd-10.0-release/sys/libkern/
H A Diconv_ucs.c85 void * ctype; member in struct:iconv_ucs
127 dp->ctype = NULL;
129 iconv_open(KICONV_WCTYPE_NAME, ENCODING_UTF8, &dp->ctype);
154 if (dp->ctype)
155 iconv_close(dp->ctype);
203 if (casetype == KICONV_FROM_LOWER && dp->ctype) {
204 code = towlower(code, dp->ctype);
205 } else if (casetype == KICONV_FROM_UPPER && dp->ctype) {
206 code = towupper(code, dp->ctype);
303 if (casetype == KICONV_LOWER && dp->ctype) {
[all...]
/freebsd-10.0-release/sys/netgraph/
H A Dng_parse.c52 #include <sys/ctype.h>
106 u_char *const buf, int *buflen, enum comptype ctype);
109 enum comptype ctype);
112 int *buflen, enum comptype ctype);
115 enum comptype ctype);
117 ng_parse_type *type, int index, enum comptype ctype);
119 int index, enum comptype ctype, int posn);
1201 const enum comptype ctype)
1203 const int num = ng_get_composite_len(type, start, buf, ctype);
1218 != (ctype
1199 ng_parse_composite(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen, const enum comptype ctype) argument
1376 ng_unparse_composite(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen, const enum comptype ctype) argument
1469 ng_get_composite_elem_default(const struct ng_parse_type *type, int index, const u_char *const start, u_char *buf, int *buflen, const enum comptype ctype) argument
1515 ng_get_composite_len(const struct ng_parse_type *type, const u_char *const start, const u_char *buf, const enum comptype ctype) argument
1556 ng_get_composite_etype(const struct ng_parse_type *type, int index, const enum comptype ctype) argument
1594 ng_parse_get_elem_pad(const struct ng_parse_type *type, int index, enum comptype ctype, int posn) argument
[all...]
/freebsd-10.0-release/contrib/diff/lib/
H A Dgetopt.h30 not defined, include <ctype.h>, which will pull in <features.h> for us
31 if it's from glibc. (Why ctype.h? It's guaranteed to exist and it
34 # include <ctype.h>
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dtroff.h25 #include <ctype.h>
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h35 * This is the C++ version of the Standard C Library header @c ctype.h,
51 #include <ctype.h>
53 // Get rid of those macros defined in <ctype.h> in lieu of real functions.

Completed in 173 milliseconds

1234567891011>>