Searched refs:atype (Results 26 - 50 of 107) sorted by relevance

12345

/netbsd-current/external/bsd/ipf/dist/
H A Dip_fil.c712 ipf_ifpaddr(softc, v, atype, ifptr, inp, inpmask)
714 int v, atype;
746 return ipf_ifpfillv4addr(atype, sin, &mask,
758 return ipf_ifpfillv6addr(atype, sin6, &mask,
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c1440 char *atype = (char *) SSL_alert_type_string_long( ret ); local
1444 if ( atype ) {
1445 atype = LDAP_STRDUP( atype );
1446 __etoa( atype );
1455 op, atype, adesc );
1457 if ( atype ) LDAP_FREE( atype );
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldgram.y154 %type <token> assign_op atype attributes_opt sect_constraint opt_align_with_input
1182 atype:
1189 exp atype ':' { $$ = $1; }
1190 | atype ':' { $$ = (etree_type *)NULL; }
1195 BIND '(' exp ')' atype ':' { $$ = $3; }
1196 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
1139 atype: label
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c4188 finish_length_check (tree atype, tree iterator, tree obase, unsigned n)
4191 if (TREE_CODE (atype) != ARRAY_TYPE)
4244 tree atype = TREE_TYPE (base);
4246 tree type = TREE_TYPE (atype);
4264 if (TREE_CODE (atype) == ARRAY_TYPE && TYPE_DOMAIN (atype))
4265 maxindex = array_type_nelts (atype);
4303 && TREE_CODE (atype) == ARRAY_TYPE
4311 (atype, TREE_TYPE (init))))
4323 init = digest_init (atype, ini
4185 finish_length_check(tree atype, tree iterator, tree obase, unsigned n) argument
4241 tree atype = TREE_TYPE (base); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldgram.y149 %type <token> assign_op atype attributes_opt sect_constraint opt_align_with_input
1121 atype: label
1128 exp atype ':' { $$ = $1; }
1129 | atype ':' { $$ = (etree_type *)NULL; }
1134 BIND '(' exp ')' atype ':' { $$ = $3; }
1135 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc4308 finish_length_check (tree atype, tree iterator, tree obase, unsigned n)
4311 if (TREE_CODE (atype) != ARRAY_TYPE)
4366 tree atype = TREE_TYPE (base);
4368 tree type = TREE_TYPE (atype);
4385 if (TREE_CODE (atype) == ARRAY_TYPE && TYPE_DOMAIN (atype))
4386 maxindex = array_type_nelts (atype);
4428 && TREE_CODE (atype) == ARRAY_TYPE
4437 (atype, TREE_TYPE (init))))
4449 init = digest_init (atype, ini
4300 finish_length_check(tree atype, tree iterator, tree obase, unsigned n) argument
4358 tree atype = TREE_TYPE (base); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldgram.y151 %type <token> assign_op atype attributes_opt sect_constraint opt_align_with_input
1139 atype: label
1146 exp atype ':' { $$ = $1; }
1147 | atype ':' { $$ = (etree_type *)NULL; }
1152 BIND '(' exp ')' atype ':' { $$ = $3; }
1153 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-bgp.c1875 uint8_t atype, const u_char *pptr, u_int len,
1894 switch (atype) {
1927 as_size = bgp_attr_get_as_size(ndo, atype, pptr, len);
2428 atype = GET_U_1(tptr + 1);
2444 "Unknown Attribute", atype),
2445 atype,
2475 else if (!bgp_attr_print(ndo, atype, tptr, alen, attr_set_level + 1))
2504 ND_PRINT("\n\t no Attribute %u decoder", atype); /* we have no decoder for the attribute */
2815 uint8_t aflags, atype, alenlen; local
2828 atype
1874 bgp_attr_print(netdissect_options *ndo, uint8_t atype, const u_char *pptr, u_int len, const unsigned attr_set_level) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_ameth.c655 int atype; local
662 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
666 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
679 ecpeer = eckey_type2param(atype, aval);
/netbsd-current/sys/arch/usermode/usermode/
H A Dpmap.c116 bool pmap_fault(pmap_t pmap, vaddr_t va, vm_prot_t *atype);
678 pmap_fault(pmap_t pmap, vaddr_t va, vm_prot_t *atype) argument
694 *atype = VM_PROT_READ; /* assume it was a read */
706 /* atype not set */
735 *atype = VM_PROT_READ; /* assume its a read error */
749 *atype = VM_PROT_EXECUTE; /* assume it was executing */
761 *atype = VM_PROT_WRITE; /* assume its a write error */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c1462 tree atype, mtype, val, res = PHI_RESULT (phi); local
1478 atype = TREE_TYPE (res);
1479 mtype = POINTER_TYPE_P (atype) ? sizetype : atype;
1482 val = fold_build2 (POINTER_TYPE_P (atype)
1484 atype, unshare_expr (iv.base), val);
H A Domp-simd-clone.c526 tree atype = build_array_type_nelts (orig_rettype, local
529 return build1 (VIEW_CONVERT_EXPR, atype, t);
532 tree retval = create_tmp_var_raw (atype, "retval");
550 tree atype = build_array_type_nelts (type, simdlen); local
551 tree avar = create_tmp_var_raw (atype, prefix);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc1539 tree atype, mtype, val, res = PHI_RESULT (phi); local
1555 atype = TREE_TYPE (res);
1556 mtype = POINTER_TYPE_P (atype) ? sizetype : atype;
1559 val = fold_build2 (POINTER_TYPE_P (atype)
1561 atype, unshare_expr (iv.base), val);
H A Domp-simd-clone.cc530 tree atype = build_array_type_nelts (orig_rettype, local
533 return build1 (VIEW_CONVERT_EXPR, atype, t);
536 tree retval = create_tmp_var_raw (atype, "retval");
554 tree atype = build_array_type_nelts (type, simdlen); local
555 tree avar = create_tmp_var_raw (atype, prefix);
H A Dgimple-fold.cc4290 tree atype, src; local
4293 atype = char_type_node;
4298 atype = build_array_type_nelts (char_type_node, padding_bytes);
4299 src = build_constructor (atype, NULL);
4301 tree dst = build2_loc (buf->loc, MEM_REF, atype, buf->base,
4336 tree atype, src; local
4339 atype = char_type_node;
4344 atype = build_array_type_nelts (char_type_node, k - j);
4345 src = build_constructor (atype, NULL);
4347 tree dst = build2_loc (buf->loc, MEM_REF, atype,
4374 tree atype = type; local
4424 tree atype, src; local
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dkeyring.c841 pgp_armor_type_t atype; local
853 atype = PGP_PGP_PUBLIC_KEY_BLOCK;
855 atype = PGP_PGP_PRIVATE_KEY_BLOCK;
856 pgp_writer_push_armoured(output, atype);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_ameth.c615 int atype; local
624 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
628 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL)
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c928 ap->atype = type;
957 for (; ap && ap->atype != type; ap = ap->next)
/netbsd-current/sys/arch/vax/vax/
H A Ddb_disasm.c104 int atype; /* argument-type, eg. byte, long, address */ member in struct:__anon17
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daddr_families.c40 krb5_address_type atype; member in struct:addr_operations
829 find_atype(krb5_address_type atype) argument
834 if (atype == a->atype)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dctfread.c687 struct type *type, *rettype, *atype; local
722 atype = fetch_tid_type (ccp, argv[iparam]);
723 if (atype != nullptr)
724 type->field (iparam).set_type (atype);
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c1570 ipf_ifpaddr(ipf_main_softc_t *softc, int v, int atype, void *ifptr, argument
1616 if (atype == FRI_BROADCAST)
1618 else if (atype == FRI_PEERADDR)
1623 return ipf_ifpfillv6addr(atype, (struct sockaddr_in6 *)sock,
1627 return ipf_ifpfillv4addr(atype, (struct sockaddr_in *)sock,
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c1198 struct vector_type_el atype;
1203 atype.defined = 0;
1204 atype.type = NT_invtype;
1205 atype.width = -1;
1206 atype.element_size = 0;
1207 atype.index = 0;
1212 *typeinfo = atype;
1262 atype.defined |= NTA_HASVARWIDTH | NTA_HASTYPE;
1269 atype.defined |= NTA_HASINDEX;
1271 atype
957 struct vector_type_el atype; local
1092 struct vector_type_el atype; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-aarch64.c992 struct vector_type_el atype;
996 atype.defined = 0;
997 atype.type = NT_invtype;
998 atype.width = -1;
999 atype.index = 0;
1004 *typeinfo = atype;
1039 atype.defined |= NTA_HASVARWIDTH | NTA_HASTYPE;
1046 atype.defined |= NTA_HASINDEX;
1048 atype.defined |= NTA_HASTYPE;
1050 atype
990 struct vector_type_el atype; local
1124 struct vector_type_el atype; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.c959 struct vector_type_el atype;
963 atype.defined = 0;
964 atype.type = NT_invtype;
965 atype.width = -1;
966 atype.index = 0;
971 *typeinfo = atype;
1006 atype.defined |= NTA_HASVARWIDTH | NTA_HASTYPE;
1013 atype.defined |= NTA_HASINDEX;
1015 atype.defined |= NTA_HASTYPE;
1017 atype
957 struct vector_type_el atype; local
1092 struct vector_type_el atype; local
[all...]

Completed in 530 milliseconds

12345