/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 40 enum kind_t { PRIMITIVE = 0, COMPOSITE, VARARG }; enumerator 359 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_set_function() 401 name, line, file, PRIMITIVE, type, basetype, levels, in symtab_set_errval() 430 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_args() 470 name, line, file, PRIMITIVE, type, print, 0, "", -1, -1); in symtab_add_varargs() 503 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_globals() 669 if (e != NULL && (e->e_kind == PRIMITIVE || e->e_kind == VARARG)) in x_type_of() 686 if (e != NULL && (e->e_kind == PRIMITIVE || e->e_kind == VARARG)) { in type_of() 706 if (e != NULL && (e->e_kind == PRIMITIVE || e->e_kind == VARARG)) in basetype_of() 715 if (e != NULL && (e->e_kind == PRIMITIVE || e->e_kind == VARARG)) in levels_of() [all …]
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_encode.c | 47 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BOOLEAN, length, &partlen); in asn1_encode_boolean() 98 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen); in asn1_encode_integer() 118 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_ENUMERATED,length, &partlen); 151 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen); in asn1_encode_unsigned_integer() 170 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, tag, in encode_bytestring_with_tag() 295 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BITSTRING, in asn1_encode_bitstring()
|
H A D | krbasn1.h | 33 typedef enum { PRIMITIVE = 0x00, CONSTRUCTED = 0x20 } asn1_construction; enumerator
|
H A D | asn1_get.c | 38 t->construction = PRIMITIVE; in asn1_get_tag_2()
|
H A D | asn1_decode.c | 52 if(asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
|
H A D | asn1_k_decode.c | 172 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \ 181 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \ 508 if (t.asn1class != UNIVERSAL || t.construction != PRIMITIVE || in asn1_decode_krb5_flags() 1355 construction = PRIMITIVE; in asn1_decode_algorithm_identifier() 1388 if (asn1class != UNIVERSAL || construction != PRIMITIVE || in asn1_decode_subject_pk_info()
|
H A D | asn1_k_encode.c | 1417 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,length,&length); \ 1429 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,len,&length); \ 1445 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,tag,len+1,&length); \
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | derparse.h | 45 #define PRIMITIVE 0x00 /* 0 = primitive */ macro
|