Home
last modified time | relevance | path

Searched refs:__rename (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h66 _LIBCPP_EXPORTED_FROM_ABI void __rename(const path& __from, const path& __to, error_code* __ec = nu…
276 inline _LIBCPP_HIDE_FROM_ABI void rename(const path& __from, const path& __to) { return __rename(__… in rename()
278 return __rename(__from, __to, &__ec); in rename()
/freebsd/contrib/tcsh/
H A Dgethost.c36 # define rename __rename
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp843 void __rename(const path& from, const path& to, error_code* ec) { in __rename() function