| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 35 JOS.attribute("kind", AttrName); in Visit() 94 JOS.attribute("kind", "QualType"); in Visit() 114 JOS.attribute("isUsed", true); in Visit() 166 JOS.attribute("baseInit", in Visit() 169 JOS.attribute("delegatingInit", in Visit() 178 JOS.attribute("kind", "Capture"); in Visit() 223 JOS.attribute("value", OS.str()); in Visit() 267 JOS.attribute("tokLen", in writeBareSourceLocation() 876 JOS.attribute("name", Name); in VisitUsingDecl() 1279 JOS.attribute("subscriptKind", in VisitObjCSubscriptRefExpr() [all …]
|
| /freebsd-14.2/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" 26 attribute shell maps to "loginShell" 27 fixed attribute change "0" 28 fixed attribute expire "0" 29 fixed attribute class "" 34 attribute groupname maps to "cn" [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 169 J.attribute("pid", Pid); in write() 171 J.attribute("ph", "X"); in write() 173 J.attribute("dur", DurUs); in write() 225 J.attribute("pid", Pid); in write() 227 J.attribute("ph", "X"); in write() 228 J.attribute("ts", 0); in write() 229 J.attribute("dur", DurUs); in write() 243 J.attribute("cat", ""); in write() 244 J.attribute("pid", Pid); in write() 246 J.attribute("ts", 0); in write() [all …]
|
| /freebsd-14.2/sys/ufs/ufs/ |
| H A D | ufs_extattr.c | 595 struct ufs_extattr_list_entry *attribute; in ufs_extattr_enable() local 621 bzero(&attribute->uele_fileheader, in ufs_extattr_enable() 673 free(attribute, M_UFS_EXTATTR); in ufs_extattr_enable() 866 if (!attribute) in ufs_extattr_get() 906 if (attribute->uele_backing_vnode != vp) in ufs_extattr_get() 971 if (attribute->uele_backing_vnode != vp) in ufs_extattr_get() 1068 if (!attribute) in ufs_extattr_set() 1110 if (attribute->uele_backing_vnode != vp) in ufs_extattr_set() 1140 if (attribute->uele_backing_vnode != vp) in ufs_extattr_set() 1176 if (!attribute) in ufs_extattr_rm() [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 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] 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" 82 namespace of the root filesystem, reserving space for attribute data: 84 mkdir -p /.attribute/system [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | CMS_signed_get_attr.pod | 17 - CMS signed and unsigned attribute functions 79 the signed attribute list. 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. 115 B<V_ASN1_NULL> OR the attribute is not found. 119 one B<ASN1_TYPE> object in the found signed attribute. 155 attribute. 158 NID_pkcs9_messageDigest signed attribute. 161 NID_pkcs9_signingTime attribute is added. [all …]
|
| 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 | 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 | 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. 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. 178 attribute I<attr>. 181 the attribute list I<attr>. I<idx> should be in the 191 X509at_get0_data_by_OBJ() finds the first attribute in an attribute list I<x> 196 attribute is not found. [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-14.2/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 158 # attribute sendmailMTAAliasValue cis 172 # attribute sendmailMTAAliasURL cis 223 # attribute sendmailMTAClassName cis [all …]
|
| /freebsd-14.2/tests/sys/audit/ |
| H A D | Makefile | 4 ATF_TESTS_C= file-attribute-access 5 ATF_TESTS_C+= file-attribute-modify 19 SRCS.file-attribute-access+= file-attribute-access.c 20 SRCS.file-attribute-access+= utils.c 21 SRCS.file-attribute-modify+= file-attribute-modify.c 22 SRCS.file-attribute-modify+= utils.c
|
| /freebsd-14.2/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-14.2/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() 199 struct attribute **attr; in sysfs_create_group() [all …]
|
| /freebsd-14.2/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() 124 JOS.attribute("location", llvm::to_string(&L)); in dump() 212 JOS->attribute("iter", E.Iter); in endAnalysis() 214 JOS->attribute("converged", E.Converged); in endAnalysis() 265 JOS->attribute("block", blockID(Block)); in recordState() 266 JOS->attribute("iter", Iter); in recordState() 267 JOS->attribute("post_visit", PostVisit); in recordState() 268 JOS->attribute("element", ElementIndex); in recordState() 287 JOS->attribute("logs", ContextLogs); in recordState() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 103 this attribute has no effect. This attribute is typically combined with the 559 ``nomerge`` attribute can also be used as function attribute to prevent all 1129 the ``overloadable`` attribute must have the ``overloadable`` attribute, and 1180 attribute. In this case, the function without the ``overloadable`` attribute 1448 attribute: 1455 this attribute. If the compiler does not support the attribute the macro 2205 attribute for the BPF target. This attribute may be attached to a 2216 attribute for the BPF target. This attribute may be attached to a 5799 attribute for the WebAssembly target. This attribute may be attached to a 5814 attribute for the WebAssembly target. This attribute may be attached to a [all …]
|
| H A D | Attr.td | 33 // to not document the attribute, e.g. if the attribute has no spellings. 56 // specify a replacement attribute. 309 // Represents an attribute wrapped by another attribute. 485 // CXXRecord attribute subjects. 633 // Set to true if this attribute can be used with '#pragma clang attribute'. 634 // By default, an attribute is supported by the '#pragma clang attribute' 678 /// A attribute is either a declaration attribute or a statement attribute. 1413 // This attribute is both a type attribute, and a declaration attribute (for 1743 // FIXME: this is a type attribute in GCC, but a declaration attribute here. 1834 // This is notionally a type attribute, which #pragma clang attribute [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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() 392 json_str.attribute("avgPerItemInBytes", avg); in DumpTraceInfoAsJson() 410 json_str.attribute( in DumpTraceInfoAsJson() 423 json_str.attribute(kind, count); in DumpTraceInfoAsJson() 431 json_str.attribute( in DumpTraceInfoAsJson() 434 json_str.attribute( in DumpTraceInfoAsJson() 448 json_str.attribute( in DumpTraceInfoAsJson() 451 json_str.attribute( in DumpTraceInfoAsJson() 454 json_str.attribute("totalPSBBlocks", in DumpTraceInfoAsJson() [all …]
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/ |
| H A D | ittnotify.h | 457 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) 526 int namelen, int attribute); 535 int namelen, int attribute)) 538 const wchar_t *objname, int namelen, int attribute)) 542 int namelen, int attribute)) 556 attribute) 559 attribute) [all …]
|
| /freebsd-14.2/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() 359 m_j.attribute("cpuId", item.cpu_id); in DumpEvent() 362 m_j.attribute("hwClock", item.hw_clock); in DumpEvent() 377 m_j.attribute( in DumpInstruction() 383 m_j.attribute("mnemonic", in DumpInstruction() 388 m_j.attribute("controlFlowKind", in DumpInstruction() 396 m_j.attribute( in DumpInstruction() 408 m_j.attribute("id", item.id); in TraceItem() 410 m_j.attribute("timestamp_ns", item.timestamp in TraceItem() [all …]
|
| /freebsd-14.2/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 */
|