Home
last modified time | relevance | path

Searched refs:extracted (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h255 QuarantineBatch *extracted = current->next; in MergeBatches() local
257 current->merge(extracted); in MergeBatches()
258 CHECK_EQ(extracted->count, 0); in MergeBatches()
259 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); in MergeBatches()
261 list_.extract(current, extracted); in MergeBatches()
262 extracted_size += extracted->size; in MergeBatches()
264 to_deallocate->EnqueueBatch(extracted); in MergeBatches()
/freebsd/sys/contrib/device-tree/
H A DREADME1 This tree contains device tree definitions extracted from the Linux
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSpecialSymbolMap.inc3 // This is a hand-curated list for C symbols that cannot be parsed/extracted
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PBE_CipherInit.pod35 I<pass> of length I<passlen>. The PBE algorithm type and parameters are extracted
84 together form an B<X509_ALGOR> and can often be extracted directly from this structure.
H A DSSL_CTX_set0_CA_list.pod84 SSL_CTX_add_client_CA() adds the CA name extracted from B<cacert> to the
88 SSL_add_client_CA() adds the CA name extracted from B<cacert> to the
121 SSL_CTX_add1_to_CA_list() appends the CA subject name extracted from B<x> to the
124 SSL_add1_to_CA_list() appends the CA subject name extracted from B<x> to the
H A DOSSL_STORE_INFO.pod67 Supported OpenSSL type object can be extracted using one of
69 The life time of this extracted object is as long as the life time of
70 the B<OSSL_STORE_INFO> it was extracted from, so care should be taken not
/freebsd/contrib/file/magic/Magdir/
H A Dwsdl5 # Cache format extracted from source:
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIICScalar.td10 // classes as per V62. Currently, they are just extracted from
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticRefactoringKinds.td29 "expression can't be extracted">;
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rsautl.pod.in187 The final BIT STRING contains the actual signature. It can be extracted with:
191 The certificate public key can be extracted with:
208 be extracted with:
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr251 # INDEX data must be contained in the variable $var_to_get. The extracted pages
253 # If $category is set, only packages for that category are extracted.
255 # extracted and no filtering is done.
/freebsd/tools/tools/locale/tools/
H A Dfinalize63 FULLEXTRACT=${TMPDIR}/extracted-names
/freebsd/tools/tools/sysdoc/
H A Dsysdoc.sh43 markup is stored in the database file and extracted
/freebsd/sbin/route/tests/
H A Dutils.subr41 # Gateway is then extracted from the JSON item as described above
/freebsd/secure/caroot/trusted/
H A DAmazon_Root_CA_3.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DGlobalSign_ECC_Root_CA_-_R4.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DAffirmTrust_Premium_ECC.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DCertainly_Root_E1.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DDigiCert_TLS_ECC_P384_Root_G5.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DHellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DTrustwave_Global_ECC_P256_Certification_Authority.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A De-Szigno_Root_CA_2017.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DCommScope_Public_Trust_ECC_Root-01.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
H A DSecureSign_Root_CA15.pem5 ## Authority (CA). It was automatically extracted from Mozilla's
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md92 There is some code in the CodeView reader that was extracted/adapted
100 There is some code in the CodeView reader that was extracted/adapted

12345678910>>...15