Home
last modified time | relevance | path

Searched defs:rename (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libposix/
H A Dt_rename.c49 ATF_TC_HEAD(rename, tc) in ATF_TC_HEAD() argument
53 ATF_TC_BODY(rename, tc) in ATF_TC_BODY() argument
/freebsd/tools/test/stress2/misc/
H A Dlink.sh179 type = arc4random() % 2; /* test either link() or rename() */ function
/freebsd/contrib/lib9p/pytest/
H A Dpfod.py91 def pfod(typename, field_names, verbose=False, rename=False): argument
H A Dp9conn.py1103 def rename(self, fid, dfid, name): member in P9Client
/freebsd/tools/regression/poll/
H A DMakefile27 rename: target
/freebsd/crypto/krb5/src/include/krb5/
H A Dkadm5_hook_plugin.h146 kadm5_ret_t (*rename)(krb5_context, member
/freebsd/contrib/tcsh/
H A Dgethost.c36 # define rename __rename macro
/freebsd/contrib/lib9p/backend/
H A Dbackend.h50 int (*rename)(void *, struct l9p_request *); member
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h276 inline _LIBCPP_HIDE_FROM_ABI void rename(const path& __from, const path& __to) { return __rename(__… in rename() function
277 inline _LIBCPP_HIDE_FROM_ABI void rename(const path& __from, const path& __to, error_code& __ec) no… in rename() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp154 DECLARE__REAL_AND_INTERNAL(uptr, rename, const char *oldpath, in DECLARE__REAL_AND_INTERNAL() argument
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.hh184 fuse_rename_in rename; member
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h276 inline int rename(const wchar_t *from, const wchar_t *to) { rename() function
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h96 int rename; member
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c56 # define rename(from, to) WIN32_rename((from), (to)) macro
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp52 static void rename(GlobalValue *GV) { GV->setName(GV->getName() + ".old"); } in rename() function