Searched refs:copy (Results 76 - 100 of 699) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/test/recipes/
H A D60-test_x509_store.t5 # this file except in compliance with the License. You can obtain a copy
43 copy(srctop_file("test", "certs", "$_.pem"), curdir());
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_copy.h12 #include <__algorithm/copy.h>
61 inline constexpr auto copy = __copy::__fn{}; member in namespace:ranges::__cpo
H A Dranges_rotate_copy.h43 auto __res1 = ranges::copy(__middle, __last, std::move(__result));
44 auto __res2 = ranges::copy(__first, __middle, std::move(__res1.out));
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp145 assert(&RHS != this && "Self-copy should be handled by the caller.");
175 std::copy(RHS.CurArray, RHS.EndPointer(), CurArray);
195 std::copy(RHS.CurArray, RHS.CurArray + RHS.NumNonEmpty, CurArray);
227 // If only RHS is small, copy the small elements into LHS and move the pointer
231 std::copy(RHS.CurArray, RHS.CurArray + RHS.NumNonEmpty, this->SmallArray);
240 // If only LHS is small, copy the small elements into RHS and move the pointer
244 std::copy(this->CurArray, this->CurArray + this->NumNonEmpty,
260 std::copy(this->SmallArray + MinNonEmpty,
264 std::copy(RHS.SmallArray + MinNonEmpty, RHS.SmallArray + RHS.NumNonEmpty,
/freebsd-current/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c124 char *orig, *copy, re_error[64]; local
128 copy = strdup(re_string);
129 orig = copy;
130 len = strlen(copy);
132 if (copy[i] == ',' && i > 0) {
133 if (copy[i - 1] == '\\')
134 strlcpy(&copy[i - 1], &copy[i], len);
137 copy[i] = '\0';
149 if (*copy
[all...]
/freebsd-current/contrib/elftoolchain/common/
H A Dutarray.h54 ctor_f *copy; member in struct:__anon560
60 UT_icd icd; /* initializer, copy and destructor functions */
101 if ((a)->icd.copy) { (a)->icd.copy( _utarray_eltptr(a,(a)->i++), p); } \
129 if ((a)->icd.copy) { (a)->icd.copy( _utarray_eltptr(a,j), p); } \
143 if ((a)->icd.copy) { \
146 (a)->icd.copy(_utarray_eltptr(a,j+_ut_i), _utarray_eltptr(w,_ut_i)); \
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp146 void ConcatInputSection::foldIdentical(ConcatInputSection *copy) { argument
147 align = std::max(align, copy->align);
148 copy->live = false;
149 copy->wasCoalesced = true;
150 copy->replacement = this;
151 for (auto &copySym : copy->symbols) {
156 symbols.insert(symbols.end(), copy->symbols.begin(), copy->symbols.end());
157 copy->symbols.clear();
/freebsd-current/contrib/ofed/libmlx5/
H A Dsrq.c53 int copy; local
61 copy = min_t(long, size, be32toh(scat->byte_count));
62 memcpy((void *)(unsigned long)be64toh(scat->addr), buf, copy);
63 size -= copy;
67 buf += copy;
/freebsd-current/crypto/openssl/test/
H A Dsslcorrupttest.c5 * this file except in compliance with the License. You can obtain a copy
41 char *copy; local
44 if (!TEST_ptr(copy = OPENSSL_memdup(in, inl)))
47 copy[inl-1] ^= 1;
48 ret = BIO_write(next, copy, inl);
49 OPENSSL_free(copy);
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dtext.cpp48 char* copy = new char[std::strlen(str) + 1]; local
49 std::strcpy(copy, str);
50 return copy;
/freebsd-current/crypto/heimdal/appl/push/
H A Dpush.c341 char *copy = beg; local
346 len = min(p - copy + 1, strlen(headers[i]));
347 if (strncasecmp(copy, headers[i], len) == 0) {
348 fprintf (stdout, "%.*s\n", (int)(p - copy), copy);
365 char *copy = beg; local
405 ++copy;
409 strncmp(copy, "From ", min(p - copy + 1, 5)) == 0)
411 write_state_add(&write_state, copy,
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_tuple.h118 __ctx.advance_to(std::ranges::copy(__opening_bracket_, __ctx.out()).out);
122 __ctx.advance_to(std::ranges::copy(__separator_, __ctx.out()).out);
126 return std::ranges::copy(__closing_bracket_, __ctx.out()).out;
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in168 echo "copy keystore FILE existing -> FILE"
169 ${hxtool} certificate-copy \
173 echo "copy keystore FILE -> FILE"
174 ${hxtool} certificate-copy \
178 echo "copy keystore FILE -> PKCS12"
179 ${hxtool} certificate-copy \
/freebsd-current/contrib/bmake/mk/
H A Dhost.libnames.mk7 # Permission to copy, redistribute or otherwise
H A Dlibnames.mk9 # Permission to copy, redistribute or otherwise
/freebsd-current/crypto/heimdal/admin/
H A DMakefile.am14 copy.c \
/freebsd-current/crypto/openssl/providers/
H A Ddecoders.inc5 * this file except in compliance with the License. You can obtain a copy
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_t4.inc5 * this file except in compliance with the License. You can obtain a copy
/freebsd-current/crypto/openssl/util/
H A Dmkbuildinf.pl5 # this file except in compliance with the License. You can obtain a copy
25 * this file except in compliance with the License. You can obtain a copy
/freebsd-current/crypto/openssl/
H A Dconfig.com6 $ ! copy in the file LICENSE in the source distribution or at
/freebsd-current/contrib/bearssl/mk/
H A DDefaults.mk4 # a copy of this software and associated documentation files (the
6 # without limitation the rights to use, copy, modify, merge, publish,
H A DSingleUnix.mk4 # a copy of this software and associated documentation files (the
6 # without limitation the rights to use, copy, modify, merge, publish,
H A DNMake.mk4 # a copy of this software and associated documentation files (the
6 # without limitation the rights to use, copy, modify, merge, publish,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h5 * to any person obtaining a copy of this software and associated documentation
7 * including without limitation the rights to use, copy, modify, merge, publish,
65 void (*copy)(void *dst, void *src); member in struct:Block_descriptor
99 /* Runtime support functions used by compiler when generating copy/dispose helpers. */
106 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */
107 BLOCK_BYREF_CALLER = 128 /* called from __block (byref) copy/dispose support routines. */
110 /* Runtime entry point called by compiler when assigning objects inside copy helper routines */
112 /* BLOCK_FIELD_IS_BYREF is only used from within block copy helpers */
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_prime.pl5 # this file except in compliance with the License. You can obtain a copy
23 * this file except in compliance with the License. You can obtain a copy

Completed in 131 milliseconds

1234567891011>>