renameat
renameat(int fromfd, char *old, int tofd, char *new)
renameat(int fromfd, char *old, int tofd, char *new)
renameat(int oldfd, const char *oldname, int newfd, const char *newname)
renameat(int ffd, char *from, int tfd, char *to)