Searched refs:attributes (Results 376 - 400 of 804) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreading.inc69 // Construct the attributes object.
/netbsd-current/external/bsd/pam-u2f/dist/fuzz/
H A Dfuzz_format_parsers.c21 free(devs[i].attributes);
25 devs[i].attributes = NULL;
/netbsd-current/lib/libcurses/
H A Din_wchstr.c145 wcp->attributes = start->attr;
162 wcp->attributes = win->wattr;
H A Dline.c220 cc.attributes |= WACS_HLINE->attributes;
291 cc.attributes |= WACS_VLINE->attributes;
H A Daddch.c98 cc.vals[0], cc.attributes);
H A Din_wch.c92 wcval->attributes = lp->attr;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dcompact-eh-eb-2.d41 Contents of section .gnu.attributes:
H A Dcompact-eh-eb-5.d43 Contents of section .gnu.attributes:
H A Dcompact-eh-el-2.d41 Contents of section .gnu.attributes:
H A Dcompact-eh-el-5.d42 Contents of section .gnu.attributes:
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c85 CK_ATTRIBUTE *attributes; member in struct:soft_token::session_state::__anon26
203 const CK_ATTRIBUTE *attributes,
214 if (attributes[i].type == obj->attrs[j].attribute.type &&
215 attributes[i].ulValueLen == obj->attrs[j].attribute.ulValueLen &&
216 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
217 attributes[i].ulValueLen) == 0) {
223 st_logf("type %d attribute have no match\n", attributes[i].type);
232 print_attributes(const CK_ATTRIBUTE *attributes, argument
241 switch (attributes[i].type) {
244 if (attributes[
202 attributes_match(const struct st_object *obj, const CK_ATTRIBUTE *attributes, CK_ULONG num_attributes) argument
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_nv.c66 if ((result = obj_nvstore_get_permission(hNvstore, &nv_data_public.permission.attributes)))
89 need_authdata = (nv_data_public.permission.attributes
110 Trspi_LoadBlob_UINT32(&NVPublic_DataSize, nv_data_public.permission.attributes, NVPublicData);
184 if ((result = obj_nvstore_get_permission(hNvstore, &nv_data_public.permission.attributes)))
221 nv_data_public.permission.attributes, NVPublicData);
295 &nv_data_public.permission.attributes)))
298 need_authdata = nv_data_public.permission.attributes
301 authwrite = nv_data_public.permission.attributes & TPM_NV_PER_AUTHWRITE;
422 &nv_data_public.permission.attributes)))
425 need_authdata = nv_data_public.permission.attributes
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp280 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
293 info.attributes = LTO_SYMBOL_PERMISSIONS_DATA |
319 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
338 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
468 info.attributes = attr;
499 info.attributes =
514 _symbols.back().attributes &= ~LTO_SYMBOL_SCOPE_MASK;
515 _symbols.back().attributes |= scope;
533 info.attributes = attr;
561 info.attributes
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/variant/
H A Dvariant.c49 LDAP_SLIST_HEAD(attribute_list, variantAttr_info) attributes;
157 LDAP_SLIST_FOREACH( vai, &vei->attributes, next ) {
304 LDAP_SLIST_FOREACH( vai, &vei->attributes, next ) {
310 "variant: trying to add variant attributes" );
481 LDAP_SLIST_FOREACH( vai, &vei->attributes, next ) {
524 "no variant attributes in mod\n" );
861 LDAP_SLIST_INIT(&vei->attributes);
905 LDAP_SLIST_INIT(&vei->attributes);
1028 /* Both attributes have to share the same syntax */
1038 LDAP_SLIST_FOREACH( vai2, &vai->variant->attributes, nex
[all...]
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dex1.c94 cc.attributes = ncc.attributes = 0;
115 bcc.attributes = 0;
256 bcc.attributes = al[ ac ];
/netbsd-current/distrib/ews4800mips/floppies/instkernel/
H A DMakefile11 MDSET_STRIPSECTIONS= -R .MIPS.abiflags -R .gnu.attributes -R .pdr -R .reginfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp48 // See if all attributes in this DIE have fixed byte sizes. If so, we can
55 // Skip all data in the .debug_info for the attributes
56 for (const auto &AttrSpec : AbbrevDecl->attributes()) {
/netbsd-current/external/bsd/pam-u2f/dist/
H A Dutil.h63 char *attributes; member in struct:__anon4
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c119 objc_declare_protocol (tree ARG_UNUSED (name), tree ARG_UNUSED (attributes))
201 tree ARG_UNUSED (attributes))
208 tree ARG_UNUSED (attributes),
229 tree ARG_UNUSED (attributes))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_r2x.c35 if (sk_X509_ATTRIBUTE_num(r->req_info.attributes) != 0) {
40 /*- xi->extensions=ri->attributes; <- bad, should not ever be done
41 ri->attributes=NULL; */
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_r2x.c35 if (sk_X509_ATTRIBUTE_num(r->req_info.attributes) != 0) {
40 /*- xi->extensions=ri->attributes; <- bad, should not ever be done
41 ri->attributes=NULL; */
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/platform/
H A DUnix.pm49 if $unified_info{attributes}->{libraries}->{$_[1]}->{noinst};
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dstub-objc.cc119 objc_declare_protocol (tree ARG_UNUSED (name), tree ARG_UNUSED (attributes))
202 tree ARG_UNUSED (attributes))
209 tree ARG_UNUSED (attributes),
230 tree ARG_UNUSED (attributes))
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssectool.h21 #include <isc/attributes.h>
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dc23.c115 attributes(int i) function
123 // There may be arbitrary commas around or between the attributes.

Completed in 378 milliseconds

<<11121314151617181920>>