/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
H A D | config.rst | 13 .. attribute:: verbosity 17 .. attribute:: stat_interval 21 .. attribute:: stat_cumulative 25 .. attribute:: stat_extended 29 .. attribute:: num_threads 33 .. attribute:: port 37 .. attribute:: do_ip4 41 .. attribute:: do_ip6 45 .. attribute:: do_udp 49 .. attribute:: do_tcp [all …]
|
H A D | struct.rst | 13 .. attribute:: qinfo 17 .. attribute:: query_flags 21 .. attribute:: is_priming 25 .. attribute:: reply 29 .. attribute:: return_msg 31 …ass:`dns_msg`) The reply message, with message for client and calling module (read-only attribute). 34 .. attribute:: return_rcode 38 .. attribute:: region 42 .. attribute:: curmod 46 .. attribute:: ext_state[] [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | attr_scan_plain.ref | 15 ./attr_scan_plain: unknown_stream: wanted attribute: protocol 16 ./attr_scan_plain: input attribute name: protocol 17 ./attr_scan_plain: input attribute value: test 18 ./attr_scan_plain: unknown_stream: wanted attribute: number 19 ./attr_scan_plain: input attribute name: number 20 ./attr_scan_plain: input attribute value: 4711 21 ./attr_scan_plain: unknown_stream: wanted attribute: long_number 22 ./attr_scan_plain: input attribute name: long_number 23 ./attr_scan_plain: input attribute value: 1234 24 ./attr_scan_plain: unknown_stream: wanted attribute: string [all …]
|
H A D | attr_scan0.ref | 15 ./attr_scan0: unknown_stream: wanted attribute: protocol 16 ./attr_scan0: input attribute name: protocol 17 ./attr_scan0: input attribute value: test 18 ./attr_scan0: unknown_stream: wanted attribute: number 19 ./attr_scan0: input attribute name: number 20 ./attr_scan0: input attribute value: 4711 21 ./attr_scan0: unknown_stream: wanted attribute: long_number 22 ./attr_scan0: input attribute name: long_number 23 ./attr_scan0: input attribute value: 1234 24 ./attr_scan0: unknown_stream: wanted attribute: string [all …]
|
H A D | attr_scan64.ref | 15 ./attr_scan64: unknown_stream: wanted attribute: protocol 16 ./attr_scan64: input attribute name: protocol 17 ./attr_scan64: input attribute value: test 18 ./attr_scan64: unknown_stream: wanted attribute: number 19 ./attr_scan64: input attribute name: number 20 ./attr_scan64: input attribute value: 4711 21 ./attr_scan64: unknown_stream: wanted attribute: long_number 22 ./attr_scan64: input attribute name: long_number 23 ./attr_scan64: input attribute value: 1234 24 ./attr_scan64: unknown_stream: wanted attribute: string [all …]
|
H A D | attr_scan.ref | 7 ./attr_scan: unknown_stream: wanted attribute: number 8 ./attr_scan: input attribute name: number 9 ./attr_scan: input attribute value: 4711 10 ./attr_scan: unknown_stream: wanted attribute: string 11 ./attr_scan: input attribute name: string 12 ./attr_scan: input attribute value: whoopee 13 ./attr_scan: unknown_stream: wanted attribute: (any attribute name or list terminator) 14 ./attr_scan: input attribute name: foo-name 15 ./attr_scan: input attribute value: foo-value 16 ./attr_scan: unknown_stream: wanted attribute: (any attribute name or list terminator) [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 32 JOS.attribute("id", createPointerRepresentation(A)); in Visit() 33 JOS.attribute("kind", AttrName); in Visit() 51 JOS.attribute("id", createPointerRepresentation(S)); in Visit() 52 JOS.attribute("kind", S->getStmtClassName()); in Visit() 57 JOS.attribute("type", createQualType(E->getType())); in Visit() 64 JOS.attribute("valueCategory", Category); in Visit() 70 JOS.attribute("id", createPointerRepresentation(T)); in Visit() 75 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit() 76 JOS.attribute("type", createQualType(QualType(T, 0), /*Desugar*/ false)); in Visit() 89 JOS.attribute("id", createPointerRepresentation(T.getAsOpaquePtr())); in Visit() [all …]
|
/netbsd-src/games/monop/ |
H A D | execute.c | 69 static int restore_toplevel_attr(const char *attribute, char *txt); 70 static int restore_player_attr(const char *attribute, char *txt); 71 static int restore_deck_attr(const char *attribute, char *txt); 72 static int restore_square_attr(const char *attribute, char *txt); 461 char *attribute; in restore_parseline() local 491 attribute = s; in restore_parseline() 492 s = strchr(attribute, ' '); in restore_parseline() 495 attribute); in restore_parseline() 507 return restore_toplevel_attr(attribute, txt); in restore_parseline() 511 return restore_player_attr(attribute, txt); in restore_parseline() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | attributes.d | 67 auto attribute(A...)(A arguments) 106 return attribute("alloc_size", sizeArgIdx); in alloc_size() 112 return attribute("alloc_size", sizeArgIdx, numArgIdx); in alloc_size() 118 return attribute("alloc_size", sizeArgIdx, numArgIdx, zeroBasedNumbering); in alloc_size() 138 enum always_inline = attribute("always_inline"); 155 enum cold = attribute("cold"); 169 enum flatten = attribute("flatten"); 182 enum no_icf = attribute("no_icf"); 196 enum noclone = attribute("noclone"); 213 enum noinline = attribute("noinline"); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 146 J.attribute("pid", Pid); in write() 147 J.attribute("tid", int64_t(Tid)); in write() 148 J.attribute("ph", "X"); in write() 149 J.attribute("ts", StartUs); in write() 150 J.attribute("dur", DurUs); in write() 151 J.attribute("name", E.Name); in write() 153 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in write() 202 J.attribute("pid", Pid); in write() 203 J.attribute("tid", int64_t(TotalTid)); in write() 204 J.attribute("ph", "X"); in write() [all …]
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_extattr.c | 753 struct ufs_extattr_list_entry *attribute; in ufs_extattr_enable() local 763 attribute = kmem_zalloc(sizeof(*attribute), KM_SLEEP); in ufs_extattr_enable() 775 strncpy(attribute->uele_attrname, attrname, in ufs_extattr_enable() 777 attribute->uele_attrnamespace = attrnamespace; in ufs_extattr_enable() 778 memset(&attribute->uele_fileheader, 0, in ufs_extattr_enable() 781 attribute->uele_backing_vnode = backing_vnode; in ufs_extattr_enable() 785 aiov.iov_base = (void *) &attribute->uele_fileheader; in ufs_extattr_enable() 808 if (attribute->uele_fileheader.uef_magic != UFS_EXTATTR_MAGIC) { in ufs_extattr_enable() 809 attribute->uele_flags |= UELE_F_NEEDSWAP; in ufs_extattr_enable() 810 attribute->uele_fileheader.uef_magic = in ufs_extattr_enable() [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-legg-ldap-transfer-xx.txt | 47 Each attribute stored in a Lightweight Directory Access Protocol 57 definition specifies how attribute values conforming to the syntax 60 distinguish it from other methods of encoding attribute values. This 61 document introduces a new category of attribute options, called 63 associated attribute values are encoded according to one of these 131 Each attribute stored in a Lightweight Directory Access Protocol 135 The description of each syntax [SYNTAX] specifies how attribute or 139 distinguish it from other methods of encoding attribute values. 141 This document introduces a new category of attribute options 142 [MODELS], called transfer encoding options, that allow attribute and [all …]
|
H A D | draft-joslin-config-schema-xx.txt | 94 attribute types and an objectclass are proposed, along with 96 attribute and objectclass mapping allows DUAs to re-configure their 125 5.1.1 Interpreting the preferredServerList attribute ............. 9 126 5.1.2 Interpreting the defaultServerList attribute ............... 10 127 5.1.3 Interpreting the defaultSearchBase attribute ............... 11 128 5.1.4 Interpreting the authenticationMethod attribute ............ 12 129 5.1.5 Interpreting the credentialLevel attribute ................. 13 130 5.1.6 Interpreting the serviceSearchDescriptor attribute ......... 14 131 5.1.7 Interpreting the attributeMap attribute .................... 17 132 5.1.8 Interpreting the searchTimeLimit attribute ................. 20 [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4522.txt | 29 Each attribute stored in a Lightweight Directory Access Protocol 31 definition specifies how attribute values conforming to the syntax 34 distinguish it from other methods of encoding attribute values. This 35 document defines an attribute option, the binary option, that can be 36 used to specify that the associated attribute values are instead 65 Each attribute stored in a Lightweight Directory Access Protocol 69 The description of each syntax [RFC4517] specifies how attribute or 73 distinguish it from other methods of encoding attribute values. 75 This document defines an attribute option, the binary option, which 76 can be used in an attribute description [RFC4512] in an LDAP [all …]
|
H A D | rfc4519.txt | 33 specification of attribute types and object classes intended for use 146 This document provides an overview of attribute types and object 163 specification for the 'dc' attribute type and 'dcObject' object class 176 description of the 'uid' attribute type with the definitive 207 are transferred as attribute values in the LDAP Protocol, the values 212 The attribute types contained in this section hold user information. 215 'teletexTerminalIdentifier' attribute types. In fact, their use is 219 attribute types described in this section. 233 The 'businessCategory' attribute type describes the kinds of business 235 multi-valued attribute. [all …]
|
H A D | rfc4512.txt | 80 3.3. The 'objectClass' attribute ...............................18 294 identify like kinds of objects (e.g., attribute type descriptions, 344 Section 2.5 discusses attribute descriptions. 378 An attribute is an attribute description (a type and zero or more 379 options) with one or more associated values. An attribute is often 380 referred to by its attribute description. For example, the 381 'givenName' attribute is the attribute that consists of the attribute 382 description 'givenName' (the 'givenName' attribute type [RFC4519] and 385 The attribute type governs whether the attribute can have multiple 387 values of that attribute, and other functions. Options indicate [all …]
|
H A D | rfc3671.txt | 38 In X.500 [X.500], a collective attribute is "a user attribute whose 72 values of each collective attribute are combined such that 75 Entries can specifically exclude a particular collective attribute by 76 listing the attribute as a value of the collectiveExclusions 77 attribute. Like other user attributes, collective attributes are 100 attributes and are referred to as collective attribute subentries. 104 A collective attribute subentry SHOULD contain at least one 105 collective attribute. The collective attributes contained within a 106 collective attribute subentry are available for finding, searching, 120 attribute subentries in both collectiveAttributeSpecificArea [all …]
|
/netbsd-src/sys/ufs/lfs/ |
H A D | ulfs_extattr.c | 751 struct ulfs_extattr_list_entry *attribute; in ulfs_extattr_enable() local 761 attribute = kmem_zalloc(sizeof(*attribute), KM_SLEEP); in ulfs_extattr_enable() 773 strncpy(attribute->uele_attrname, attrname, in ulfs_extattr_enable() 775 attribute->uele_attrnamespace = attrnamespace; in ulfs_extattr_enable() 776 memset(&attribute->uele_fileheader, 0, in ulfs_extattr_enable() 779 attribute->uele_backing_vnode = backing_vnode; in ulfs_extattr_enable() 783 aiov.iov_base = (void *) &attribute->uele_fileheader; in ulfs_extattr_enable() 806 if (attribute->uele_fileheader.uef_magic != ULFS_EXTATTR_MAGIC) { in ulfs_extattr_enable() 807 attribute->uele_flags |= UELE_F_NEEDSWAP; in ulfs_extattr_enable() 808 attribute->uele_fileheader.uef_magic = in ulfs_extattr_enable() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/lib/device/ |
H A D | dev-md.c | 133 const char *attribute) in _md_sysfs_attribute_snprintf() argument 152 (int)MAJOR(dev), (int)MINOR(dev), attribute); in _md_sysfs_attribute_snprintf() 154 log_error("dm_snprintf md %s failed", attribute); in _md_sysfs_attribute_snprintf() 165 sysfs_dir, (int)MINOR(dev), attribute); in _md_sysfs_attribute_snprintf() 167 log_error("dm_snprintf old md %s failed", attribute); in _md_sysfs_attribute_snprintf() 218 const char *attribute = "chunk_size"; in dev_md_chunk_size() local 221 if (_md_sysfs_attribute_scanf(sysfs_dir, dev, attribute, in dev_md_chunk_size() 226 dev_name(dev), attribute, chunk_size_bytes); in dev_md_chunk_size() 236 const char *attribute = "level"; in dev_md_level() local 239 if (_md_sysfs_attribute_scanf(sysfs_dir, dev, attribute, in dev_md_level() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-lisp.c | 293 enum attribute enum 314 static enum attribute 351 unsigned char attribute; /* attribute */ member 426 tp->chars[tp->charcount].attribute = a_escaped; in read_token() 441 tp->chars[tp->charcount].attribute = a_escaped; in read_token() 447 tp->chars[tp->charcount].attribute = attribute_of (curr.ch); in read_token() 458 tp->chars[tp->charcount].attribute = a_escaped; in read_token() 496 if (tp->chars[i].attribute == a_dot) in has_a_dot() 508 if (!is_number_attribute (tp->chars[i].attribute)) in all_a_number() 520 if (is_letter_attribute (tp->chars[i].attribute)) in a_letter_to_digit() [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
H A D | collective.schema | 1 # collective.schema -- Collective attribute schema 33 # A userApplications attribute type can be defined to be COLLECTIVE 34 # [RFC2252]. This indicates that the same attribute values will appear 36 # collectiveExclusions attribute and other administrative controls. 38 # Collective attribute types are commonly defined as subtypes of non- 39 # collective attribute types. By convention, collective attributes are 41 # "c-". For example, the collective telephone attribute is named 48 # attribute types SHALL NOT appear in the attribute types of an object 61 # The c-l attribute type specifies a locality name for a collection of 70 # The c-st attribute type specifies a state or province name for a [all …]
|
H A D | pmi.schema | 71 ## -- attribute certificate extensions -- 105 ## 14.4.1 Role attribute 113 ## 14.5 XML privilege information attribute 178 ## 17.2.1 Attribute certificate attribute 184 ## 17.2.2 AA certificate attribute 190 ## 17.2.3 Attribute descriptor certificate attribute 196 ## 17.2.4 Attribute certificate revocation list attribute 202 ## 17.2.5 AA certificate revocation list attribute 208 ## 17.2.6 Delegation path attribute 214 ## 17.2.7 Privilege policy attribute [all …]
|
H A D | cosine.schema | 77 # 9.1. X.500 standard attribute types 79 # A number of generally useful attribute types are defined in X.520, 81 # the suggested usage of these attribute types. The ASN.1 for these 82 # attribute types is reproduced for completeness in Appendix C. 84 # 9.2. X.400 standard attribute types 86 # The standard X.400 attribute types are supported. See X.402 for full 87 # details. The ASN.1 for these attribute types is reproduced in 90 # 9.3. COSINE/Internet attribute types 92 # This section describes all the attribute types defined for use in the 94 # suggested usage of these attribute types. The ASN.1 for these [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | CMS_signed_get_attr.pod | 17 - CMS signed and unsigned attribute functions 66 CMS_signerInfo contains separate attribute lists for signed and unsigned 74 I<obj> in the SignerInfo's I<si> signed attribute list. The search starts at the 79 the signed attribute list. 86 I<si> signed attribute list. I<loc> should be in the range from 0 to 90 the I<si> signed attribute list. An error occurs if the I<si> attribute list 94 to the I<si> signed attribute list. A new signed attribute list is created if 100 to the I<key> object's attribute list. 110 CMS_signed_get0_data_by_OBJ() finds the first attribute in a I<si> signed 113 object. An error will occur if the attribute type I<type> does not match the [all …]
|
/netbsd-src/share/man/man3/ |
H A D | Makefile | 9 assert.3 attribute.3 bitmap.3 bitops.3 bits.3 bitstring.3 \ 24 MLINKS+=attribute.3 __dead.3 \ 25 attribute.3 __pure.3 \ 26 attribute.3 __constfunc.3 \ 27 attribute.3 __noinline.3 \ 28 attribute.3 __unused.3 \ 29 attribute.3 __used.3 \ 30 attribute.3 __diagused.3 \ 31 attribute.3 __debugused.3 \ 32 attribute [all...] |