Home
last modified time | relevance | path

Searched refs:renameat (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.101.15/libsyscall/wrappers/
H A Drenameat.c28 renameat(int oldfd, const char *old, int newfd, const char *new) in renameat() function
/xnu-10063.101.15/bsd/sys/
H A Dstdio.h48 int renameat(int, const char *, int, const char *) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHO…
/xnu-10063.101.15/bsd/man/man2/
H A DMakefile172 renameat.2 \
/xnu-10063.101.15/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj122 …29A59AE2183B0DE000E8B896 /* renameat.c in Sources */ = {isa = PBXBuildFile; fileRef = 29A59AE1183B…
570 …1183B0DE000E8B896 /* renameat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
930 29A59AE1183B0DE000E8B896 /* renameat.c */,
1501 29A59AE2183B0DE000E8B896 /* renameat.c in Sources */,
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c9668 renameat(__unused proc_t p, struct renameat_args *uap, __unused int32_t *retval) in renameat() function