| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | json.d | 282 extern(D) void property(const char[] name, TRUST trust) in property() 286 case TRUST.default_: in property() 290 case TRUST.system: return property(name, "system"); in property() 291 case TRUST.trusted: return property(name, "trusted"); in property() 292 case TRUST.safe: return property(name, "safe"); in property()
|
| H A D | mtype.d | 213 string trustToString(TRUST trust) pure nothrow @nogc @safe in trustToString() 217 case TRUST.default_: in trustToString() 219 case TRUST.system: in trustToString() 221 case TRUST.trusted: in trustToString() 223 case TRUST.safe: in trustToString() 230 assert(trustToString(TRUST.default_) == ""); 231 assert(trustToString(TRUST.system) == "@system"); 232 assert(trustToString(TRUST.trusted) == "@trusted"); 233 assert(trustToString(TRUST.safe) == "@safe"); 736 if (t1.trust <= TRUST.system && t2.trust >= TRUST.trusted) [all …]
|
| H A D | mtype.h | 537 enum class TRUST : unsigned char enum 601 TRUST trust; // level of trust
|
| H A D | astenums.d | 295 enum TRUST : ubyte
|
| H A D | dmangle.d | 384 case TRUST.trusted: in mangleFuncType() 387 case TRUST.safe: in mangleFuncType()
|
| H A D | clone.d | 59 if (tf.trust == TRUST.safe) in mergeFuncAttrs() 61 else if (tf.trust == TRUST.system) in mergeFuncAttrs() 63 else if (tf.trust == TRUST.trusted) in mergeFuncAttrs()
|
| H A D | semantic3.d | 1269 f.trust = TRUST.safe; in visit() 1423 const saErr = ctf.trust == TRUST.safe && dtf.trust <= TRUST.system; in visit()
|
| H A D | typesem.d | 1207 if (tf.trust == TRUST.default_) in typeSemantic() 1210 tf.trust = TRUST.safe; in typeSemantic() 1212 tf.trust = TRUST.system; in typeSemantic() 1214 tf.trust = TRUST.trusted; in typeSemantic() 1233 if (tf.trust == TRUST.default_) in typeSemantic() 1240 tf.trust = TRUST.safe; // default to @safe in typeSemantic()
|
| H A D | func.d | 1339 if (tf.trust == TRUST.default_) in initInferAttributes() 1414 return type.toTypeFunction().trust == TRUST.safe; in isSafe() 1426 return type.toTypeFunction().trust == TRUST.trusted; in isTrusted() 1439 type.toTypeFunction().trust = TRUST.system; in setUnsafe()
|
| H A D | dcast.d | 3023 else if (tf1.trust <= TRUST.system || tf2.trust <= TRUST.system) in typeMerge() 3024 d.trust = TRUST.system; in typeMerge() 3026 d.trust = TRUST.trusted; in typeMerge()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky.opt | 111 Target Report RejectNegative Mask(TRUST) 112 Enable C-SKY TRUST instructions.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky.opt | 132 Target RejectNegative Mask(TRUST) 133 Enable C-SKY TRUST instructions.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.h | 567 enum TRUST enum 576 void trustToBuffer(OutBuffer *buf, TRUST trust); 577 const char *trustToChars(TRUST trust); 610 TRUST trust; // level of trust
|
| H A D | json.c | 258 void property(const char *name, TRUST trust) in property()
|
| /netbsd-src/external/bsd/pkg_install/dist/x509/ |
| H A D | signing.txt | 19 certificate. The original list is called the TRUST ANCHOR.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-builtins.cc | 560 tf->trust = !DECL_ASSEMBLER_NAME_SET_P (decl) ? TRUST::safe in d_build_builtins_module() 561 : TREE_NOTHROW (decl) ? TRUST::trusted in d_build_builtins_module() 562 : TRUST::system; in d_build_builtins_module()
|
| H A D | typeinfo.cc | 1066 if (!tf->isnothrow () || tf->trust == TRUST::system) in visit()
|
| /netbsd-src/external/mpl/mozilla-certdata/dist/ |
| H A D | certdata.txt | 6604 # Certificate "D-TRUST Root Class 3 CA 2 2009" 6606 # Issuer: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE 6608 # Subject: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE 6617 CKA_LABEL UTF8 "D-TRUST Root Class 3 CA 2 2009" 6711 # Trust for "D-TRUST Root Class 3 CA 2 2009" 6712 # Issuer: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE 6714 # Subject: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE 6723 CKA_LABEL UTF8 "D-TRUST Root Class 3 CA 2 2009" 6747 # Certificate "D-TRUST Root Class 3 CA 2 EV 2009" 6749 # Issuer: CN=D-TRUST Roo [all...] |
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc5020.txt | 241 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-masarati-ldap-whatfailed-xx.txt | 630 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
|
| H A D | draft-zeilenga-ldap-noop-xx.txt | 319 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
|
| H A D | draft-masarati-ldap-deref-xx.txt | 686 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
|
| H A D | draft-chu-ldap-ldapi-xx.txt | 686 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | X509_VERIFY_PARAM_set_flags.pod | 283 explicit trust settings (see "TRUST SETTINGS" in L<x509(1)>).
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | X509_VERIFY_PARAM_set_flags.pod | 305 explicit trust settings (see "TRUST SETTINGS" in L<openssl-x509(1)>).
|