Searched refs:WIN32_rename (Results 1 – 2 of 2) sorted by relevance
141 #define rename(from,to) WIN32_rename((from),(to))142 int WIN32_rename(const char *oldname,const char *newname);
2161 int WIN32_rename(const char *from, const char *to) in WIN32_rename() function