Searched refs:attributes (Results 401 - 425 of 804) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmultiple_target.c1 /* Pass for parsing functions with multiple target attributes.
210 /* Create string with attributes separated by comma.
211 Return number of attributes. */
234 /* Return number of attributes separated by comma and put them into ARGS.
237 If there are multiple DEFAULT attributes return -3.
303 tree attributes)
311 NULL, name, attributes);
320 DECL_ATTRIBUTES (new_decl) = attributes;
329 /* If the function in NODE has multiple target attributes
336 /* Parsing target attributes separate
302 create_target_clone(cgraph_node *node, bool definition, char *name, tree attributes) argument
421 tree attributes = make_attribute ("target", attr, local
453 tree attributes = make_attribute ("target", "default", local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A Dgentemplate.pm100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'};
213 my %attrs = %{$self->{info}->{attributes}->{generate}->{$src} // {}};
335 my %attrs = %{$self->{info}->{attributes}->{libraries}->{$lib} // {}};
368 } elsif ($self->{info}->{attributes}->{libraries}->{$_}->{noinst}) {
455 my %attrs = %{$self->{info}->{attributes}->{modules}->{$module} // {}};
491 my %attrs = %{$self->{info}->{attributes}->{programs}->{$bin} // {}};
522 attrs => $self->{info}->{attributes}->{scripts}->{$script} // {},
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmultiple_target.cc1 /* Pass for parsing functions with multiple target attributes.
188 /* Create string with attributes separated by comma.
189 Return number of attributes. */
212 /* Return number of attributes separated by comma and put them into ARGS.
215 If there are multiple DEFAULT attributes return -3.
281 tree attributes)
289 name, attributes, false);
298 DECL_ATTRIBUTES (new_decl) = attributes;
306 /* If the function in NODE has multiple target attributes
313 /* Parsing target attributes separate
280 create_target_clone(cgraph_node *node, bool definition, char *name, tree attributes) argument
398 tree attributes = make_attribute ("target", attr, local
430 tree attributes = make_attribute ("target", "default", local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dclient.c101 #define TCP_CLIENT(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
106 #define WANTNSID(x) (((x)->attributes & NS_CLIENTATTR_WANTNSID) != 0)
107 #define WANTEXPIRE(x) (((x)->attributes & NS_CLIENTATTR_WANTEXPIRE) != 0)
108 #define WANTPAD(x) (((x)->attributes & NS_CLIENTATTR_WANTPAD) != 0)
109 #define USEKEEPALIVE(x) (((x)->attributes & NS_CLIENTATTR_USEKEEPALIVE) != 0)
281 * Clear all client attributes that are specific to the request
283 client->attributes = 0;
331 client->query.attributes &= ~NS_QUERYATTR_ANSWERED;
362 if ((client->attributes & NS_CLIENTATTR_HAVECOOKIE) == 0) {
498 if ((client->query.attributes
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxml-support.c226 /* Find the attribute named NAME in the set of parsed attributes
230 xml_find_attribute (std::vector<gdb_xml_value> &attributes,
233 for (gdb_xml_value &value : attributes)
241 the names and values of this element's attributes. */
301 std::vector<gdb_xml_value> attributes; local
303 for (attribute = element->attributes;
344 attributes.emplace_back (attribute->name, parsed_value);
347 /* Check for unrecognized attributes. */
354 for (attribute = element->attributes;
367 element->start_handler (this, element, m_user_data, attributes);
777 xinclude_start_include(struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, std::vector<gdb_xml_value> &attributes) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxml-support.c226 /* Find the attribute named NAME in the set of parsed attributes
230 xml_find_attribute (std::vector<gdb_xml_value> &attributes,
233 for (gdb_xml_value &value : attributes)
241 the names and values of this element's attributes. */
301 std::vector<gdb_xml_value> attributes; local
303 for (attribute = element->attributes;
344 attributes.emplace_back (attribute->name, parsed_value);
347 /* Check for unrecognized attributes. */
354 for (attribute = element->attributes;
367 element->start_handler (this, element, m_user_data, attributes);
773 xinclude_start_include(struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, std::vector<gdb_xml_value> &attributes) argument
[all...]
/netbsd-current/lib/librpcsvc/
H A Dnfs_prot.x115 * File attributes
135 * File attributes which can be set
151 * Reply status with file attributes
155 fattr attributes;
162 sattr attributes;
175 fattr attributes;
209 fattr attributes; /* attributes, need for pagin*/
233 sattr attributes;
249 sattr attributes;
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h95 #define ca_attributes attributes
103 #define drok_attributes attributes
126 #define ns_attr_u attributes
135 #define raok_attributes attributes
159 #define sag_attributes attributes
169 #define sla_attributes attributes
198 #define NFSMNT_NOAC 0x080 /* don't cache attributes */
/netbsd-current/crypto/external/bsd/openssl/dist/
H A DConfigure709 # config target attributes
726 # Some target attributes have been renamed, this is the translation table
1764 # Just as above, copy certain shared_* attributes to the corresponding
2017 # Support for attributes in build.info files
2018 my %attributes = ();
2150 \$attributes{programs}, $+{ATTRIBS},
2155 \$attributes{libraries}, $+{ATTRIBS},
2160 \$attributes{modules}, $+{ATTRIBS},
2165 \$attributes{scripts}, $+{ATTRIBS},
2185 \$attributes{source
[all...]
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvinfo.c125 buffer = printValueAsStrings((unsigned int)nvpub->permission.attributes,
128 logMsg("Permissions : 0x%08x (%s)\n", nvpub->permission.attributes, buffer);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h403 DWORD attributes = GetFileAttributesW(path); local
404 if (attributes == INVALID_FILE_ATTRIBUTES)
406 if (attributes & FILE_ATTRIBUTE_REPARSE_POINT &&
419 DWORD orig_attributes = attributes;
420 attributes &= ~FILE_ATTRIBUTE_READONLY;
422 attributes |= FILE_ATTRIBUTE_READONLY;
423 if (attributes != orig_attributes && !SetFileAttributesW(path, attributes))
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dderef.c50 * attributes AttributeList }
161 BerVarray attributes = NULL; local
191 if ( ber_scanf( ber, "{m{M}}", &derefAttr, &attributes, &cnt, off ) == LBER_ERROR
231 for ( cnt = 0; !BER_BVISNULL( &attributes[ cnt ] ); cnt++ ) {
232 rc = slap_bv2ad( &attributes[ cnt ], &ds->ds_attributes[ cnt ], &text );
240 ber_memfree_x( attributes, op->o_tmpmemctx );
241 attributes = NULL;
265 if ( attributes != NULL ) {
266 ber_memfree_x( attributes, op->o_tmpmemctx );
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dunwind.d46 # Ignore .ARM.attributes section
H A Dunwind_vxworks.d44 # Ignore .ARM.attributes section
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dnote-3-32.d8 Displaying notes found in: .gnu.build.attributes
H A Dnote-3-64.d8 Displaying notes found in: .gnu.build.attributes
H A Dnote-4-32.d8 Displaying notes found in: .gnu.build.attributes
H A Dnote-4-64.d8 Displaying notes found in: .gnu.build.attributes
H A Dnote-6-32.d8 Displaying notes found in: .gnu.build.attributes
H A Dnote-6-64.d8 Displaying notes found in: .gnu.build.attributes
/netbsd-current/sys/arch/x68k/stand/xxboot/
H A DMakefile.xxboot37 CFLAGS= -Os -fomit-frame-pointer -fno-unwind-tables -Wno-attributes
/netbsd-current/external/gpl2/lvm2/dist/lib/error/
H A Derrseg.c58 unsigned *attributes __attribute((unused)))
/netbsd-current/external/gpl2/lvm2/dist/lib/zero/
H A Dzero.c57 unsigned *attributes __attribute((unused)))
/netbsd-current/lib/libcurses/
H A Daddwstr.c160 cc.vals[0], cc.attributes, cc.elements);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dname.h113 unsigned int attributes; member in struct:dns_name
245 * \li + Of the attributes associated with 'name', all are retained except
1353 _n->attributes = 0; \
1366 (n)->attributes &= ~DNS_NAMEATTR_ABSOLUTE; \
1374 (((n)->attributes & DNS_NAMEATTR_ABSOLUTE) != 0 ? true : false)

Completed in 320 milliseconds

<<11121314151617181920>>