/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | coll_proof_cksum.c | 31 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 D | keyed_cksum.c | 32 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 D | valid_cksumtype.c | 32 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 D | old_api_glue.c | 197 krb5_checksum_size(krb5_context context, krb5_cksumtype ctype) argument 201 if (krb5_c_checksum_length(context, ctype, &ret)) 208 krb5_calculate_checksum(krb5_context context, krb5_cksumtype ctype, argument 226 if ((ret = krb5_c_make_checksum(context, ctype, &key, 0, &input, &cksum))) 246 krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype, argument
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | cp_unicode.h | 38 smb_wchar_t ctype; member in struct:unicode_cp
|
H A D | string.h | 95 * should appear in the ctype field of the code page tables. 105 * ctype indicates case of the value. 110 unsigned char ctype; member in struct:smb_codepage
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tt.c | 21 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/libslp/clib/ |
H A D | SLPParseSrvURL.c | 31 #include <ctype.h> 47 char *ctype; member in struct:slp_type 155 type->ctype = NULL; 197 type->ctype = q;
|
/illumos-gate/usr/src/lib/libsmedia/plugins/blkdev/common/ |
H A D | b_generic.c | 66 _m_device_type(ushort_t ctype, ushort_t mtype) argument 68 if (ctype == DKC_BLKDEV) {
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | localeimpl.h | 66 const struct lc_ctype *ctype; member in struct:_locale
|
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_generic.c | 59 _m_device_type(ushort_t ctype, ushort_t mtype) argument 61 if ((ctype == DKC_INTEL82077) || (ctype == DKC_UNKNOWN)) {
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer5.c | 240 int ctype, i, count; local 246 while (ctype = *keystr++) { 253 sf = fpar(nf, flds, t1, ctype, i, 1);
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 35 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/cmd/localedef/ |
H A D | parser.y | 214 | ctype 278 ctype : T_CTYPE T_NL ctype_list T_END T_CTYPE T_NL label
|
H A D | ctype.c | 28 #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/libzpool/common/ |
H A D | util.c | 69 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) argument 120 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0) 134 show_vdev_stats(tname, ctype, cnv, indent + 2);
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | disks_private.h | 63 char *ctype; member in struct:path 84 char *ctype; member in struct:controller_info
|
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/ |
H A D | s_generic.c | 579 _m_device_type(ushort_t ctype, ushort_t mtype) argument 581 if ((ctype == DKC_SCSI_CCS) || 582 (ctype == DKC_MD21) || 583 (ctype == DKC_CDROM)) {
|
/illumos-gate/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 695 kcf_call_type_t ctype; local 700 if ((ctype = GET_REQ_TYPE(handle)) == CRYPTO_SYNCH) { 708 ASSERT(ctype == CRYPTO_ASYNCH);
|
/illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_mirror.c | 324 component_type_t ctype = TYPE_UNKNOWN; local 329 (void) devconfig_get_type(comp, &ctype); 337 if (ctype == TYPE_STRIPE) { 370 if (ctype == TYPE_STRIPE) {
|
H A D | layout_validate.c | 1762 component_type_t ctype = TYPE_UNKNOWN; local 1766 if ((error = devconfig_get_type(comp, &ctype)) != 0) { 1790 if (ctype == TYPE_SLICE) {
|
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_drive.c | 571 enum mhd_ctlrtype_t ctype; member in struct:pln_cache 582 enum mhd_ctlrtype_t ctype 591 p->ctype = ctype; 607 *ctype_ret = p->ctype; 645 enum mhd_ctlrtype_t ctype; local 652 if (find_pln_cache(pln_ctlr_name, &ctype) == 1) { 654 if (ctype != MHD_CTLR_SSA200) 658 cinfop->mhc_ctype = ctype; 705 /* over-ride the ctype, an [all...] |
/illumos-gate/usr/src/cmd/sed/ |
H A D | compile.c | 38 #include <ctype.h> 815 duptoeol(char *s, const char *ctype) argument 826 warnx(_("%lu: %s: whitespace after %s"), linenum, fname, ctype);
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 33 #include <ctype.h> 99 uchar ctype; /* OCELL, OBOOL, OJUMP, etc. */ member in struct:Cell 230 #define isjump(n) ((n)->ctype == OJUMP)
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | func.c | 642 isns_type_t ctype; /* child object type */ local 731 ctype = obj->type; 743 ec = buff_child_obj(ptype, ctype, obj, child);
|