Searched refs:Tcl_WinTCharToUtf (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPlatDecls.h54 EXTERN char * Tcl_WinTCharToUtf(CONST TCHAR *str, int len,
110 #ifndef Tcl_WinTCharToUtf
111 #define Tcl_WinTCharToUtf \ macro
H A DtclStubInit.c404 Tcl_WinTCharToUtf, /* 1 */
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPlatDecls.h44 EXTERN char * Tcl_WinTCharToUtf _ANSI_ARGS_((CONST TCHAR * str,
137 #ifndef Tcl_WinTCharToUtf
138 #define Tcl_WinTCharToUtf \ macro
H A DtclStubInit.c386 Tcl_WinTCharToUtf, /* 1 */
H A DtclIOUtil.c4134 Tcl_WinTCharToUtf((CONST char*)clientData, -1, &ds);
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinFCmd.c353 src = Tcl_WinTCharToUtf((TCHAR *) nativeSrcPath, -1, &srcString);
354 dst = Tcl_WinTCharToUtf((TCHAR *) nativeDstPath, -1, &dstString);
1186 Tcl_WinTCharToUtf(nativePath, -1, errorPtr);
1425 Tcl_WinTCharToUtf(nativeErrfile, -1, errorPtr);
1491 Tcl_WinTCharToUtf(nativeDst, -1, errorPtr);
1547 Tcl_WinTCharToUtf(nativeSrc, -1, errorPtr);
1808 * Purify reports a extraneous UMR in Tcl_WinTCharToUtf() trying
1820 Tcl_WinTCharToUtf(nativeName, -1, &dsTemp);
H A DtclWinFile.c676 Tcl_WinTCharToUtf((const char *)
1094 utfname = Tcl_WinTCharToUtf(native, -1, &ds);
1867 path = Tcl_WinTCharToUtf(nativePath, -1, &ds);
1981 Tcl_WinTCharToUtf((TCHAR *) native, -1, bufferPtr);
1990 Tcl_WinTCharToUtf((TCHAR *) native, -1, bufferPtr);
2205 fullPath = Tcl_WinTCharToUtf((TCHAR *) nativeFullPath, -1, &ds);
2532 Tcl_WinTCharToUtf((const char *) volType, -1, &ds);
2987 Tcl_WinTCharToUtf(Tcl_DStringValue(&dsNorm),
3166 Tcl_WinTCharToUtf((const char *) clientData, -1, &ds);
H A DtclWinReg.c665 Tcl_WinTCharToUtf((TCHAR *) buffer, bufSize * sizeof(WCHAR), &ds);
667 Tcl_WinTCharToUtf((TCHAR *) buffer, bufSize, &ds);
867 Tcl_WinTCharToUtf((TCHAR *) p, -1, &buf);
882 Tcl_WinTCharToUtf((TCHAR *) Tcl_DStringValue(&data), -1, &buf);
982 Tcl_WinTCharToUtf((TCHAR *) Tcl_DStringValue(&buffer), (int) size,
H A DtclWinInit.c592 Tcl_WinTCharToUtf((LPTSTR)szUserName, cbUserNameLen, &ds);
H A DtclWin32Dll.c974 * Tcl_WinUtfToTChar, Tcl_WinTCharToUtf --
1034 Tcl_WinTCharToUtf(
1022 Tcl_WinTCharToUtf( function
H A DtclWinPipe.c1437 strcpy(fullName, Tcl_WinTCharToUtf((TCHAR *) nativeFullPath, -1, &ds));
1528 strcpy(fullName, Tcl_WinTCharToUtf((TCHAR *) nativeFullPath, -1, &ds));
H A DtclWinSock.c2410 Tcl_UtfToLower(Tcl_WinTCharToUtf((TCHAR *) wbuf, -1, &ds));
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinFCmd.c347 src = Tcl_WinTCharToUtf((TCHAR *) nativeSrcPath, -1, &srcString);
348 dst = Tcl_WinTCharToUtf((TCHAR *) nativeDstPath, -1, &dstString);
1134 Tcl_WinTCharToUtf(nativePath, -1, errorPtr);
1359 Tcl_WinTCharToUtf(nativeErrfile, -1, errorPtr);
1421 Tcl_WinTCharToUtf(nativeDst, -1, errorPtr);
1475 Tcl_WinTCharToUtf(nativeSrc, -1, errorPtr);
1723 * Purify reports a extraneous UMR in Tcl_WinTCharToUtf() trying
1735 Tcl_WinTCharToUtf(nativeName, -1, &dsTemp);
H A DtclWinFile.c564 Tcl_WinTCharToUtf(
916 utfname = Tcl_WinTCharToUtf(native, -1, &ds);
1649 path = Tcl_WinTCharToUtf(nativePath, -1, &ds);
1763 Tcl_WinTCharToUtf((TCHAR *) native, -1, bufferPtr);
1772 Tcl_WinTCharToUtf((TCHAR *) native, -1, bufferPtr);
1896 fullPath = Tcl_WinTCharToUtf((TCHAR *) nativeFullPath, -1, &ds);
1957 fullPath = Tcl_WinTCharToUtf((TCHAR *) nativeFullPath, -1, &ds);
2313 Tcl_WinTCharToUtf((CONST char *)volType, -1, &ds);
2618 Tcl_WinTCharToUtf(Tcl_DStringValue(&dsNorm),
H A DtclWinReg.c587 Tcl_WinTCharToUtf((TCHAR *) buffer, bufSize * sizeof(WCHAR), &ds);
589 Tcl_WinTCharToUtf((TCHAR *) buffer, bufSize, &ds);
795 Tcl_WinTCharToUtf((TCHAR *) p, -1, &buf);
807 Tcl_WinTCharToUtf((TCHAR *) Tcl_DStringValue(&data), -1, &buf);
910 Tcl_WinTCharToUtf((TCHAR *) Tcl_DStringValue(&buffer), (int) size, &ds);
H A DtclWinInit.c731 Tcl_WinTCharToUtf( szUserName, dwUserNameLen, &ds );
H A DtclWin32Dll.c974 * Tcl_WinUtfToTChar, Tcl_WinTCharToUtf --
1038 Tcl_WinTCharToUtf(string, len, dsPtr)
1025 Tcl_WinTCharToUtf(string, len, dsPtr) function
H A DtclWinPipe.c1435 strcpy(fullName, Tcl_WinTCharToUtf((TCHAR *) nativeFullPath, -1, &ds));
1526 strcpy(fullName, Tcl_WinTCharToUtf((TCHAR *) nativeFullPath, -1, &ds));
H A DtclWinSock.c2597 Tcl_WinTCharToUtf((TCHAR *) wbuf, -1, &ds);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c267 Tcl_WinTCharToUtf, /* 1 */
H A DtclStubInit.c.orig267 Tcl_WinTCharToUtf, /* 1 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c612 Tcl_WinTCharToUtf, /* 26 */
H A DtclStubInit.c.orig609 Tcl_WinTCharToUtf, /* 26 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c665 Tcl_WinTCharToUtf, /* 1 */
H A DtclStubInit.c.orig665 Tcl_WinTCharToUtf, /* 1 */

Completed in 206 milliseconds

12