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

12345678

/barrelfish-2018-10-04/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>
H A Dfix_grouping.c30 #include <ctype.h>
H A Dtolower.c41 #include <ctype.h>
H A Dtoupper.c41 #include <ctype.h>
H A Drunetype.c41 #include <ctype.h>
H A Dwctype.c35 #include <ctype.h>
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacqnx.h133 #include <ctype.h>
H A Dacfreebsd.h143 #include <sys/ctype.h>
175 #include <ctype.h>
H A Daccygwin.h136 #include <ctype.h>
H A Dacnetbsd.h171 #include <ctype.h>
H A Daclinux.h151 #include <linux/ctype.h>
253 #include <ctype.h>
H A Dacdragonfly.h139 #include <sys/ctype.h>
/barrelfish-2018-10-04/tools/fastmodels/
H A Dcache.c70 int ctype= CTYPE(level, clidr); local
73 if(ctype == ARMv8_CACHE_DONLY ||
74 ctype == ARMv8_CACHE_ID ||
75 ctype == ARMv8_CACHE_UNIFIED) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlex.c65 #include <ctype.h>
362 int ctype; local
374 Get_Ch_Class(cc, ctype); /* read first character */
376 _start_: /* cc/ctype: current char, pligne: ptr to next char */
377 switch (ctype)
386 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
394 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
419 Get_Ch_Class(cc, ctype);
424 switch (ctype)
450 if ((ctype !
811 int ctype = *p_ctype; local
[all...]
/barrelfish-2018-10-04/lib/libc/string/
H A Dstrcasestr.c41 #include <ctype.h>
H A Dstrcasecmp.c42 #include <ctype.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Do_str.c59 #include <ctype.h>
/barrelfish-2018-10-04/lib/libc/inet/
H A Dinet_network.c41 #include <ctype.h>
/barrelfish-2018-10-04/lib/libc/net/
H A Dmap_v4v6.c68 #include <ctype.h>
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dnetname.c51 #include <ctype.h>
/barrelfish-2018-10-04/lib/lua/src/
H A Dlctype.h3 ** 'ctype' functions for Lua
15 ** to the similar functions in the standard C ctype.h. They are
25 /* must use standard C ctype */
80 #include <ctype.h>
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_nan.c30 #include <ctype.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_ess.c381 ASN1_OBJECT *ctype; local
396 ctype = CMS_signed_get0_data_by_OBJ(si,
399 if (!ctype)
406 rct.contentType = ctype;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_mime.c56 #include <ctype.h>

Completed in 201 milliseconds

12345678