Searched refs:atype (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/pkcs12/ |
| D | p12_attr.c | 139 ASN1_TYPE *atype; in PKCS12_get_friendlyname() local 140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL; in PKCS12_get_friendlyname() 141 if (atype->type != V_ASN1_BMPSTRING) return NULL; in PKCS12_get_friendlyname() 142 return uni2asc(atype->value.bmpstring->data, in PKCS12_get_friendlyname() 143 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
|
| /mirbsd/src/sys/net/ |
| D | if_arcsubr.c | 101 u_int8_t atype, adst; local 152 atype = ARCTYPE_IP; 155 atype = ARCTYPE_IP_OLD; 164 atype = ah->arc_type; 203 ah->arc_type = atype; 236 ah->arc_type = atype; 251 ah->arc_type = atype; 263 ah->arc_type = atype; 469 u_int8_t atype; local 491 atype = ah->arc_type; [all …]
|
| /mirbsd/src/sys/lib/libsa/ |
| D | bootparam.c | 77 u_int32_t atype; member 390 xi->atype = htonl(1); in xdr_inaddr_encode() 421 if (xi->atype != htonl(1)) { in xdr_inaddr_decode() 423 ntohl(xi->atype))); in xdr_inaddr_decode()
|
| /mirbsd/src/lib/libssl/src/crypto/x509/ |
| D | x509_att.c | 268 int atype; in X509_ATTRIBUTE_set1_data() local 277 atype = stmp->type; in X509_ATTRIBUTE_set1_data() 281 atype = attrtype; in X509_ATTRIBUTE_set1_data() 287 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldgram.y | 147 %type <token> assign_op atype attributes_opt sect_constraint 960 atype: 967 exp atype ':' { $$ = $1; } 968 | atype ':' { $$ = (etree_type *)NULL; } 973 BIND '(' exp ')' atype ':' { $$ = $3; } 974 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
|
| /mirbsd/src/sys/nfs/ |
| D | krpc_subr.c | 538 u_int32_t atype; member 554 xi->atype = txdr_unsigned(1); 580 if (xi->atype != txdr_unsigned(1)) {
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | fga.c | 721 int dtype, atype; local 723 atype = (ca->ca_ra.ra_reg[1].rr_iospace & VME_MASTER_CAP_ADDR) >> 2; 726 if (p->data_cap == dtype && p->addr_cap == atype)
|
| /mirbsd/src/lib/libc/gen/ |
| D | login_cap.c | 157 login_getstyle(login_cap_t *lc, char *style, char *atype) in login_getstyle() argument 176 if (!atype || !(auths = login_getcapstr(lc, atype, NULL, NULL))) in login_getstyle()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-lang.c | 2789 ada_type_match (struct type *ftype, struct type *atype, int may_deref) in ada_type_match() argument 2792 atype = ada_check_typedef (atype); in ada_type_match() 2796 if (TYPE_CODE (atype) == TYPE_CODE_REF) in ada_type_match() 2797 atype = TYPE_TARGET_TYPE (atype); in ada_type_match() 2800 || TYPE_CODE (atype) == TYPE_CODE_VOID) in ada_type_match() 2808 if (TYPE_CODE (atype) == TYPE_CODE_PTR) in ada_type_match() 2810 TYPE_TARGET_TYPE (atype), 0); in ada_type_match() 2813 && ada_type_match (TYPE_TARGET_TYPE (ftype), atype, 0)); in ada_type_match() 2817 switch (TYPE_CODE (atype)) in ada_type_match() 2828 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY in ada_type_match() [all …]
|
| D | value.c | 217 struct type *atype = check_typedef (type); in allocate_value() local 219 val = (struct value *) xzalloc (sizeof (struct value) + TYPE_LENGTH (atype)); in allocate_value()
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | dtd_util.c | 1157 int atype; in load_flat_AttrList() local 1167 &atype, in load_flat_AttrList() 1173 attributes[j].type = atype; in load_flat_AttrList()
|