Home
last modified time | relevance | path

Searched defs:from_stat (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/cp/
H A Dutils.c326 copy_fifo(struct stat *from_stat, int exists) in copy_fifo()
340 copy_special(struct stat *from_stat, int exists) in copy_special()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc305 from_stat(const fs::stat_type& st, std::error_code& ec) noexcept in from_stat() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc301 from_stat(const fs::stat_type& st, std::error_code& ec) noexcept in from_stat() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp906 StatT const& from_stat = from_fd.get_stat(); in __copy_file() local