Searched refs:oldname (Results 1 – 4 of 4) sorted by relevance
106 inline int rename(const wchar_t* oldname, const wchar_t* newname) in _GLIBCXX_VISIBILITY()108 if (MoveFileExW(oldname, newname, in _GLIBCXX_VISIBILITY()
106 inline int rename(const wchar_t* oldname, const wchar_t* newname) in _GLIBCXX_VISIBILITY()107 { return _wrename(oldname, newname); } in _GLIBCXX_VISIBILITY()
42 const char *oldname; /* Old Unicode 1.0 name */ member88 uni->oldname = (field10[0] == '\0' ? "" : strdup (field10)); in fill_attribute()
Completed in 7 milliseconds