Searched refs:attributes (Results 1 - 25 of 207) sorted by relevance

123456789

/openbsd-current/gnu/gcc/gcc/config/
H A Dsol2.c34 /* Attach any pending attributes for DECL to the list in *ATTRIBUTES.
35 Pending attributes come from #pragma or _Pragma, so this code is
41 solaris_insert_attributes (tree decl, tree *attributes) argument
53 || lookup_attribute ("aligned", *attributes))
57 *attributes = tree_cons (get_identifier ("aligned"), value,
58 *attributes);
72 *attributes = tree_cons (get_identifier ("init"), NULL,
73 *attributes);
74 *attributes = tree_cons (get_identifier ("used"), NULL,
75 *attributes);
[all...]
/openbsd-current/lib/libcrypto/evp/
H A Devp_pkey.c149 return X509at_get_attr_count(key->attributes);
156 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
164 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
171 return X509at_get_attr(key->attributes, loc);
178 return X509at_delete_attr(key->attributes, loc);
185 if (X509at_add1_attr(&key->attributes, attr))
195 if (X509at_add1_attr_by_OBJ(&key->attributes, obj, type, bytes, len))
205 if (X509at_add1_attr_by_NID(&key->attributes, nid, type, bytes, len))
215 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type,
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dattrs.t3 # Regression tests for attributes.pm and the C< : attrs> syntax.
9 skip_all_if_miniperl("miniperl can't load attributes");
21 fresh_perl_is 'use attributes; print "ok"', 'ok', {},
22 'attributes.pm can load without warnings.pm already loaded';
27 like $@, qr/^Invalid CODE attributes?: ["']?plugh["']? at/;
30 like $@, qr/^Invalid CODE attributes: ["']?plugh\(0,0\)["']? /;
57 # More syntax tests from the attributes manpage
59 like $@, qr/^Invalid SCALAR attributes: ["']?switch\(10,foo\(7,3\)\) : expensive["']? at/;
61 like $@, qr/^Invalid SCALAR attributes: ["']?Ugly\('\\\("\) : Bad["']? at/;
65 like $@, qr/^Invalid SCALAR attributes
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dhtml.h47 extern void add_link (char *nodename, char *attributes);
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp34 DWARFAttributes attributes; local
35 const size_t num_child_attributes = die.GetAttributes(attributes);
43 const dw_attr_t attr = attributes.AttributeAtIndex(i);
45 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
H A DDWARFBaseDIE.cpp115 size_t DWARFBaseDIE::GetAttributes(DWARFAttributes &attributes, argument
118 return m_die->GetAttributes(m_cu, attributes, recurse);
119 attributes.Clear();
/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm1 package attributes; package
22 # attributes for that type.
122 attributes - get/set subroutine or variable attributes
130 use attributes (); # optional, to get subroutine declarations
131 my @attrlist = attributes::get(\&foo);
133 use attributes 'get'; # import the attributes::get subroutine
145 use attributes __PACKAGE__, \&foo, 'method';
149 use attributes ();
[all...]
/openbsd-current/lib/librpcsvc/
H A Dnfs_prot.x113 * File attributes
133 * File attributes which can be set
149 * Reply status with file attributes
153 fattr attributes;
160 sattr attributes;
173 fattr attributes;
207 fattr attributes; /* attributes, need for pagin*/
231 sattr attributes;
247 sattr attributes;
[all...]
/openbsd-current/usr.sbin/amd/rpcx/
H A Dnfs_prot.x132 * File attributes
152 * File attributes which can be set
168 * Reply status with file attributes
172 fattr attributes;
179 sattr attributes;
192 fattr attributes;
226 fattr attributes; /* attributes, need for pagin*/
250 sattr attributes;
266 sattr attributes;
[all...]
H A Dnfs_prot_xdr.c112 if (!xdr_fattr(xdrs, &objp->attrstat_u.attributes))
128 if (!xdr_sattr(xdrs, &objp->attributes))
152 if (!xdr_fattr(xdrs, &objp->attributes))
212 if (!xdr_fattr(xdrs, &objp->attributes))
265 if (!xdr_sattr(xdrs, &objp->attributes))
303 if (!xdr_sattr(xdrs, &objp->attributes))
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DELFAttributeParser.h27 std::unordered_map<unsigned, unsigned> attributes; member in class:llvm::ELFAttributeParser
64 auto I = attributes.find(tag);
65 if (I == attributes.end())
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_ipp.c69 const struct dc_cursor_attributes *attributes)
78 switch (attributes->color_format) {
98 CURSOR_2X_MAGNIFY, attributes->attribute_flags.bits.ENABLE_MAGNIFICATION,
99 CUR_INV_TRANS_CLAMP, attributes->attribute_flags.bits.INVERSE_TRANSPARENT_CLAMPING);
101 if (attributes->color_format == CURSOR_MODE_MONO) {
118 CURSOR_WIDTH, attributes->width-1,
119 CURSOR_HEIGHT, attributes->height-1);
128 CURSOR_SURFACE_ADDRESS_HIGH, attributes->address.high_part);
131 CURSOR_SURFACE_ADDRESS, attributes->address.low_part);
67 dce_ipp_cursor_set_attributes( struct input_pixel_processor *ipp, const struct dc_cursor_attributes *attributes) argument
/openbsd-current/lib/libcrypto/x509/
H A Dx509_req.c239 return X509at_get_attr_count(req->req_info->attributes);
246 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
254 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
261 return X509at_get_attr(req->req_info->attributes, loc);
268 return X509at_delete_attr(req->req_info->attributes, loc);
275 if (X509at_add1_attr(&req->req_info->attributes, attr))
285 if (X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj,
296 if (X509at_add1_attr_by_NID(&req->req_info->attributes, nid,
307 if (X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
/openbsd-current/usr.bin/dig/lib/dns/
H A Dname.c121 * Note: If additional attributes are added that should not be set for
129 name->attributes &= ~DNS_NAMEATTR_ABSOLUTE; \
137 ((name->attributes & (DNS_NAMEATTR_READONLY|DNS_NAMEATTR_DYNAMIC)) \
165 name->attributes = 0;
180 name->attributes &= ~DNS_NAMEATTR_ABSOLUTE;
194 name->attributes = 0;
219 if ((name->attributes & DNS_NAMEATTR_ABSOLUTE) != 0)
270 REQUIRE((name1->attributes & DNS_NAMEATTR_ABSOLUTE) ==
271 (name2->attributes & DNS_NAMEATTR_ABSOLUTE));
418 REQUIRE((name1->attributes
[all...]
/openbsd-current/gnu/gcc/gcc/objcp/
H A Dobjcp-decl.c66 objcp_finish_struct (tree t, tree fieldlist, tree attributes) argument
76 t = finish_struct (t, attributes);
H A Dobjcp-decl.h44 #define finish_struct(t, fieldlist, attributes) \
45 objcp_finish_struct (t, fieldlist, attributes)
/openbsd-current/lib/libradius/
H A Dradius_local.h41 char attributes[0]; member in struct:_RADIUS_PACKET_DATA
63 #define ATTRS_BEGIN(pdata) ((RADIUS_ATTRIBUTE*)pdata->attributes)
/openbsd-current/lib/libcrypto/asn1/
H A Dp8_pkey.c101 .offset = offsetof(PKCS8_PRIV_KEY_INFO, attributes),
102 .field_name = "attributes",
182 return p8->attributes;
190 if (X509at_add1_attr_by_NID(&p8->attributes, nid, type, bytes,
H A Dx_req.c68 * encode the attributes field if it is empty. This is in
70 * this by making the attributes field OPTIONAL then using
77 * the information is now contained in the attributes field:
80 * 3. If it is not empty then some attributes are present.
90 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
91 if (!rinf->attributes)
123 .offset = offsetof(X509_REQ_INFO, attributes),
124 .field_name = "attributes",
/openbsd-current/usr.sbin/ldapctl/
H A DMakefile8 index.c attributes.c schema.c syntax.c matching.c
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dipp.h77 const struct dc_cursor_attributes *attributes);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dada-lex.l872 attributes[] = {
899 for (i = 0; attributes[i].code != -1; i += 1)
900 if (strcasecmp (str, attributes[i].name) == 0)
901 return attributes[i].code;
903 for (i = 0, k = -1; attributes[i].code != -1; i += 1)
904 if (subseqMatch (str, attributes[i].name))
914 return attributes[k].code;
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DProcess.inc412 const WORD attributes =
422 ((attributes & FOREGROUND_BLUE) ? BACKGROUND_BLUE : 0) |
423 ((attributes & FOREGROUND_GREEN) ? BACKGROUND_GREEN : 0) |
424 ((attributes & FOREGROUND_RED) ? BACKGROUND_RED : 0) |
425 ((attributes & FOREGROUND_INTENSITY) ? BACKGROUND_INTENSITY : 0) |
426 ((attributes & BACKGROUND_BLUE) ? FOREGROUND_BLUE : 0) |
427 ((attributes & BACKGROUND_GREEN) ? FOREGROUND_GREEN : 0) |
428 ((attributes & BACKGROUND_RED) ? FOREGROUND_RED : 0) |
429 ((attributes & BACKGROUND_INTENSITY) ? FOREGROUND_INTENSITY : 0) | 0;
430 new_attributes = (attributes
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DHashBase.pm138 my @attributes = attr_list($class);
141 my $key = shift @attributes or Carp::croak("Too many arguments for $class constructor");
305 attribute. No checking is done to verify the attributes or values are valid,
312 In some cases an object may only have 1 or 2 attributes, in which case a
314 arrayref with only values. The values will be assigned to attributes in the
315 order the attributes were listed. When there is inheritance involved the
316 attributes from parent classes will come before subclasses.
424 Test2::Util::HashBase provides a function for retrieving a list of attributes for an
433 Either form above will work. This will return a list of attributes defined on
435 class attributes ar
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DThreading.inc64 // Construct the attributes object.

Completed in 163 milliseconds

123456789