HomeSort by: relevance | last modified time | path
    Searched refs:attributes (Results 1 - 25 of 583) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
attributes.d 1 module core.internal.attributes;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
attributes.d 1 module std.internal.attributes;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
attribute.d 23 deprecated("Import gcc.attributes instead")
26 public import gcc.attributes;
  /src/external/mpl/bind/dist/tests/dns/
rdatasetstats_test.c 38 unsigned int attributes; local
40 attributes = 0;
41 which = DNS_RDATASTATSTYPE_VALUE(type, attributes);
44 attributes = DNS_RDATASTATSTYPE_ATTR_NXRRSET;
45 which = DNS_RDATASTATSTYPE_VALUE(type, attributes);
52 unsigned int attributes; local
54 attributes = DNS_RDATASTATSTYPE_ATTR_NXDOMAIN;
55 which = DNS_RDATASTATSTYPE_VALUE(0, attributes);
62 unsigned int attributes; local
64 attributes = from
84 unsigned int attributes; local
98 unsigned int attributes; local
129 unsigned int attributes; local
158 unsigned int attributes; local
    [all...]
  /src/external/cddl/osnet/dist/lib/libzpool/common/
zfs.d 32 #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
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
evp_pkey.c 93 return X509at_get_attr_count(key->attributes);
98 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
104 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
109 return X509at_get_attr(key->attributes, loc);
114 return X509at_delete_attr(key->attributes, loc);
119 if (X509at_add1_attr(&key->attributes, attr))
128 if (X509at_add1_attr_by_OBJ(&key->attributes, obj, type, bytes, len))
137 if (X509at_add1_attr_by_NID(&key->attributes, nid, type, bytes, len))
146 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len))
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_req.c 19 * encode the attributes field if it is empty. This is in
21 * this by making the attributes field OPTIONAL then using
28 * the information is now contained in the attributes field:
31 * 3. If it is not empty then some attributes are present.
41 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
42 if (!rinf->attributes)
55 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
  /src/lib/libcurses/
cchar.c 71 *attrs = wcval->attributes;
73 *color_pair = PAIR_NUMBER(wcval->attributes);
113 wcval->attributes = attrs & ~__COLOR;
115 wcval->attributes |= COLOR_PAIR(color_pair);
132 out->attributes |= in & __ATTRIBUTES;
137 out->attributes = in & __ATTRIBUTES;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
backtrace.exp 22 lappend_include_file flags $srcdir/lib/attributes.h
gcore-relro-pie.exp 38 set perm [file attributes ${binfile} -permissions]
39 file attributes ${stripped_binfile} -permissions $perm
gcore-tls-pie.exp 42 set perm [file attributes ${binfile} -permissions]
43 file attributes ${stripped_binfile} -permissions $perm
  /src/sbin/gpt/
set.c 74 uint64_t attributes = 0, clear = 0; local
81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1)
115 if (gpt == NULL || argc != optind || (attributes != 0 && clear != 0))
118 return gpt_attr_update(gpt, entry, attributes, clear);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
attribute.d 2 * This module contains UDA's (User Defined Attributes) either used in
19 public import gcc.attributes;
22 public import ldc.attributes;
209 * $(LINK2 https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Attributes.html, GCC attributes documentation).
  /src/external/mpl/bind/dist/bin/named/include/named/
main.h 18 #include <isc/attributes.h>
  /src/external/mpl/bind/dist/lib/isc/include/isc/
error.h 22 #include <isc/attributes.h>
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gcore-relro-pie.exp 38 set perm [file attributes ${binfile} -permissions]
39 file attributes ${stripped_binfile} -permissions $perm
gcore-tls-pie.exp 42 set perm [file attributes ${binfile} -permissions]
43 file attributes ${stripped_binfile} -permissions $perm
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
p8_pkey.c 33 ASN1_IMP_SET_OF_OPT(PKCS8_PRIV_KEY_INFO, attributes, X509_ATTRIBUTE, 0)
71 return p8->attributes;
77 if (X509at_add1_attr_by_NID(&p8->attributes, nid, type, bytes, len) != NULL)
85 return (X509at_add1_attr_by_OBJ(&p8->attributes, obj, type, bytes, len) != NULL);
90 return (X509at_add1_attr(&p8->attributes, attr) != NULL);
  /src/external/gpl3/gdb.old/dist/gdb/
xml-tdesc.c 145 void *user_data, std::vector<gdb_xml_value> &attributes)
148 = (char *) xml_find_attribute (attributes, "version")->value.get ();
161 void *user_data, std::vector<gdb_xml_value> &attributes)
164 char *name = (char *) xml_find_attribute (attributes, "name")->value.get ();
170 attributes and attach it to the containing feature. */
175 void *user_data, std::vector<gdb_xml_value> &attributes)
183 int length = attributes.size ();
185 name = (char *) attributes[ix++].value.get ();
186 bitsize = * (ULONGEST *) attributes[ix++].value.get ();
188 if (ix < length && strcmp (attributes[ix].name, "regnum") == 0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xml-tdesc.c 145 void *user_data, std::vector<gdb_xml_value> &attributes)
148 = (char *) xml_find_attribute (attributes, "version")->value.get ();
161 void *user_data, std::vector<gdb_xml_value> &attributes)
164 char *name = (char *) xml_find_attribute (attributes, "name")->value.get ();
170 attributes and attach it to the containing feature. */
175 void *user_data, std::vector<gdb_xml_value> &attributes)
183 int length = attributes.size ();
185 name = (char *) attributes[ix++].value.get ();
186 bitsize = * (ULONGEST *) attributes[ix++].value.get ();
188 if (ix < length && strcmp (attributes[ix].name, "regnum") == 0
    [all...]
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_default.h 54 #define ca_attributes attributes
62 #define drok_attributes attributes
85 #define ns_attr_u attributes
94 #define raok_attributes attributes
118 #define sag_attributes attributes
128 #define sla_attributes attributes
  /src/external/gpl2/groff/dist/src/utils/xtotroff/
xtotroff.c 56 || p->ascent != 0 || p->descent != 0 || p->attributes != 0;
63 unsigned int attributes; local
66 if (!XParseFontName(font_name, &parsed, &attributes)) {
71 attributes &= ~(FontNamePixelSize | FontNameAverageWidth
74 XFormatFontName(&parsed, attributes, canon_font_name);
109 unsigned int attributes; local
118 if (!XParseFontName(font_name, &parsed, &attributes)) {
123 attributes &= ~(FontNamePixelSize | FontNameAverageWidth);
124 attributes |= FontNameResolutionX;
125 attributes |= FontNameResolutionY
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cold-clone.exp 22 lappend_include_file flags $srcdir/lib/attributes.h
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
inline-entry.exp 41 lappend_include_file options $srcdir/lib/attributes.h
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cold-clone.exp 22 lappend_include_file flags $srcdir/lib/attributes.h

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>