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

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dcoll_proof_cksum.c31 krb5_c_is_coll_proof_cksum(krb5_cksumtype ctype) argument
36 if (krb5_cksumtypes_list[i].ctype == ctype)
47 is_coll_proof_cksum(krb5_cksumtype ctype) argument
49 return krb5_c_is_coll_proof_cksum (ctype);
H A Dkeyed_cksum.c32 krb5_c_is_keyed_cksum(krb5_cksumtype ctype) argument
37 if (krb5_cksumtypes_list[i].ctype == ctype) {
53 is_keyed_cksum(krb5_cksumtype ctype) argument
55 return krb5_c_is_keyed_cksum (ctype);
H A Dvalid_cksumtype.c32 krb5_c_valid_cksumtype(krb5_cksumtype ctype) argument
37 if (krb5_cksumtypes_list[i].ctype == ctype)
45 valid_cksumtype(krb5_cksumtype ctype) argument
47 return krb5_c_valid_cksumtype (ctype);
H A Dstring_to_cksumtype.c38 *cksumtypep = krb5_cksumtypes_list[i].ctype;
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c28 #include <ctype.h>
42 int32_t ctype; member in struct:ctype_node
77 ctn->ctype |= (_ISUPPER | _ISALPHA | _ISGRAPH | _ISPRINT);
80 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT);
83 ctn->ctype |= (_ISALPHA | _ISGRAPH | _ISPRINT);
86 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT);
89 ctn->ctype |= _ISSPACE;
92 ctn->ctype |= _ISCNTRL;
95 ctn->ctype |= (_ISGRAPH | _ISPRINT);
98 ctn->ctype |
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/hdrs/
H A Dmeta_lib_prv.h33 #include <ctype.h>
/illumos-gate/usr/src/lib/libmail/common/
H A Dskipspace.c34 #include <ctype.h>
H A Dcasncmp.c45 #include <ctype.h>
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c17 #include <ctype.h>
28 return (((unsigned)c > 255) ? c : loc->ctype->lc_trans_lower[c]);
34 return (((unsigned)c > 255) ? c : loc->ctype->lc_trans_upper[c]);
H A Dmbsinit.c24 return (loc->ctype->lc_mbsinit(s));
H A Dstrcasecmp.c38 #include <ctype.h>
50 const struct lc_ctype *lct = loc->ctype;
H A Dstrcasestr.c32 #include <ctype.h>
49 const int *cm = loc->ctype->lc_trans_lower;
H A Dstrncasecmp.c38 #include <ctype.h>
50 const struct lc_ctype *lct = loc->ctype;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcsetlen.c31 #include <ctype.h>
H A Dgethz.c36 #include <ctype.h>
/illumos-gate/usr/src/cmd/tbl/
H A Dtt.c21 ctype(int il, int ic) function
41 return(c<ncol && ctype(i,c)=='s');
48 if (ctype(i,c) != 's') return(0);
50 if (c < ncol && ctype(i,c)== 's')
52 for(k=0; ctype(i,--c) == 's'; k++);
61 for(k=1; c<ncol && ctype(i,c)=='s'; k++)
100 t = ctype(i,c);
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_ord.h61 #include <ctype.h>
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsecutil.c10 #include <ctype.h>
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstring.c16 #include <ctype.h>
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintbuf.c9 #include <ctype.h>
H A Dprintsbuf.c8 #include <ctype.h>
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregclass.c35 regclass_t ctype; member in struct:Ctype_s
53 * and the fact that ctype functions are macros
107 static Ctype_t ctype[] = variable
136 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); }
137 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); }
138 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); }
139 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); }
140 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); }
141 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); }
142 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPE
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacqnx.h61 #include <ctype.h>
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrcasecmp.c32 #include <ctype.h>
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstracmp.c37 #include <ctype.h>

Completed in 111 milliseconds

1234567891011>>