Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dapps.c46 static int WIN32_rename(const char *from, const char *to);
47 # define rename(from,to) WIN32_rename((from),(to))
2129 static int WIN32_rename(const char *from, const char *to) in WIN32_rename() function