Searched refs:wnewsrc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.c296 wchar_t *wnewsrc, *slash; local
312 wnewsrc = malloc ((wcslen(wsrc) + wcslen(wdst) + 1) * sizeof(wchar_t));
313 if (wnewsrc == NULL) {
319 wcscpy(wnewsrc, wdst);
320 slash = wcsrchr(wnewsrc, L'\\');
324 wcscat(wnewsrc, L"\\");
330 free (wnewsrc);
337 wcsncat(wnewsrc, wsrc, n);
339 attr = GetFileAttributesW(wnewsrc);
345 free (wnewsrc);
[all...]

Completed in 279 milliseconds