Home
last modified time | relevance | path

Searched defs:copy (Results 101 – 125 of 225) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h153 [[nodiscard]] StringRef copy(Allocator &A) const { in copy() function
H A DArrayRef.h180 template <typename Allocator> MutableArrayRef<T> copy(Allocator &A) { in copy() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp192 void ConcatInputSection::foldIdentical(ConcatInputSection *copy) { in foldIdentical()
H A DICF.cpp444 MutableArrayRef<uint8_t> copy = isec->data.copy(bAlloc()); in foldIdenticalSections() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp144 RegisterValue copy; in SetType() local
/freebsd/contrib/kyua/utils/fs/
H A Doperations.cpp330 fs::copy(const fs::path& source, const fs::path& target) in copy() function in fs
/freebsd/crypto/openssl/include/crypto/
H A Dasn1.h83 int (*copy) (EVP_PKEY *to, EVP_PKEY *from); member
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dimport_cred.c602 char *copy = NULL; in krb5_gss_import_cred() local
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_identity.c312 char *copy = NULL, *cert_filename = NULL, *key_filename = NULL; in parse_fs_options() local
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c74 int copy; in copy_to_scat() local
279 int copy; in set_data_inl_seg() local
/freebsd/usr.sbin/btxld/
H A Dbtxld.c442 copy(int fdi, int fdo, size_t nbyte, off_t offset) in copy() function
/freebsd/contrib/ncurses/progs/
H A Dtset.c378 char *copy, *p; in add_mapping() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h38 void copy(const KMPAffinity::Mask *src) override { in copy() function
366 void copy(const KMPAffinity::Mask *src) override { in copy() function
586 void copy(const KMPAffinity::Mask *src) override { in copy() function
/freebsd/contrib/bc/src/
H A Dprogram.c1607 size_t* restrict bgn, bool pop, bool copy) in bc_program_pushVar()
1737 BcResult *ptr, res, copy; in bc_program_incdec() local
3691 bool copy = (inst == BC_INST_LOAD); in bc_program_exec() local
/freebsd/crypto/heimdal/base/
H A Dheimbase.c271 heim_type_copy copy, in _heim_create_type()
/freebsd/usr.bin/units/
H A Dunits.c482 char *copy; in lookupunit() local
[all...]
/freebsd/sys/kern/
H A Dkern_alq.c510 int activate, copy, ret; in alq_writen() local
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c316 int copy = min_t(unsigned int, iov->iov_len, len); in sdp_update_iov_used() local
/freebsd/stand/efi/libefi/
H A Ddevpath.c595 EFI_DEVICE_PATH *node, *copy; in efi_devpath_trim() local
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccmarshal.c132 void *copy; in get_len_bytes() local
/freebsd/contrib/file/src/
H A Dsoftmagic.c516 char *copy; in strndup() local
2312 char *copy; in magiccheck() local
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c382 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak); in _Block_byref_assign_copy() local
/freebsd/contrib/libyaml/src/
H A Dparser.c1346 yaml_tag_directive_t copy = { NULL, NULL }; in yaml_parser_append_tag_directive() local
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_authdata.c206 krb5_authdata **copy; in add_filtered_authdata() local
/freebsd/crypto/openssl/apps/
H A Drehash.c360 char *buf = NULL, *copy = NULL; in do_dir() local

123456789