Home
last modified time | relevance | path

Searched refs:oldfd (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/libsyscall/wrappers/
H A Drenameat.c25 int __renameat(int oldfd, const char *old, int newfd, const char *new);
28 renameat(int oldfd, const char *old, int newfd, const char *new) in renameat() argument
30 int res = __renameat(oldfd, old, newfd, new); in renameat()
H A Drenamex.c27 int __renameatx_np(int oldfd, const char *old, int newfd, const char *new, unsigned int flags);
30 renameatx_np(int oldfd, const char *old, int newfd, const char *new, unsigned int flags) in renameatx_np() argument
32 int res = __renameatx_np(oldfd, old, newfd, new, flags); in renameatx_np()