HomeSort by: relevance | last modified time | path
    Searched defs:unc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/
bsdtar_windows.c 46 int unc; local
89 unc = 0;
106 unc = 1;
111 alloclen = slen = 4 + (unc * 4) + len + 1;
121 if (unc) {
122 /* append "UNC\" ---> "\\?\UNC\" */
123 wcsncpy(wsp, L"UNC\\", 4);
  /src/external/bsd/libarchive/dist/cpio/
cpio_windows.c 45 int unc; local
88 unc = 0;
105 unc = 1;
110 alloclen = slen = 4 + (unc * 4) + len + 1;
120 if (unc) {
121 /* append "UNC\" ---> "\\?\UNC\" */
122 wcsncpy(wsp, L"UNC\\", 4);
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.c 148 int unc; local
180 unc = 0;
197 unc = 1;
202 slen = 4 + (unc * 4) + len + 1;
212 if (unc) {
213 /* append "UNC\" ---> "\\?\UNC\" */
214 wcsncpy(wsp, L"UNC\\", 4);

Completed in 26 milliseconds