Home
last modified time | relevance | path

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

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