| /onnv/onnv-gate/usr/src/uts/common/smbsrv/ |
| cp_unicode.h | 37 smb_wchar_t ctype; member in struct:unicode_cp [all...] |
| 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
|
| /onnv/onnv-gate/usr/src/cmd/tbl/ |
| 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);
|
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| SLPParseSrvURL.c | 31 #include <ctype.h> 47 char *ctype; member in struct:slp_type 155 type->ctype = NULL; 197 type->ctype = q;
|
| /onnv/onnv-gate/usr/src/common/openssl/ssl/ |
| s2_srvr.c | 926 int i,j,ctype,ret= -1; local 1010 ctype= *(p++); 1011 if (ctype != SSL2_AT_MD5_WITH_RSA_ENCRYPTION)
|
| ssl3.h | 425 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon2356
|
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| refer5.c | 240 int ctype, i, count; local 246 while (ctype = *keystr++) { 253 sf = fpar(nf, flds, t1, ctype, i, 1);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/krb5/ |
| krb5_asn.h | 158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
|
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| 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[CTYPES+6].wtype); [all...] |
| /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/ |
| disks_private.h | 65 char *ctype; member in struct:path 86 char *ctype; member in struct:controller_info
|
| findevs.c | 35 #include <ctype.h> 99 static char *ctype(di_node_t node, di_minor_t minor); 403 c_type = ctype(node, minor); 405 cp->ctype = c_type; 415 if (libdiskmgt_str_eq(cp->ctype, "scsi")) { 1036 ctype(di_node_t node, di_minor_t minor) function [all...] |
| /onnv/onnv-gate/usr/src/uts/common/crypto/spi/ |
| kcf_spi.c | 640 kcf_call_type_t ctype; local 645 if ((ctype = GET_REQ_TYPE(handle)) == CRYPTO_SYNCH) { 653 ASSERT(ctype == CRYPTO_ASYNCH);
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| channels.h | 112 char *ctype; /* type */ member in struct:Channel
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsd/ |
| func.c | 642 isns_type_t ctype; /* child object type */ local 731 ctype = obj->type; 743 ec = buff_child_obj(ptype, ctype, obj, child); [all...] |
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/ |
| 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) { [all...] |
| layout_validate.c | 1762 component_type_t ctype = TYPE_UNKNOWN; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/awk/ |
| awk.h | 34 #include <ctype.h> 100 uchar ctype; /* OCELL, OBOOL, OJUMP, etc. */ member in struct:Cell 231 #define isjump(n) ((n)->ctype == OJUMP)
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| serverloop.c | 1051 server_request_direct_tcpip(char *ctype) 1074 c = channel_new(ctype, SSH_CHANNEL_CONNECTING, 1081 server_request_session(char *ctype) 1093 c = channel_new(ctype, SSH_CHANNEL_LARVAL, 1109 char *ctype; local 1113 ctype = packet_get_string(&len); 1118 debug("server_input_channel_open: ctype %s rchan %d win %d max %d", 1119 ctype, rchan, rwindow, rmaxpack); 1121 if (strcmp(ctype, "session") == 0) { 1122 c = server_request_session(ctype); [all...] |
| /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamhd/ |
| 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, and tray * [all...] |
| /onnv/onnv-gate/usr/src/uts/common/crypto/core/ |
| kcf_sched.c | 268 kcf_call_type_t ctype; local 274 pd = ((ctype = GET_REQ_TYPE(ireq)) == CRYPTO_SYNCH) ? 309 if (ctype == CRYPTO_SYNCH) { 320 ASSERT(ctype == CRYPTO_ASYNCH); 363 if (ctype == CRYPTO_SYNCH) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun/sys/dada/targets/ |
| daddef.h | 369 char ctype; /* controller type */ member in struct:dcd_drivetype
|
| /onnv/onnv-gate/usr/src/cmd/ssh/ssh/ |
| clientloop.c | 1440 char *ctype; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/format/ |
| startup.c | 32 #include <ctype.h> 541 struct ctlr_type *ctype; local 671 ctype = mlp->ctlr_type; 773 if ((!(ctype->ctype_flags & CF_SCSI)) && (!(flags & SUP_BPT)) && 774 (!(ctype->ctype_flags & CF_NOFORMAT))) { 778 if ((ctype->ctype_flags & CF_SMD_DEFS) && (!(flags & SUP_BPS))) { 786 type = ctype->ctype_dlist; 788 ctype->ctype_dlist = dtype; 941 struct ctlr_type *ctype = NULL; local 1061 dtype == NULL && ctype == NULL) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| ldterm.c | 3385 int count, ctype; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
| pkcs11_spi.c | 494 CK_CERTIFICATE_TYPE ctype = CKC_X_509; local 507 SETATTR(templ, i, CKA_CERTIFICATE_TYPE, &ctype, sizeof (ctype)); i++; [all...] |