Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c7168 copy_substream(HANDLE sh, void *context, WCHAR *to, WCHAR *substream, long len) in copy_substream() argument
7173 to_name = malloc((wcslen(to) + wcslen(substream) + 1) * sizeof(WCHAR)); in copy_substream()
7175 wcscat(to_name, substream); in copy_substream()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt7437 Problem: Win32: The NTFS substream isn't copied.
7438 Solution: Copy the substream when making a backup copy. (Muraoka Taro)