Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dapps.c2583 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local
2589 tto = (TCHAR *)to; in WIN32_rename()
2596 tto = tfrom + flen; in WIN32_rename()
2603 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen)) in WIN32_rename()
2606 tto[i] = (TCHAR)to[i]; in WIN32_rename()
2609 if (MoveFile(tfrom, tto)) in WIN32_rename()
2613 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()

Completed in 10 milliseconds