/freebsd/contrib/netbsd-tests/lib/libposix/ |
H A D | t_rename.c | 49 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 D | link.sh | 179 type = arc4random() % 2; /* test either link() or rename() */ function
|
/freebsd/contrib/lib9p/pytest/ |
H A D | pfod.py | 91 def pfod(typename, field_names, verbose=False, rename=False): argument
|
H A D | p9conn.py | 1103 def rename(self, fid, dfid, name): member in P9Client
|
/freebsd/tools/regression/poll/ |
H A D | Makefile | 27 rename: target
|
/freebsd/sys/geom/vinum/ |
H A D | geom_vinum.c | 219 int *rename, type_child, type_parent; in gv_attach() local 633 int newstate, flags, err, rename; in gv_worker() local
|
H A D | geom_vinum_subr.c | 1121 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 D | gethost.c | 36 # define rename __rename macro
|
/freebsd/contrib/lib9p/backend/ |
H A D | backend.h | 50 int (*rename)(void *, struct l9p_request *); member
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 276 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 D | sanitizer_solaris.cpp | 154 DECLARE__REAL_AND_INTERNAL(uptr, rename, const char *oldpath, in DECLARE__REAL_AND_INTERNAL() argument
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.hh | 182 fuse_rename_in rename; member
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 276 inline int rename(const wchar_t *from, const wchar_t *to) { rename() function
|
/freebsd/sbin/gvinum/ |
H A D | gvinum.c | 140 int rename; in gvinum_attach() local
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 96 int rename; member
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 54 # define rename(from,to) WIN32_rename((from),(to)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 52 static void rename(GlobalValue *GV) { GV->setName(GV->getName() + ".old"); } in rename() function
|