Searched defs:copy_file (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/atf/atf-c++/ |
| H A D | utils.cpp | 42 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file() function in atf::utils
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | operations.h | 75 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { in copy_file() function 78 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file() function 81 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file() function 85 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() function
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | ncu2openbsd | 344 sub copy_file($$) { subroutine
|
| /freebsd-14.2/usr.bin/patch/ |
| H A D | util.c | 164 copy_file(const char *from, const char *to) in copy_file() function
|
| /freebsd-14.2/bin/cp/ |
| H A D | utils.c | 107 copy_file(const FTSENT *entp, int dne) in copy_file() function
|
| /freebsd-14.2/usr.sbin/cron/crontab/ |
| H A D | crontab.c | 219 copy_file(FILE *in, FILE *out) in copy_file() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 1018 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function 1037 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() function
|