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

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_windows.c274 wchar_t *wsrc, *wdst; local
283 wsrc = permissive_name(src);
285 if (wsrc == NULL || wdst == NULL) {
286 free(wsrc);
292 if ((attr = GetFileAttributesW(wsrc)) != (DWORD)-1) {
293 res = la_CreateHardLinkW(wdst, wsrc);
295 /* wsrc does not exist; try src prepend it with the dirname of wdst */
312 wnewsrc = malloc ((wcslen(wsrc) + wcslen(wdst) + 1) * sizeof(wchar_t));
326 wlen = (int)wcslen(wsrc);
328 n = MultiByteToWideChar(CP_ACP, 0, src, slen, wsrc, wle
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c457 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend;
567 wsrc = Tcl_GetUnicodeFromObj(objv[0], &slen);
590 wsrclc = Tcl_UniCharToLower(*wsrc);
592 if ((*wstring == *wsrc ||
594 (slen==1 || (strCmpFn(wstring, wsrc,
709 wsrc = wfirstChar = wsubspec;
711 for (ch = *wsrc; wsrc != wend; wsrc++, ch = *wsrc) {
454 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c554 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend;
653 wsrc = Tcl_GetUnicodeFromObj(objv[0], &slen);
675 wsrclc = Tcl_UniCharToLower(*wsrc);
677 if (((*wstring == *wsrc) ||
680 ((slen == 1) || (strCmpFn(wstring, wsrc,
794 wsrc = wfirstChar = wsubspec;
796 for (ch = *wsrc; wsrc != wend; wsrc++, ch = *wsrc) {
552 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend; local
[all...]

Completed in 389 milliseconds