Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c7171 WCHAR *to_name; in copy_substream() local
7173 to_name = malloc((wcslen(to) + wcslen(substream) + 1) * sizeof(WCHAR)); in copy_substream()
7174 wcscpy(to_name, to); in copy_substream()
7175 wcscat(to_name, substream); in copy_substream()
7177 hTo = CreateFileW(to_name, GENERIC_WRITE, 0, NULL, OPEN_ALWAYS, in copy_substream()
7202 free(to_name); in copy_substream()