Searched refs:copy (Results 276 - 300 of 605) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/bmake/
H A Dutil.c105 if (strlen(c) >= l_value) /* old larger; copy over */
106 goto copy;
135 copy:
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile73 @copy &&|
79 @copy &&|
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h204 copy(Other);
213 copy(Other);
217 void copy(TypeLoc other);
392 // Some subclasses have no data to copy.
1629 void copy(TemplateSpecializationTypeLoc Loc) {
2107 void copy(AutoTypeLoc Loc) {
2196 void copy(ElaboratedTypeLoc Loc) {
2249 void copy(DependentNameTypeLoc Loc) {
2362 void copy(DependentTemplateSpecializationTypeLoc Loc) {
H A DCommentSema.h78 /// Returns a copy of array, owned by Sema's allocator.
82 return Source.copy(Allocator);
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_buckets.h6 * the License. You may obtain a copy of the License at
75 * read, split, copy, setaside, and destroy.
96 * copy makes a duplicate of the bucket structure as long as it's
97 * possible to have multiple references to a single copy of the
183 * the given pool, or in a disjoint pool) must somehow copy, shift, or
208 * @param e The bucket to copy
211 apr_status_t (*copy)(apr_bucket *e, apr_bucket **c); member in struct:apr_bucket_type_t
1026 * as hard as possible to avoid a memory copy.
1111 * @param e The bucket to copy
1114 #define apr_bucket_copy(e,c) (e)->type->copy(
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h173 std::copy(List.begin(), List.end(), ParameterList);
510 std::copy(Overrides.begin(), Overrides.end(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp34 llvm::copy(*ProgramName, &ArgVStorage.back()[0]);
41 llvm::copy(Arg, &ArgVStorage.back()[0]);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp225 copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData));
257 copy(PathData, std::back_inserter(Block));
/freebsd-13-stable/contrib/nvi/regex/
H A Dregcomp.c1013 sopno copy; local
1051 copy = dupl(p, start+1, finish+1);
1052 assert(copy == finish+4);
1053 repeat(p, copy, 1, to-1, reclimit);
1060 copy = dupl(p, start, finish);
1061 repeat(p, copy, from-1, to-1, reclimit);
1064 copy = dupl(p, start, finish);
1065 repeat(p, copy, from-1, to, reclimit);
/freebsd-13-stable/share/mk/
H A Dauto.obj.mk8 # Permission to copy, redistribute or otherwise
H A Ddirdeps-options.mk8 # Permission to copy, redistribute or otherwise
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id34 # See the ssh-copy-id(1) man page for details
64 printf '\t-f: force mode -- copy keys without trying to check if they are already installed\n' >&2
221 local L_TMP_ID_FILE=$(mktemp ~/.ssh/ssh-copy-id_id.XXXXXXXXXX)
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcstyle.y23 * copy of the source code appearing in this file ("Covered Code") an
25 * base code distributed originally by Intel ("Original Intel Code") to copy,
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobjects.pl5 # this file except in compliance with the License. You can obtain a copy
146 * this file except in compliance with the License. You can obtain a copy
/freebsd-13-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c5 * this file except in compliance with the License. You can obtain a copy
213 ASN1_OBJECT *copy = NULL; local
218 if ((copy = OBJ_dup(policy)) == NULL)
220 if (!sk_ASN1_OBJECT_push(ctx->policies, copy))
226 ASN1_OBJECT_free(copy);
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-cache-update.mk7 # Permission to copy, redistribute or otherwise
54 # for a target other than cache-update we simply copy
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp39 std::copy(variable_list->m_variables.begin(), // source begin
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp69 std::copy(UnexpArgTokens.begin(), UnexpArgTokens.end(),
/freebsd-13-stable/contrib/kyua/engine/
H A Datf_helpers.cpp388 std::copy(names.begin(), names.end(),
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h67 /* Sections to copy/remove/rename/... */
93 int copy; member in struct:sec_action
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py644 defs = DEFS.copy()
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py218 environ = os.environ.copy()
237 environ = dict(environ) # Ensures we are modifying a copy.
H A Dgoogletest-shuffle-test.py79 environ_copy = os.environ.copy()
H A Dgtest_xml_output_unittest.py345 environ_copy = os.environ.copy()
/freebsd-13-stable/sys/contrib/openzfs/cmd/arcstat/
H A Darcstat.in31 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
57 import copy
225 prev = copy.deepcopy(cur)

Completed in 237 milliseconds

<<11121314151617181920>>