Home
last modified time | relevance | path

Searched defs:rename (Results 1 – 17 of 17) 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/sys/geom/vinum/
H A Dgeom_vinum.c219 int *rename, type_child, type_parent; in gv_attach() local
633 int newstate, flags, err, rename; in gv_worker() local
H A Dgeom_vinum_subr.c1121 gv_attach_plex(struct gv_plex *p, struct gv_volume *v, int rename) in gv_attach_plex()
1165 gv_attach_sd(struct gv_sd *s, struct gv_plex *p, off_t offset, int rename) in gv_attach_sd()
/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.hh182 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/sbin/gvinum/
H A Dgvinum.c140 int rename; in gvinum_attach() local
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h96 int rename; member
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c54 # 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