Searched refs:copy (Results 201 - 225 of 605) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/kyua/model/
H A Dmetadata_test.cpp118 ATF_TEST_CASE_WITHOUT_HEAD(copy); variable
119 ATF_TEST_CASE_BODY(copy)
444 ATF_ADD_TEST_CASE(tcs, copy);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp116 std::copy(S.begin(), S.end(), LC.Payload.begin());
127 std::copy(Path.begin(), Path.end(), LC.Payload.begin());
238 llvm::copy(Sec->Content, Buf->getBufferStart());
/freebsd-13-stable/crypto/openssh/regress/
H A DMakefile102 copy.1 copy.2 data ed25519-agent ed25519-agent* \
109 known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \
H A Dsftp-cmds.sh32 grep copy.dd >/dev/null 2>&1 || fail "lls failed"
36 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed"
72 cmp $DATA ${COPY} || fail "corrupted copy after get"
78 cmp $DATA ${COPY} || fail "corrupted copy after get"
86 cmp ${COPY} ${QUOTECOPY} || fail "corrupted copy after get with quotes"
95 cmp ${COPY} "$SPACECOPY" || fail "corrupted copy after get with spaces"
103 fail "corrupted copy after get with glob metacharacters"
109 cmp $DATA ${COPY}.dd/$DATANAME || fail "corrupted copy after get"
116 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
123 cmp $DATA ${COPY}.dd/$DATANAME || fail "corrupted copy afte
[all...]
/freebsd-13-stable/crypto/heimdal/kcm/
H A Dcache.c501 int copy)
509 ret = kcm_ccache_store_cred_internal(context, ccache, creds, copy, &tmp);
535 int copy,
552 if (copy) {
498 kcm_ccache_store_cred(krb5_context context, kcm_ccache ccache, krb5_creds *creds, int copy) argument
532 kcm_ccache_store_cred_internal(krb5_context context, kcm_ccache ccache, krb5_creds *creds, int copy, krb5_creds **credp) argument
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl5 # this file except in compliance with the License. You can obtain a copy
162 * this file except in compliance with the License. You can obtain a copy
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl5 # this file except in compliance with the License. You can obtain a copy
138 || ADD $D0,B24,B27 ; B-copy of h0+inp[0]
156 || ADD $D0,$H1,A24 ; A-copy of B24
164 || ADD B25,$H2,B25 ; B-copy of $H2
246 || [A2] ADD $D0,B24,B27 ; B-copy of h0+inp[0]
/freebsd-13-stable/contrib/bc/tests/
H A Dafl.py163 env = os.environ.copy()
/freebsd-13-stable/contrib/bmake/
H A Darch.c452 * See ArchFindMember for an almost identical copy of this code.
489 char copy[AR_MAX_NAME_LEN + 1]; local
493 snprintf(copy, sizeof copy, "%s", member);
494 hdr = HashTable_FindValue(&ar->members, copy);
759 * See ArchStatMember for an almost identical copy of this code.
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate.cpp234 /// file copy. We issue our backup call with the database already open, but
249 fs::copy(source, target);
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h55 // The c'tor makes a copy of function_impl (either a function
94 // An internal replacement for std::copy which mimics its behavior. This is
95 // necessary because Visual Studio deprecates ::std::copy, issuing warning 4996.
206 // Visual Studio deprecates ::std::copy, so we use our own copy in that case.
210 ::std::copy(first, last, ::testing::get<k>(args));
/freebsd-13-stable/bin/pax/
H A Dpax.c74 int act = DEFOP; /* read/write/append/copy */
102 char *dirptr; /* destination dir in a copy */
113 * files and copy directory hierarchies. A variety of archive formats
192 * into zero filled blocks. The file copy is created with holes which are
287 copy();
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Ddynstr_test.c254 ATF_TC(copy); variable
255 ATF_TC_HEAD(copy, tc)
259 ATF_TC_BODY(copy, tc)
614 ATF_TP_ADD_TC(tp, copy);
/freebsd-13-stable/contrib/bc/include/
H A Dprogram.h133 // For bc, 'pop' and 'copy' are always false.
134 #define bc_program_pushVar(p, code, bgn, pop, copy) \
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h112 void copy(const OpenCLOptions &Opts) { function in class:clang::OpenCLOptions
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua6 --* a copy of this software and associated documentation files (the
8 --* without limitation the rights to use, copy, modify, merge, publish,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp47 copy(*ExpectedData, WStr.begin());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp34 std::copy(Contents.begin(), Contents.end(), Buf->getBufferStart());
/freebsd-13-stable/sys/netgraph/
H A Dng_vlan.c480 struct ng_mesg *copy; local
496 NG_COPYMESSAGE(copy, msg, M_NOWAIT);
497 if (copy == NULL)
499 NG_SEND_MSG_HOOK(error, node, copy,
/freebsd-13-stable/sys/compat/ndis/
H A Dwinx64_wrap.S81 * we allocate some memory and copy the template function into it,
105 movsq # copy old stack contents to new location
/freebsd-13-stable/stand/efi/loader/
H A DMakefile20 copy.c \
/freebsd-13-stable/tools/tools/sysbuild/
H A Dsysbuild.sh531 log_it copy ports config files
597 log_it copy resolv.conf
603 log_it copy localtime
654 log_it copy live config files
/freebsd-13-stable/usr.bin/svn/lib/libapr/
H A DMakefile25 copy.c \
/freebsd-13-stable/usr.bin/svn/svn/
H A DMakefile19 copy-cmd.c \
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql11 * with the License. You may obtain a copy of the License at

Completed in 307 milliseconds

1234567891011>>