Home
last modified time | relevance | path

Searched refs:Tcl_WCharToUtfDString (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/tcl86/tcl8.6.12/win/
H A DtclWinDde.c125 # define Tcl_WCharToUtfDString Tcl_UniCharToUtfDString macro
788 Tcl_WCharToUtfDString(utilString, wcslen(utilString), &ds); in DdeServerProc()
847 Tcl_WCharToUtfDString(utilString, wcslen(utilString), &ds); in DdeServerProc()
852 Tcl_WCharToUtfDString(utilString, wcslen(utilString), &ds2); in DdeServerProc()
904 Tcl_WCharToUtfDString(utilString, (dlen>>1) - 1, &dsBuf); in DdeServerProc()
1039 Tcl_WCharToUtfDString(name, wcslen(name), &dString); in MakeDdeConnection()
1149 Tcl_WCharToUtfDString(sz, wcslen(sz), &dString); in DdeServicesOnAck()
1154 Tcl_WCharToUtfDString(sz, wcslen(sz), &dString); in DdeServicesOnAck()
1532 Tcl_WCharToUtfDString(serviceName, wcslen(serviceName), &dsBuf); in DdeObjCmd()
1652 Tcl_WCharToUtfDString(dataString, tmp>>1, &dsBuf); in DdeObjCmd()
[all …]
H A DtclWinReg.c129 # define Tcl_WCharToUtfDString(a,b,c) Tcl_WinTCharToUtf((TCHAR *)(a),(b)*sizeof(WCHAR),c) macro
132 # define Tcl_WCharToUtfDString Tcl_UniCharToUtfDString macro
637 name = Tcl_WCharToUtfDString(buffer, bufSize, &ds); in GetKeyNames()
838 Tcl_WCharToUtfDString(wp, wcslen(wp), &buf); in GetValue()
851 Tcl_WCharToUtfDString((const WCHAR *)Tcl_DStringValue(&data), wcslen(wp), &buf); in GetValue()
929 Tcl_WCharToUtfDString((const WCHAR *)Tcl_DStringValue(&buffer), size, &ds); in GetValueNames()
1507 Tcl_WCharToUtfDString(tMsgPtr, wcslen(tMsgPtr), &ds); in AppendSystemError()
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWinDde.c125 # define Tcl_WCharToUtfDString Tcl_UniCharToUtfDString macro
788 Tcl_WCharToUtfDString(utilString, wcslen(utilString), &ds); in DdeServerProc()
847 Tcl_WCharToUtfDString(utilString, wcslen(utilString), &ds); in DdeServerProc()
852 Tcl_WCharToUtfDString(utilString, wcslen(utilString), &ds2); in DdeServerProc()
904 Tcl_WCharToUtfDString(utilString, (dlen>>1) - 1, &dsBuf); in DdeServerProc()
1039 Tcl_WCharToUtfDString(name, wcslen(name), &dString); in MakeDdeConnection()
1149 Tcl_WCharToUtfDString(sz, wcslen(sz), &dString); in DdeServicesOnAck()
1154 Tcl_WCharToUtfDString(sz, wcslen(sz), &dString); in DdeServicesOnAck()
1532 Tcl_WCharToUtfDString(serviceName, wcslen(serviceName), &dsBuf); in DdeObjCmd()
1652 Tcl_WCharToUtfDString(dataString, tmp>>1, &dsBuf); in DdeObjCmd()
[all …]
H A DtclWinFCmd.c333 src = Tcl_WCharToUtfDString(nativeSrcPath, -1, &srcString); in DoRenameFile()
334 dst = Tcl_WCharToUtfDString(nativeDstPath, -1, &dstString); in DoRenameFile()
1120 p = Tcl_WCharToUtfDString(nativePath, -1, errorPtr); in DoRemoveJustDirectory()
1335 Tcl_WCharToUtfDString(nativeErrfile, -1, errorPtr); in TraverseWinTree()
1401 Tcl_WCharToUtfDString(nativeDst, -1, errorPtr); in TraversalCopy()
1457 Tcl_WCharToUtfDString(nativeSrc, -1, errorPtr); in TraversalDelete()
1715 Tcl_WCharToUtfDString(nativeName, -1, &dsTemp); in ConvertFileNameFormat()
2081 Tcl_WCharToUtfDString((LPCWSTR) Tcl_DStringValue(&base), -1, &name); in TclpCreateTemporaryDirectory()
H A DtclWinReg.c129 # define Tcl_WCharToUtfDString(a,b,c) Tcl_WinTCharToUtf((TCHAR *)(a),(b)*sizeof(WCHAR),c) macro
132 # define Tcl_WCharToUtfDString Tcl_UniCharToUtfDString macro
637 name = Tcl_WCharToUtfDString(buffer, bufSize, &ds); in GetKeyNames()
838 Tcl_WCharToUtfDString(wp, wcslen(wp), &buf); in GetValue()
851 Tcl_WCharToUtfDString((const WCHAR *)Tcl_DStringValue(&data), wcslen(wp), &buf); in GetValue()
929 Tcl_WCharToUtfDString((const WCHAR *)Tcl_DStringValue(&buffer), size, &ds); in GetValueNames()
1507 Tcl_WCharToUtfDString(tMsgPtr, wcslen(tMsgPtr), &ds); in AppendSystemError()
H A DtclWinFile.c643 Tcl_WCharToUtfDString( in WinReadLinkDirectory()
1106 utfname = Tcl_WCharToUtfDString(native, -1, &ds); in TclpMatchInDirectory()
1515 Tcl_WCharToUtfDString(wHomeDir, size, bufferPtr); in TclpGetUserHome()
1524 Tcl_WCharToUtfDString(buf, size-1, bufferPtr); in TclpGetUserHome()
1992 Tcl_WCharToUtfDString(native, -1, bufferPtr); in TclpGetCwd()
2201 fullPath = Tcl_WCharToUtfDString(nativeFullPath, -1, &ds); in NativeDev()
2504 Tcl_WCharToUtfDString(volType, -1, &ds); in TclpFilesystemPathType()
2815 Tcl_WCharToUtfDString((const WCHAR *) Tcl_DStringValue(&dsNorm), in TclpObjNormalizePath()
2991 Tcl_WCharToUtfDString((const WCHAR *) clientData, -1, &ds); in TclpNativeToNormalized()
H A DtclWinInit.c471 Tcl_WCharToUtfDString(szUserName, cchUserNameLen, bufferPtr); in TclpGetUserName()
651 envUpper = Tcl_WCharToUtfDString(env, -1, &envString); in TclpFindVariable()
H A DtclWin32Dll.c481 return Tcl_WCharToUtfDString((WCHAR *)string, len >> 1, dsPtr); in Tcl_WinTCharToUtf()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinClipboard.c83 Tcl_WCharToUtfDString((WCHAR *)data, wcslen((WCHAR *)data), &ds); in TkSelGetSelection()
162 Tcl_WCharToUtfDString(fname, len, &dsTmp); in TkSelGetSelection()
H A DtkWinTest.c181 Tcl_WCharToUtfDString(wMsgPtr, wcslen(wMsgPtr), &ds); in AppendSystemError()
546 Tcl_WCharToUtfDString(buf, wcslen(buf), &ds); in TestgetwindowinfoObjCmd()
558 Tcl_WCharToUtfDString(buf, cch, &ds); in TestgetwindowinfoObjCmd()
H A DtkWinSendCom.c403 Tcl_WCharToUtfDString(vCmd.bstrVal, SysStringLen(vCmd.bstrVal), &ds); in Async()
459 Tcl_WCharToUtfDString(v.bstrVal, SysStringLen(v.bstrVal), &ds); in Send()
H A DtkWinInit.c203 Tcl_WCharToUtfDString(lpBuffer, wcslen(lpBuffer), &ds); in TkWin32ErrorObj()
H A DtkWinSend.c262 Tcl_WCharToUtfDString(p + 1, wcslen(p + 1), &ds); in TkGetInterpNames()
795 Tcl_WCharToUtfDString(vResult.bstrVal, SysStringLen(vResult.bstrVal), &ds); in Send()
809 Tcl_WCharToUtfDString(ei.bstrSource, SysStringLen(ei.bstrSource), &ds); in Send()
H A DtkWinFont.c666 Tcl_WCharToUtfDString(faceName, wcslen(faceName), &faceString); in WinFontFamilyEnumProc()
1607 Tcl_WCharToUtfDString(buf, wcslen(buf), &faceString); in InitFont()
1785 Tcl_WCharToUtfDString(buf, wcslen(buf), &faceString); in AllocFontFamily()
2090 Tcl_WCharToUtfDString((WCHAR *)fallbackName, wcslen((WCHAR *)fallbackName), &faceString); in WinFontCanUseProc()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinClipboard.c83 Tcl_WCharToUtfDString((WCHAR *)data, wcslen((WCHAR *)data), &ds); in TkSelGetSelection()
162 Tcl_WCharToUtfDString(fname, len, &dsTmp); in TkSelGetSelection()
H A DtkWinTest.c181 Tcl_WCharToUtfDString(wMsgPtr, wcslen(wMsgPtr), &ds); in AppendSystemError()
535 Tcl_WCharToUtfDString(buf, wcslen(buf), &ds); in TestgetwindowinfoObjCmd()
547 Tcl_WCharToUtfDString(buf, cch, &ds); in TestgetwindowinfoObjCmd()
H A DtkWinSendCom.c403 Tcl_WCharToUtfDString(vCmd.bstrVal, SysStringLen(vCmd.bstrVal), &ds); in Async()
459 Tcl_WCharToUtfDString(v.bstrVal, SysStringLen(v.bstrVal), &ds); in Send()
H A DtkWinInit.c201 Tcl_WCharToUtfDString(lpBuffer, wcslen(lpBuffer), &ds); in TkWin32ErrorObj()
H A DtkWinSend.c262 Tcl_WCharToUtfDString(p + 1, wcslen(p + 1), &ds); in TkGetInterpNames()
795 Tcl_WCharToUtfDString(vResult.bstrVal, SysStringLen(vResult.bstrVal), &ds); in Send()
809 Tcl_WCharToUtfDString(ei.bstrSource, SysStringLen(ei.bstrSource), &ds); in Send()
H A DtkWinFont.c666 Tcl_WCharToUtfDString(faceName, wcslen(faceName), &faceString); in WinFontFamilyEnumProc()
1607 Tcl_WCharToUtfDString(buf, wcslen(buf), &faceString); in InitFont()
1785 Tcl_WCharToUtfDString(buf, wcslen(buf), &faceString); in AllocFontFamily()
2090 Tcl_WCharToUtfDString((WCHAR *)fallbackName, wcslen((WCHAR *)fallbackName), &faceString); in WinFontCanUseProc()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIOSock.c38 Tcl_WCharToUtfDString(gai_strerrorW(code), -1, &tsdPtr->errorMsg); in gai_strerror()
H A DtclMain.c54 Tcl_WCharToUtfDString(string, -1, &ds); in NewNativeObj()
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkInt.h79 # define Tcl_WCharToUtfDString(a,b,c) Tcl_WinTCharToUtf((TCHAR *)(a),(b)*sizeof(WCHAR),c) macro
82 # define Tcl_WCharToUtfDString ((char * (*)(const WCHAR *, int len, Tcl_DString *))Tcl_UniCharToU… macro
H A DtkMain.c73 Tcl_WCharToUtfDString(string, wcslen(string), &ds); in NewNativeObj()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkMain.c73 Tcl_WCharToUtfDString(string, wcslen(string), &ds); in NewNativeObj()

12