Home
last modified time | relevance | path

Searched refs:PRIMITIVE (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c40 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 Dasn1_encode.c47 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 Dkrbasn1.h33 typedef enum { PRIMITIVE = 0x00, CONSTRUCTED = 0x20 } asn1_construction; enumerator
H A Dasn1_get.c38 t->construction = PRIMITIVE; in asn1_get_tag_2()
H A Dasn1_decode.c52 if(asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
H A Dasn1_k_decode.c172 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 Dasn1_k_encode.c1417 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 Dderparse.h45 #define PRIMITIVE 0x00 /* 0 = primitive */ macro