Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/NextBSD/contrib/tcsh/
HDtc.prompt.c171 tprintf_append_mbs(struct Strbuf *buf, const char *mbs, Char attributes) in tprintf_append_mbs() argument
177 Strbuf_append1(buf, wc | attributes); in tprintf_append_mbs()
186 Char attributes = 0; in tprintf() local
208 tprintf_append_mbs(&buf, cz, attributes); in tprintf()
212 tprintf_append_mbs(&buf, str, attributes); in tprintf()
218 Strbuf_append1(&buf, attributes | Scp); in tprintf()
233 tprintf_append_mbs(&buf, cz, attributes); in tprintf()
266 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes); in tprintf()
269 Strbuf_append1(&buf, attributes | ':'); in tprintf()
270 p = Itoa(t->tm_min, 2, attributes); in tprintf()
[all …]
HDtc.printf.c73 int attributes = 0; in doprnt() local
79 (*addchar) (((unsigned char)*f) | attributes); in doprnt()
175 (*addchar) (pad | attributes); in doprnt()
177 (*addchar) (((unsigned char) *bp) | attributes); in doprnt()
180 (*addchar) (' ' | attributes); in doprnt()
238 (*addchar) (pad | attributes); in doprnt()
240 (*addchar) (((unsigned char) *bp) | attributes); in doprnt()
243 (*addchar) (' ' | attributes); in doprnt()
249 (*addchar) (i | attributes); in doprnt()
263 (*addchar) ((int) (pad | attributes)); in doprnt()
[all …]
/NextBSD/crypto/openssl/crypto/store/
HDstr_lib.c238 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_certificate() argument
248 attributes, parameters); in STORE_get_certificate()
264 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], in STORE_store_certificate() argument
286 object, attributes, parameters); in STORE_store_certificate()
318 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_revoke_certificate() argument
325 attributes, parameters)) { in STORE_revoke_certificate()
333 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_certificate() argument
340 attributes, parameters)) { in STORE_delete_certificate()
348 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], in STORE_list_certificate_start() argument
358 attributes, parameters); in STORE_list_certificate_start()
[all …]
HDstore.h256 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
258 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
265 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
267 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
269 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
274 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
276 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
279 OPENSSL_ITEM attributes[],
286 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
288 int STORE_delete_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all …]
HDstr_mem.c124 OPENSSL_ITEM attributes[],
127 OPENSSL_ITEM attributes[],
130 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
138 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
140 OPENSSL_ITEM attributes[],
145 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
147 static int mem_unlock(STORE *s, OPENSSL_ITEM attributes[],
187 OPENSSL_ITEM attributes[], in mem_generate() argument
195 OPENSSL_ITEM attributes[], in mem_get() argument
198 void *context = mem_list_start(s, type, attributes, parameters); in mem_get()
[all …]
HDREADME6 of attributes. What attributes are supported entirely depends on
32 For now, the following attributes are supported:
46 It is expected that these attributes should be enough to support
53 There's added support for combined sets of attributes to search for,
67 store_object - store an object and the attributes
69 modify_object - modify the attributes associated with
77 set of attributes
86 used to set up a lookup. That's where the attributes to use in
/NextBSD/contrib/gcc/config/
HDsol2.c41 solaris_insert_attributes (tree decl, tree *attributes) in solaris_insert_attributes() argument
53 || lookup_attribute ("aligned", *attributes)) in solaris_insert_attributes()
57 *attributes = tree_cons (get_identifier ("aligned"), value, in solaris_insert_attributes()
58 *attributes); in solaris_insert_attributes()
72 *attributes = tree_cons (get_identifier ("init"), NULL, in solaris_insert_attributes()
73 *attributes); in solaris_insert_attributes()
74 *attributes = tree_cons (get_identifier ("used"), NULL, in solaris_insert_attributes()
75 *attributes); in solaris_insert_attributes()
89 *attributes = tree_cons (get_identifier ("fini"), NULL, in solaris_insert_attributes()
90 *attributes); in solaris_insert_attributes()
[all …]
/NextBSD/contrib/groff/src/utils/xtotroff/
HDxtotroff.c54 || p->ascent != 0 || p->descent != 0 || p->attributes != 0; in charExists()
61 unsigned int attributes; in CanonicalizeFontName() local
64 if (!XParseFontName(font_name, &parsed, &attributes)) { in CanonicalizeFontName()
69 attributes &= ~(FontNamePixelSize | FontNameAverageWidth in CanonicalizeFontName()
72 XFormatFontName(&parsed, attributes, canon_font_name); in CanonicalizeFontName()
107 unsigned int attributes; in MapFont() local
116 if (!XParseFontName(font_name, &parsed, &attributes)) { in MapFont()
121 attributes &= ~(FontNamePixelSize | FontNameAverageWidth); in MapFont()
122 attributes |= FontNameResolutionX; in MapFont()
123 attributes |= FontNameResolutionY; in MapFont()
[all …]
/NextBSD/crypto/openssl/crypto/evp/
HDevp_pkey.c173 return X509at_get_attr_count(key->attributes); in EVP_PKEY_get_attr_count()
178 return X509at_get_attr_by_NID(key->attributes, nid, lastpos); in EVP_PKEY_get_attr_by_NID()
184 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos); in EVP_PKEY_get_attr_by_OBJ()
189 return X509at_get_attr(key->attributes, loc); in EVP_PKEY_get_attr()
194 return X509at_delete_attr(key->attributes, loc); in EVP_PKEY_delete_attr()
199 if (X509at_add1_attr(&key->attributes, attr)) in EVP_PKEY_add1_attr()
208 if (X509at_add1_attr_by_OBJ(&key->attributes, obj, type, bytes, len)) in EVP_PKEY_add1_attr_by_OBJ()
217 if (X509at_add1_attr_by_NID(&key->attributes, nid, type, bytes, len)) in EVP_PKEY_add1_attr_by_NID()
226 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len)) in EVP_PKEY_add1_attr_by_txt()
/NextBSD/crypto/openssl/crypto/x509/
HDx509_req.c246 if (!req->req_info->attributes) { in X509_REQ_add_extensions_nid()
247 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null())) in X509_REQ_add_extensions_nid()
250 if (!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) in X509_REQ_add_extensions_nid()
269 return X509at_get_attr_count(req->req_info->attributes); in X509_REQ_get_attr_count()
274 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos); in X509_REQ_get_attr_by_NID()
280 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos); in X509_REQ_get_attr_by_OBJ()
285 return X509at_get_attr(req->req_info->attributes, loc); in X509_REQ_get_attr()
290 return X509at_delete_attr(req->req_info->attributes, loc); in X509_REQ_delete_attr()
295 if (X509at_add1_attr(&req->req_info->attributes, attr)) in X509_REQ_add1_attr()
304 if (X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj, in X509_REQ_add1_attr_by_OBJ()
[all …]
/NextBSD/sys/dev/isci/scil/
HDsci_base_memory_descriptor_list_decorator.c69 U32 attributes in sci_mdl_decorator_get_memory_size() argument
79 if ( (mde->constant_memory_attributes == attributes) in sci_mdl_decorator_get_memory_size()
80 || (attributes == 0) ) in sci_mdl_decorator_get_memory_size()
94 U32 attributes, in sci_mdl_decorator_assign_memory() argument
113 if ( (mde->constant_memory_attributes == attributes) in sci_mdl_decorator_assign_memory()
114 || (attributes == 0) ) in sci_mdl_decorator_assign_memory()
HDsci_base_memory_descriptor_list.h132 #define sci_base_mde_construct(mde, alignment, size, attributes) \ argument
136 (mde)->constant_memory_attributes = (attributes); \
161 U16 attributes
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/
HDzfs.d32 #pragma D attributes Evolving/Evolving/ISA provider zfs provider
33 #pragma D attributes Private/Private/Unknown provider zfs module
34 #pragma D attributes Private/Private/Unknown provider zfs function
35 #pragma D attributes Evolving/Evolving/ISA provider zfs name
36 #pragma D attributes Evolving/Evolving/ISA provider zfs args
/NextBSD/crypto/heimdal/lib/kadm5/
HDget_s.c100 out->attributes |= ent.entry.flags.postdate ? 0 : KRB5_KDB_DISALLOW_POSTDATED; in kadm5_s_get_principal()
101 out->attributes |= ent.entry.flags.forwardable ? 0 : KRB5_KDB_DISALLOW_FORWARDABLE; in kadm5_s_get_principal()
102 out->attributes |= ent.entry.flags.initial ? KRB5_KDB_DISALLOW_TGT_BASED : 0; in kadm5_s_get_principal()
103 out->attributes |= ent.entry.flags.renewable ? 0 : KRB5_KDB_DISALLOW_RENEWABLE; in kadm5_s_get_principal()
104 out->attributes |= ent.entry.flags.proxiable ? 0 : KRB5_KDB_DISALLOW_PROXIABLE; in kadm5_s_get_principal()
105 out->attributes |= ent.entry.flags.invalid ? KRB5_KDB_DISALLOW_ALL_TIX : 0; in kadm5_s_get_principal()
106 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0; in kadm5_s_get_principal()
107 out->attributes |= ent.entry.flags.server ? 0 : KRB5_KDB_DISALLOW_SVR; in kadm5_s_get_principal()
108 out->attributes |= ent.entry.flags.change_pw ? KRB5_KDB_PWCHANGE_SERVICE : 0; in kadm5_s_get_principal()
109 out->attributes |= ent.entry.flags.ok_as_delegate ? KRB5_KDB_OK_AS_DELEGATE : 0; in kadm5_s_get_principal()
[all …]
/NextBSD/lib/libdispatch/src/
HDprovider.d99 #pragma D attributes Evolving/Evolving/Common provider dispatch provider
100 #pragma D attributes Private/Private/Common provider dispatch module
101 #pragma D attributes Private/Private/Common provider dispatch function
102 #pragma D attributes Evolving/Evolving/Common provider dispatch name
103 #pragma D attributes Evolving/Evolving/Common provider dispatch args
/NextBSD/sys/ufs/ufs/
HDREADME.extattr10 Extended attributes allow the association of additional arbitrary
11 meta-data with files and directories. Extended attributes are defined in
14 extended attribute service layers support for extended attributes onto a
27 Support for UFS extended attributes is natively available in UFS2, and
29 and performance reasons, if you plan to use extended attributes, it
32 Support for UFS extended attributes may be enabled for UFS1 by adding:
37 support extended attributes, but requires manual administration of EAs
39 filesystem, and the enabling of individual attributes for the file
42 enable and disable named attributes. The command lines for extattrctl
64 number of attributes on the specified filesystem.
[all …]
HDREADME.acls14 availability of extended attributes to store extended components of
24 attributes, your file systems must have support for extended attributes.
26 necessary. For UFS1, you must also enable the optional extended attributes
50 UFS1 is discouraged; UFS2 extended attributes provide a more reliable
64 required extended attributes with the filesystem mount operation. To
65 enable ACLs, two extended attributes must be available in the
78 On the next mount of the root filesystem, the attributes will be
/NextBSD/cddl/lib/libdtrace/
HDsched.d66 #pragma D attributes Stable/Stable/Common curcpu
70 #pragma D attributes Stable/Stable/Common cpu
74 #pragma D attributes Stable/Stable/Common pset
78 #pragma D attributes Stable/Stable/Common chip
82 #pragma D attributes Stable/Stable/Common lgrp
/NextBSD/contrib/libstdc++/scripts/
Dmake_graph.py75 test_name = test.attributes['name'].value
76 self.__test_to_f_names[test_name] = test.getElementsByTagName('file')[0].attributes['name'].value
79 cntnr_list.append(cntnr.attributes['name'].value)
96 cntnr_name = cntnr.attributes["name"].value
99 cntnr_name = cntnr.attributes["name"].value
105 x = string.atol(result.attributes["x"].value)
106 y = string.atof(result.attributes["y"].value)
289 value = s_desc.attributes['value'].value
302 nom_denom = s_desc.attributes['nom'].value + '/' + s_desc.attributes['denom'].value
325 if trigger_policy_desc.attributes['value'].value == 'hash_load_check_resize_trigger':
[all …]
/NextBSD/crypto/heimdal/lib/hx509/
HDsoftp11.c83 CK_ATTRIBUTE *attributes; member
201 const CK_ATTRIBUTE *attributes, in attributes_match() argument
212 if (attributes[i].type == obj->attrs[j].attribute.type && in attributes_match()
213 attributes[i].ulValueLen == obj->attrs[j].attribute.ulValueLen && in attributes_match()
214 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue, in attributes_match()
215 attributes[i].ulValueLen) == 0) { in attributes_match()
221 st_logf("type %d attribute have no match\n", attributes[i].type); in attributes_match()
230 print_attributes(const CK_ATTRIBUTE *attributes, in print_attributes() argument
239 switch (attributes[i].type) { in print_attributes()
242 if (attributes[i].ulValueLen != sizeof(CK_BBOOL)) { in print_attributes()
[all …]
/NextBSD/contrib/netbsd-tests/lib/libcurses/tests/
HDattributes2 # no attributes, no color
6 # returned attributes includes color information
20 # print out something to check our attributes are there, standout and blink
23 compare attributes.chk
/NextBSD/crypto/heimdal/kadmin/
HDutil.c77 attributes2str(krb5_flags attributes, char *str, size_t len) in attributes2str() argument
79 unparse_flags (attributes, kdb_attrs, str, len); in attributes2str()
393 ent->attributes = default_ent->attributes & ~KRB5_KDB_DISALLOW_ALL_TIX; in set_defaults()
419 if(edit_attributes ("Attributes", &ent->attributes, mask, in edit_entry()
440 const char *attributes) in set_entry() argument
471 if (attributes != NULL) { in set_entry()
472 if (parse_attributes (attributes, &ent->attributes, in set_entry()
474 krb5_warnx (contextp, "unable to parse `%s'", attributes); in set_entry()
HDinit.c44 uint32_t attributes) in create_random_entry() argument
75 ent.attributes |= attributes | KRB5_KDB_DISALLOW_ALL_TIX; in create_random_entry()
103 ent.attributes &= (~KRB5_KDB_DISALLOW_ALL_TIX); in create_random_entry()
248 ent.attributes = KRB5_KDB_DISALLOW_ALL_TIX; in init()
HDank.c74 const char *attributes, in add_one_principal() argument
97 expiration, pw_expiration, attributes); in add_one_principal()
117 princ.attributes |= KRB5_KDB_DISALLOW_ALL_TIX; in add_one_principal()
161 princ.attributes &= (~KRB5_KDB_DISALLOW_ALL_TIX); in add_one_principal()
174 princ.attributes &= (~KRB5_KDB_DISALLOW_ALL_TIX); in add_one_principal()
/NextBSD/crypto/openssl/crypto/asn1/
HDx_req.c89 rinf->attributes = sk_X509_ATTRIBUTE_new_null(); in rinf_cb()
90 if (!rinf->attributes) in rinf_cb()
103 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)

12345678910>>...16