/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 34 JOS.attribute("id", createPointerRepresentation(A)); in Visit() 35 JOS.attribute("kind", AttrName); in Visit() 53 JOS.attribute("id", createPointerRepresentation(S)); in Visit() 54 JOS.attribute("kind", S->getStmtClassName()); in Visit() 59 JOS.attribute("type", createQualType(E->getType())); in Visit() 68 JOS.attribute("valueCategory", Category); in Visit() 74 JOS.attribute("id", createPointerRepresentation(T)); in Visit() 79 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit() 80 JOS.attribute("type", createQualType(QualType(T, 0), /*Desugar=*/false)); in Visit() 93 JOS.attribute("id", createPointerRepresentation(T.getAsOpaquePtr())); in Visit() [all …]
|
/freebsd/share/examples/ypldap/ |
H A D | ypldap.conf | 20 attribute name maps to "uid" 21 fixed attribute passwd "*" 22 attribute uid maps to "uidNumber" 23 attribute gid maps to "gidNumber" 24 attribute gecos maps to "cn" 25 attribute home maps to "homeDirectory" 26 attribute shell maps to "loginShell" 27 fixed attribute change "0" 28 fixed attribute expire "0" 29 fixed attribute class "" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 194 J.attribute("pid", Pid); in write() 195 J.attribute("tid", int64_t(Tid)); in write() 196 J.attribute("ts", StartUs); in write() 198 J.attribute("cat", E.Name); in write() 199 J.attribute("ph", "b"); in write() 200 J.attribute("id", 0); in write() 202 J.attribute("ph", "X"); in write() 203 J.attribute("dur", DurUs); in write() 205 J.attribute("name", E.Name); in write() 209 J.attribute("detail", E.Metadata.Detail); in write() [all …]
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_extattr.c | 595 struct ufs_extattr_list_entry *attribute; in ufs_extattr_enable() local 605 attribute = malloc(sizeof(struct ufs_extattr_list_entry), in ufs_extattr_enable() 618 strncpy(attribute->uele_attrname, attrname, in ufs_extattr_enable() 620 attribute->uele_attrnamespace = attrnamespace; in ufs_extattr_enable() 621 bzero(&attribute->uele_fileheader, in ufs_extattr_enable() 624 attribute->uele_backing_vnode = backing_vnode; in ufs_extattr_enable() 628 aiov.iov_base = (caddr_t) &attribute->uele_fileheader; in ufs_extattr_enable() 649 if (attribute->uele_fileheader.uef_magic != UFS_EXTATTR_MAGIC) { in ufs_extattr_enable() 655 if (attribute->uele_fileheader.uef_version != UFS_EXTATTR_VERSION) { in ufs_extattr_enable() 663 LIST_INSERT_HEAD(&ump->um_extattr.uepm_list, attribute, in ufs_extattr_enable() [all …]
|
H A D | README.extattr | 13 extended attribute service layers support for extended attributes onto a 17 performance. When defined, extended attribute names exist in a series of 52 which the attribute is being manipulated, and may be "system" or "user". 53 The [attrname] is the attribute name to use for the operation. The 54 [attrfile] argument specifies the attribute backing file to use. When 56 size of attribute data must be defined in bytes using the [attrsize] 59 creating a sparse backing file. This prevents attribute operations from 62 proportional to the product of the defined maximum attribute size and 74 If this option is defined, UFS will search for a ".attribute" 77 search for "system" and "user" sub-directories of the ".attribute" [all …]
|
/freebsd/crypto/openssl/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 …]
|
H A D | EVP_PKEY_get_attr.pod | 39 in the I<key> attribute list. The search starts at the position after I<lastpos>. 43 first call, in order to start searching from the start of the attribute list. 50 I<key> attribute list. I<loc> should be in the range from 0 to 54 the I<key> attribute list. 57 to the I<key> attribute list. A new I<key> attribute list is created if required. 58 An error occurs if either I<attr> is NULL, or the attribute already exists. 63 to the I<key> object's attribute list. If I<obj> already exists in the attribute 77 attribute list or -1 if the attribute list is NULL. 96 A B<EVP_PKEY> object's attribute list is initially NULL. All the above functions
|
H A D | X509_REQ_get_attr.pod | 36 in the I<req> attribute list. The search starts at the position after I<lastpos>. 40 first call, in order to start searching from the start of the attribute list. 47 I<req> attribute list. I<loc> should be in the range from 0 to 54 to the I<req> object's attribute list. An error will occur if either the 55 attribute list is NULL or the attribute already exists. 60 to the I<req> object's attribute list. I<req> must be non NULL or an error 61 will occur. If I<obj> already exists in the attribute list then an error occurs. 76 attribute list or -1 if the attribute list is NULL. 78 X509_REQ_get_attr_by_OBJ() returns -1 if either the I<req> object's attribute 80 I<obj> in the attribute list.
|
H A D | PKCS12_SAFEBAG_get0_attrs.pod | 22 PKCS12_get_attr_gen() retrieves an attribute by NID from a stack of 23 B<X509_ATTRIBUTE>s. I<attr_nid> is the NID of the attribute to retrieve. 30 PKCS12_get_attr_gen() returns an B<ASN1_TYPE> object containing the attribute, 31 or NULL if the attribute was either not present or an error occurred. 33 PKCS12_get_attr_gen() does not allocate a new attribute. The returned attribute
|
H A D | PKCS12_add_friendlyname_asc.pod | 6 PKCS12_add_friendlyname_uni - Functions to add the friendlyname attribute to a 25 friendlyName attribute to a PKCS#12 safeBag. 28 friendlyName attribute to a PKCS#12 safeBag. 31 friendlyName attribute to a PKCS#12 safeBag. 33 I<bag> is the B<PKCS12_SAFEBAG> to add the attribute to.
|
H A D | X509_ATTRIBUTE.pod | 16 - X509 attribute functions 85 For example CMS defines the signing-time attribute as: 123 passed in list. An error will occur if an existing attribute (with the same 124 attribute type) already exists in the attribute list. 129 to the attribute list I<x>. Both I<x> and I<attr> must be non NULL or an error 130 will occur. If I<*x> is NULL then a new attribute list is created. If I<obj> 131 already exists in the attribute list then an error occurs. 142 to the attribute I<attr>. If I<attr> contained an existing B<ASN1_OBJECT> then 163 data I<data> of length I<len>. If the passed in attribute I<attr> OR I<*attr> is 178 attribute I<attr>. [all …]
|
H A D | PKCS12_get_friendlyname.pod | 5 PKCS12_get_friendlyname - Retrieve the friendlyname attribute from a PKCS#12 safeBag 16 friendlyName attribute for a PKCS#12 safeBag item. 18 I<bag> is the B<PKCS12_SAFEBAG> to retrieve the attribute from. 22 A UTF-8 string, or NULL if the attribute was either not present or an error occurred.
|
/freebsd/contrib/sendmail/cf/ |
H A D | sendmail.schema | 27 # attribute sendmailMTACluster cis 35 # attribute sendmailMTAHost cis 63 # attribute sendmailMTAKey cis 77 # attribute sendmailMTAMapName cis 84 # attribute sendmailMTAMapValue cis 91 # attribute sendmailMTAMapSearch cis 98 # attribute sendmailMTAMapURL cis 150 # attribute sendmailMTAAliasGrouping cis 158 # attribute sendmailMTAAliasValue cis 165 # attribute sendmailMTAAliasSearch cis [all …]
|
/freebsd/tests/sys/audit/ |
H A D | Makefile | 3 ATF_TESTS_C= file-attribute-access 4 ATF_TESTS_C+= file-attribute-modify 18 SRCS.file-attribute-access+= file-attribute-access.c 19 SRCS.file-attribute-access+= utils.c 20 SRCS.file-attribute-modify+= file-attribute-modify.c 21 SRCS.file-attribute-modify+= utils.c
|
/freebsd/stand/lua/ |
H A D | color.lua | 88 function color.escape(fg_color, bg_color, attribute) 92 if attribute == nil then 93 attribute = "" 95 attribute = attribute .. ";" 97 return core.KEYSTR_CSI .. attribute ..
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | sysfs.h | 41 ssize_t (*show)(struct kobject *, struct attribute *, char *); 42 ssize_t (*store)(struct kobject *, struct attribute *, const char *, 49 struct attribute *, int); 50 struct attribute **attrs; 86 struct attribute *attr; in sysctl_handle_attr() 93 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr() 136 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file() 151 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file() 174 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files() 188 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_remove_files() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 54 The ``section`` attribute allows you to specify a specific section a 63 The ``model`` attribute allows overriding the translation unit's 72 This attribute, when attached to a function or variable definition, indicates 81 Whether this attribute has any effect on the linker depends on the target and 85 targets (Windows and Apple platforms), the `used` attribute prevents symbols 88 This linker GC can be avoided by also adding the ``retain`` attribute. Note 89 that ``retain`` requires special support from the linker; see that attribute's 97 This attribute, when attached to a function or variable definition, prevents 103 this attribute has no effect. This attribute is typically combined with the 104 ``used`` attribute to force the definition to be emitted and preserved into the [all …]
|
H A D | Attr.td | 1 //==--- Attr.td - attribute definitions -----------------------------------===// 33 // to not document the attribute, e.g. if the attribute has no spellings. 38 // documentation. Otherwise, the documentation will specify the attribute has 48 // If the heading is empty, one may be picked automatically. If the attribute 49 // only has one spelling, no heading is required as the attribute's sole 55 // When set, specifies that the attribute is deprecated and can optionally 56 // specify a replacement attribute. 60 // Specifies that the attribute is explicitly omitted from the documentation, 66 // Specifies that the attribute is undocumented, but that it _should_ have 75 // An attribute's subject is whatever it appertains to. In this file, it is [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 90 JOS.attribute("value_id", llvm::to_string(&V)); in dump() 94 JOS.attribute("kind", debugString(V.getKind())); in dump() 115 JOS.attribute("formula", llvm::to_string(B->formula())); in dump() 116 JOS.attribute("truth", Env.proves(B->formula()) ? "true" in dump() 123 JOS.attribute("location", llvm::to_string(&L)); in dump() 127 JOS.attribute("type", L.getType().getAsString()); in dump() 213 JOS.attribute("block", blockID(E.Block->getBlockID())); in endAnalysis() 214 JOS.attribute("iter", E.Iter); in endAnalysis() 215 JOS.attribute("post_visit", E.PostVisit); in endAnalysis() 216 JOS.attribute("converged", E.Converged); in endAnalysis() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 578 JOS.attribute(Label, Value); in printNumber() 582 JOS.attribute(Label, Value); in printNumber() 586 JOS.attribute(Label, Value); in printNumber() 590 JOS.attribute(Label, Value); in printNumber() 594 JOS.attribute(Label, Value); in printNumber() 598 JOS.attribute(Label, Value); in printNumber() 602 JOS.attribute(Label, Value); in printNumber() 606 JOS.attribute(Label, Value); in printNumber() 610 JOS.attribute(Label, Value); in printNumber() 614 JOS.attribute(Label, Value); in printNumber() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPT.cpp | 378 json_str.attribute("traceTechnology", "intel-pt"); in DumpTraceInfoAsJson() 380 json_str.attribute("tid", tid); in DumpTraceInfoAsJson() 383 json_str.attribute("traceItemsCount", insn_len); in DumpTraceInfoAsJson() 388 json_str.attribute("totalInBytes", std::to_string(mem_used)); in DumpTraceInfoAsJson() 392 json_str.attribute("avgPerItemInBytes", avg); in DumpTraceInfoAsJson() 399 json_str.attribute(name, duration.count() / 1000.0); in DumpTraceInfoAsJson() 407 json_str.attribute("totalCount", events_stats.total_count); in DumpTraceInfoAsJson() 410 json_str.attribute( in DumpTraceInfoAsJson() 420 json_str.attribute("totalCount", error_stats.GetTotalCount()); in DumpTraceInfoAsJson() 423 json_str.attribute(kin in DumpTraceInfoAsJson() [all...] |
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | cms_add1_signing_cert.pod | 6 - add ESS signing-certificate signed attribute to a 20 attribute to the CMS_SignerInfo I<si>. 22 attribute to the CMS_SignerInfo I<si>. 28 This attribute is mandatory to make a CMS compliant with CAdES-BES 34 cms_add1_signing_cert() and cms_add1_signing_cert_v2() return 1 if attribute
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/ |
H A D | ittnotify.h | 434 const char *objname, int attribute); 436 const wchar_t *objname, int attribute); 446 const char *objname, int attribute); 454 (void *addr, const char *objtype, const char *objname, int attribute)) 457 int attribute)) 460 (void *addr, const char *objtype, const char *objname, int attribute)) 473 #define __itt_sync_set_nameA(addr, objtype, objname, attribute) 475 #define __itt_sync_set_nameW(addr, objtype, objname, attribute) 478 #define __itt_sync_set_name(addr, objtype, objname, attribute) 514 int namelen, int attribute); [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 340 m_j.attribute("firstInstructionId", in DumpFunctionCallTree() 342 m_j.attribute("lastInstructionId", in DumpFunctionCallTree() 356 m_j.attribute("event", TraceCursor::EventKindToString(*item.event)); in DumpEvent() 359 m_j.attribute("cpuId", item.cpu_id); in DumpEvent() 362 m_j.attribute("hwClock", item.hw_clock); in DumpEvent() 368 m_j.attribute("syncPointMetadata", item.sync_point_metadata); in DumpEvent() 374 m_j.attribute("loadAddress", formatv("{0:x}", item.load_address)); in DumpInstruction() 376 m_j.attribute("module", ToOptionalString(GetModuleName(item))); in DumpInstruction() 377 m_j.attribute( in DumpInstruction() 383 m_j.attribute("mnemonic", in DumpInstruction() [all …]
|
/freebsd/contrib/byacc/ |
H A D | config_h.in | 3 /* Define to noreturn-attribute for gcc */ 6 /* Define to 1 if the compiler supports gcc-like printf attribute. */ 9 /* Define to printf-attribute for gcc */ 12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */ 15 /* Define to sscanf-attribute for gcc */ 18 /* Define to unused-attribute for gcc */
|