Searched refs:attributes (Results 51 - 75 of 111) sorted by relevance

12345

/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A Dad.c614 if (entry->attributes & KRB5_KDB_DISALLOW_ALL_TIX)
616 if ((entry->attributes & KRB5_KDB_REQUIRES_PRE_AUTH) == 0)
618 if (entry->attributes & KRB5_KDB_REQUIRES_HW_AUTH)
983 entry->attributes |= KRB5_KDB_DISALLOW_ALL_TIX;
985 entry->attributes |= KRB5_KDB_REQUIRES_PRE_AUTH;
987 entry->attributes |= KRB5_KDB_REQUIRES_HW_AUTH;
989 entry->attributes |= KRB5_KDB_DISALLOW_SVR;
1141 if (entry->attributes & KRB5_KDB_DISALLOW_ALL_TIX)
1145 if (entry->attributes & KRB5_KDB_REQUIRES_PRE_AUTH)
1149 if (entry->attributes
[all...]
H A Dent_setup.c158 attr_to_flags(princ->attributes, &ent->entry.flags);
160 attr_to_flags(def->attributes, &ent->entry.flags);
H A Dadmin.h142 krb5_flags attributes; member in struct:_kadm5_principal_ent_t
H A Dmarshall.c130 krb5_store_int32(sp, princ->attributes);
222 princ->attributes = tmp;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1420 DWARFDebugInfoEntry::Attributes attributes; local
1424 attributes);
1435 const dw_attr_t attr = attributes.AttributeAtIndex(i);
1440 if (attributes.ExtractFormValueAtIndex(this, i, form_value))
1445 if (attributes.ExtractFormValueAtIndex(this, i, form_value))
1455 if (attributes.ExtractFormValueAtIndex(this, i, form_value))
1727 DWARFDebugInfoEntry::Attributes attributes; local
1731 attributes);
1754 const dw_attr_t attr = attributes.AttributeAtIndex(i);
1756 if (attributes
2136 DWARFDebugInfoEntry::Attributes attributes; local
2407 DWARFDebugInfoEntry::Attributes attributes; local
3499 DWARFDebugInfoEntry::Attributes attributes; local
4223 DWARFDebugInfoEntry::Attributes attributes; local
4393 DWARFDebugInfoEntry::Attributes attributes; local
4473 DWARFDebugInfoEntry::Attributes attributes; local
5727 DWARFDebugInfoEntry::Attributes attributes; local
7331 DWARFDebugInfoEntry::Attributes attributes; local
[all...]
H A DDWARFDebugInfoEntry.h253 const DWARFDebugInfoEntry::Attributes& attributes,
390 const DWARFDebugInfoEntry::Attributes& attributes) const;
/freebsd-10.2-release/contrib/gcc/cp/
H A Dparser.c881 declarator->attributes = NULL_TREE;
2600 warning (0, "property attributes must be separated by a comma");
3175 is false (i.e. in attributes)? If not, we can kill the third
6916 attributes [opt] = assignment-expression
6943 tree attributes;
6952 /* Parse the attributes. */
6953 attributes = cp_parser_attributes_opt (parser);
6974 attributes, /*prefix_attributes=*/NULL_TREE,
7081 NULL_TREE /*attributes*/,
7124 while attributes [op
6941 tree attributes; local
7137 tree statement, attributes; local
8367 tree attributes; local
10566 tree attributes = NULL_TREE; local
10853 tree attributes; local
11511 tree attributes; local
11884 tree attributes = NULL_TREE; local
13598 tree attributes = NULL_TREE; local
13805 tree attributes; local
14398 tree attributes = NULL_TREE; local
15277 tree attributes = NULL_TREE; local
16066 cp_parser_function_definition_from_specifiers_and_declarator(cp_parser* parser, cp_decl_specifier_seq *decl_specifiers, tree attributes, const cp_declarator *declarator) argument
16476 cp_parser_save_member_function_body(cp_parser* parser, cp_decl_specifier_seq *decl_specifiers, cp_declarator *declarator, tree attributes) argument
18007 cp_parser_objc_maybe_attributes(cp_parser* parser, tree* attributes) argument
18022 cp_parser_objc_method_keyword_params(cp_parser* parser, tree* attributes) argument
18083 cp_parser_objc_method_tail_params_opt(cp_parser* parser, bool *ellipsisp, tree* attributes) argument
18146 cp_parser_objc_method_signature(cp_parser* parser, tree* attributes) argument
18175 tree attributes, sig; local
18294 tree width = NULL_TREE, attributes, first_attribute, decl; local
18382 cp_parser_objc_protocol_declaration(cp_parser* parser, tree attributes) argument
18401 objc_declare_protocols (cp_parser_objc_identifier_list (parser), attributes); local
18450 cp_parser_objc_class_interface(cp_parser* parser, tree attributes) argument
18553 tree attributes = NULL_TREE; local
19731 tree attributes = NULL_TREE; local
20262 make_block_pointer_declarator(tree attributes, cp_cv_quals quals, cp_declarator *target) argument
21224 tree asm_specification, attributes; local
[all...]
H A Dtypeck.c257 tree attributes;
269 attributes. */
270 attributes = (*targetm.merge_type_attributes) (t1, t2);
283 return build_type_attribute_variant (t1, attributes);
285 return build_type_attribute_variant (t2, attributes);
288 attributes);
296 return build_type_attribute_variant (t1, attributes);
298 return build_type_attribute_variant (t2, attributes);
303 return build_type_attribute_variant (t1, attributes);
305 return build_type_attribute_variant (t2, attributes);
256 tree attributes; local
407 tree attributes; local
515 tree attributes; local
608 tree attributes; local
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dc-pretty-print.c743 pp_c_attributes (c_pretty_printer *pp, tree attributes)
745 if (attributes == NULL_TREE)
751 for (; attributes != NULL_TREE; attributes = TREE_CHAIN (attributes))
753 pp_tree_identifier (pp, TREE_PURPOSE (attributes));
754 if (TREE_VALUE (attributes))
755 pp_c_call_argument_list (pp, TREE_VALUE (attributes));
757 if (TREE_CHAIN (attributes))
741 pp_c_attributes(c_pretty_printer *pp, tree attributes) argument
H A Dtarget.h139 /* Tell assembler to change to section NAME with attributes FLAGS.
397 /* Given two decls, merge their attributes and return the result. */
400 /* Given two types, merge their attributes and return the result. */
403 /* Table of machine attributes and functions to handle them.
407 /* Return zero if the attributes on TYPE1 and TYPE2 are incompatible,
412 /* Assign default attributes to the newly defined TYPE. */
415 /* Insert attributes on the newly created DECL. */
416 void (* insert_attributes) (tree decl, tree *attributes);
419 can be inlined despite its machine attributes, false otherwise. */
461 has relocs, choose attributes fo
[all...]
/freebsd-10.2-release/crypto/heimdal/kdc/
H A Dmit_dump.c45 %d\t (attributes)
238 int attributes; local
279 attributes = getint(&p); /* attributes */
280 attr_to_flags(attributes, &ent.entry.flags);
/freebsd-10.2-release/contrib/libstdc++/scripts/
H A Dmake_graphs.py152 html_f_name = html.attributes['name'].value
/freebsd-10.2-release/sys/geom/raid/
H A Dmd_intel.c162 uint32_t attributes; member in struct:intel_raid_conf
459 printf("attributes 0x%b\n", meta->attributes,
690 (meta->attributes & ~INTEL_ATTR_SUPPORTED) != 0) {
691 G_RAID_DEBUG(1, "Intel unsupported attributes: 0x%08x",
692 meta->attributes & ~INTEL_ATTR_SUPPORTED);
2406 meta->attributes = INTEL_ATTR_CHECKSUM;
2414 meta->attributes |= INTEL_ATTR_2TB_DISK;
2437 meta->attributes |= INTEL_ATTR_2TB;
2439 meta->attributes |
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc175 DWORD attributes = ::GetFileAttributesW(random_path_utf16.begin());
176 if (attributes != INVALID_FILE_ATTRIBUTES)
444 DWORD attributes = ::GetFileAttributesW(path_utf16.begin());
446 if (attributes == INVALID_FILE_ATTRIBUTES) {
459 // FIXME: take security attributes into account.
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dhpread.c3588 unsigned char attributes; /* store visibility and virtuality info */
3724 list->attributes = 0;
3732 B_SET (&(list->attributes), ATTR_VIRTUAL);
3742 B_SET (&(list->attributes), ATTR_PROTECT);
3745 B_SET (&(list->attributes), ATTR_PRIVATE);
4057 list->attributes = 0;
4061 B_SET (&(list->attributes), ATTR_PROTECT);
4064 B_SET (&(list->attributes), ATTR_PRIVATE);
4092 list->attributes = 0;
4096 B_SET (&(list->attributes), ATTR_PROTEC
3573 unsigned char attributes; /* store visibility and virtuality info */ member in struct:nextfield
[all...]
/freebsd-10.2-release/contrib/ee/
H A Dnew_curse.c643 static int nc_attributes = 0; /* global attributes for new_curse to observe */
721 dest->attributes[column] = orig->attributes[column];
1471 tmp->attributes = malloc(columns + 1);
1477 tmp->attributes[i] = '\0';
1481 tmp->attributes[0] = '\0';
1483 tmp->attributes[columns] = '\0';
2047 line->attributes[j] = '\0';
2052 line->attributes[column] = '\0';
2175 virtual_line->attributes[virt_co
[all...]
H A Dnew_curse.h157 char *attributes; member in struct:_line
172 int Attrib; /* attributes active in window */
/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dhtml.c584 other string as extra attributes. */
586 add_link (char *nodename, char *attributes)
591 add_word_args ("%s", attributes);
581 add_link(char *nodename, char *attributes) argument
/freebsd-10.2-release/crypto/openssl/apps/
H A Dapps.h294 DB_ATTR attributes; member in struct:ca_db_st
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dt_req.c162 sk = x->req_info->attributes;
/freebsd-10.2-release/etc/rc.d/
H A Dsendmail101 attributes = req_attributes
/freebsd-10.2-release/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h171 isc_uint32_t attributes; /*%< see below */ member in struct:isc_socketevent
/freebsd-10.2-release/crypto/openssl/crypto/pkcs12/
H A Dpkcs12.h168 PKCS12_get_attr_gen(p8->attributes, attr_nid)
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_file_io.h179 /** File attributes */
831 * Set attributes of the specified file.
833 * @param attributes Or'd combination of
837 * @param attr_mask Mask of valid bits in attributes.
841 * attributes are platform specific and may involve more than simply
847 apr_fileattrs_t attributes,
/freebsd-10.2-release/usr.sbin/bsdconfig/dot/
H A Ddot86 # print_node $node [$attributes ...]
114 # print_node2 $node $node [$attributes ...]
343 # Print default node attributes
345 printf '\n\t/*\n\t * Default node attributes\n\t */\n'

Completed in 247 milliseconds

12345