Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c7211 WCHAR *fromw; in copy_infostreams() local
7223 fromw = enc_to_utf16(from, NULL); in copy_infostreams()
7225 if (fromw != NULL && tow != NULL) in copy_infostreams()
7228 sh = CreateFileW(fromw, GENERIC_READ, FILE_SHARE_READ, NULL, in copy_infostreams()
7285 vim_free(fromw); in copy_infostreams()
7395 WCHAR *fromw = NULL; in copy_extattr() local
7418 fromw = enc_to_utf16(fromf, NULL); in copy_extattr()
7420 if (fromw == NULL || tow == NULL) in copy_extattr()
7424 pRtlInitUnicodeString(&u, fromw); in copy_extattr()
7462 vim_free(fromw); in copy_extattr()