Searched defs:rename (Results 1 - 13 of 13) sorted by path

/freebsd-current/contrib/elftoolchain/elfcopy/
H A Delfcopy.h96 int rename; member in struct:sec_action
/freebsd-current/contrib/lib9p/backend/
H A Dbackend.h50 int (*rename)(void *, struct l9p_request *); member in struct:l9p_backend
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py1103 def rename(self, fid, dfid, name): member in class:P9Client
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h277 inline _LIBCPP_HIDE_FROM_ABI void rename(const path& __from, const path& __to) { return __rename(__from, __to); } function
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h275 inline int rename(const wchar_t* from, const wchar_t* to) { function in namespace:detail
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp52 static void rename(GlobalValue *GV) { GV->setName(GV->getName() + ".old"); } function
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libposix/
H A Dt_rename.c48 ATF_TC(rename); variable
[all...]
/freebsd-current/contrib/tcsh/
H A Dgethost.c36 # define rename __rename macro
43 # undef rename macro
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c54 # define rename(from,to) WIN32_rename((from),(to)) macro
[all...]
/freebsd-current/sbin/gvinum/
H A Dgvinum.c140 int rename; local
[all...]
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum.c219 int *rename, type_child, type_parent; local
633 int newstate, flags, err, rename; local
[all...]
H A Dgeom_vinum_subr.c1121 gv_attach_plex(struct gv_plex *p, struct gv_volume *v, int rename) argument
1165 gv_attach_sd(struct gv_sd *s, struct gv_plex *p, off_t offset, int rename) argument
/freebsd-current/tests/sys/fs/fusefs/
H A Dmockfs.hh182 fuse_rename_in rename; member in union:fuse_payloads_in

Completed in 291 milliseconds