Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c7216 WCHAR streamname[_MAX_PATH]; in copy_infostreams() local
7251 if (!BackupRead(sh, (LPBYTE)streamname, in copy_infostreams()
7262 streamname[len] = 0; in copy_infostreams()
7263 if (len > 7 && wcsicmp(streamname + len - 6, in copy_infostreams()
7266 streamname[len - 6] = 0; in copy_infostreams()
7267 copy_substream(sh, &context, tow, streamname, in copy_infostreams()