Home
last modified time | relevance | path

Searched refs:cchLen (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/
H A DMarshalExtensions.cs22 int cchLen = 0; in MarshalBstr()
24 while (pc[cchLen] != '\0' && cchLen < 300) in MarshalBstr()
26 cchLen++; in MarshalBstr()
28 return new String(pc, 0, cchLen); in MarshalBstr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlmisc.h422 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
889 ATLASSERT(cchLen > 0); in AtlCompactPath()
895 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
897 ATL::Checked::tcscpy_s(lpstrOut, cchLen, lpstrIn); in AtlCompactPath()
924 …bool bRet = (ATL::Checked::tcsncpy_s(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
929 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
937 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
939 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
941 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
963 ATL::Checked::tcscat_s(lpstrOut, cchLen, szSlash); in AtlCompactPath()
[all …]
H A Datltheme.h542 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
543 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
547 ATL::Checked::wcscpy_s(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
554 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
555 if(cchListBuffer < cchLen) in GetThemeClassList()
H A Datlctrlx.h206 int cchLen = lstrlen(lpstrText) + 1; in SetToolTipText() local
207 ATLTRY(m_lpstrToolTipText = new TCHAR[cchLen]); in SetToolTipText()
211 ATL::Checked::tcscpy_s(m_lpstrToolTipText, cchLen, lpstrText); in SetToolTipText()
853 int cchLen = lstrlen(lpstrLabel) + 1; in SetLabel() local
854 ATLTRY(m_lpstrLabel = new TCHAR[cchLen]); in SetLabel()
858 ATL::Checked::tcscpy_s(m_lpstrLabel, cchLen, lpstrLabel); in SetLabel()
885 int cchLen = lstrlen(lpstrLink) + 1; in SetHyperLink() local
886 ATLTRY(m_lpstrHyperLink = new TCHAR[cchLen]); in SetHyperLink()
890 ATL::Checked::tcscpy_s(m_lpstrHyperLink, cchLen, lpstrLink); in SetHyperLink()
3784 int cchLen = m_wndTitleBar.GetWindowTextLength() + 1; in SetTitleBarWindow() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlmisc.h422 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
889 ATLASSERT(cchLen > 0); in AtlCompactPath()
895 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
897 ATL::Checked::tcscpy_s(lpstrOut, cchLen, lpstrIn); in AtlCompactPath()
924 …bool bRet = (ATL::Checked::tcsncpy_s(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
929 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
937 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
939 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
941 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
963 ATL::Checked::tcscat_s(lpstrOut, cchLen, szSlash); in AtlCompactPath()
[all …]
H A Datltheme.h542 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
543 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
547 ATL::Checked::wcscpy_s(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
554 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
555 if(cchListBuffer < cchLen) in GetThemeClassList()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1930 LPTSTR pszTemp = buff.Allocate(cchLen); in FormatV()
1938 nItemLen = cchLen; in FormatV()
3158 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
3658 ATLASSERT(cchLen > 0); in AtlCompactPath()
3664 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
3693 …bool bRet = (SecureHelper::strncpy_x(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
3698 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
3706 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
3708 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
3710 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
[all …]
H A Datltheme.h605 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
606 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
610 SecureHelper::strcpyW_x(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
617 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
618 if(cchListBuffer < cchLen) in GetThemeClassList()
H A Datlwince.h2770 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2771 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2774 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2775 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
2822 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2823 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2826 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2827 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1930 LPTSTR pszTemp = buff.Allocate(cchLen); in FormatV()
1938 nItemLen = cchLen; in FormatV()
3158 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
3658 ATLASSERT(cchLen > 0); in AtlCompactPath()
3664 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
3693 …bool bRet = (SecureHelper::strncpy_x(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
3698 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
3706 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
3708 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
3710 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
[all …]
H A Datltheme.h605 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
606 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
610 SecureHelper::strcpyW_x(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
617 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
618 if(cchListBuffer < cchLen) in GetThemeClassList()
H A Datlwince.h2770 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2771 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2774 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2775 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
2822 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2823 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2826 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2827 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1930 LPTSTR pszTemp = buff.Allocate(cchLen); in FormatV()
1938 nItemLen = cchLen; in FormatV()
3158 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
3658 ATLASSERT(cchLen > 0); in AtlCompactPath()
3664 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
3693 …bool bRet = (SecureHelper::strncpy_x(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
3698 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
3706 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
3708 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
3710 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
[all …]
H A Datltheme.h605 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
606 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
610 SecureHelper::strcpyW_x(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
617 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
618 if(cchListBuffer < cchLen) in GetThemeClassList()
H A Datlwince.h2770 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2771 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2774 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2775 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
2822 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2823 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2826 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2827 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1930 LPTSTR pszTemp = buff.Allocate(cchLen); in FormatV()
1938 nItemLen = cchLen; in FormatV()
3158 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
3658 ATLASSERT(cchLen > 0); in AtlCompactPath()
3664 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
3693 …bool bRet = (SecureHelper::strncpy_x(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
3698 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
3706 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
3708 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
3710 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
[all …]
H A Datltheme.h605 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
606 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
610 SecureHelper::strcpyW_x(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
617 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
618 if(cchListBuffer < cchLen) in GetThemeClassList()
H A Datlwince.h2770 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2771 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2774 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2775 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
2822 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2823 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2826 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2827 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1930 LPTSTR pszTemp = buff.Allocate(cchLen); in FormatV()
1938 nItemLen = cchLen; in FormatV()
3158 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
3658 ATLASSERT(cchLen > 0); in AtlCompactPath()
3664 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
3693 …bool bRet = (SecureHelper::strncpy_x(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
3698 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
3706 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
3708 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
3710 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
[all …]
H A Datltheme.h605 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
606 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
610 SecureHelper::strcpyW_x(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
617 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
618 if(cchListBuffer < cchLen) in GetThemeClassList()
H A Datlwince.h2770 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2771 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2774 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2775 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
2822 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2823 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2826 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2827 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1930 LPTSTR pszTemp = buff.Allocate(cchLen); in FormatV()
1938 nItemLen = cchLen; in FormatV()
3158 return AtlCompactPath(lpstrOut, lpstrIn, cchLen); in CompactDocumentName()
3658 ATLASSERT(cchLen > 0); in AtlCompactPath()
3664 if(lstrlen(lpstrIn) < cchLen) in AtlCompactPath()
3693 …bool bRet = (SecureHelper::strncpy_x(lpstrOut, cchLen, lpstrIn, cchLen - cchEndEllipsis - 1) == 0); in AtlCompactPath()
3698 lpstrOut[cchLen - cchEndEllipsis - 1] = 0; in AtlCompactPath()
3706 if((cchLen < (cchMidEllipsis + cchEndEllipsis))) in AtlCompactPath()
3708 for(int i = 0; i < cchLen - 1; i++) in AtlCompactPath()
3710 lpstrOut[cchLen - 1] = 0; in AtlCompactPath()
[all …]
H A Datltheme.h605 int cchLen = lstrlenW(lpstrThemeClassList) + 1; in SetThemeClassList() local
606 ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]); in SetThemeClassList()
610 SecureHelper::strcpyW_x(m_lpstrThemeClassList, cchLen, lpstrThemeClassList); in SetThemeClassList()
617 int cchLen = lstrlenW(m_lpstrThemeClassList) + 1; in GetThemeClassList() local
618 if(cchListBuffer < cchLen) in GetThemeClassList()
H A Datlwince.h2770 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2771 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2774 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2775 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
2822 int cchLen = lstrlen(pstrTipText) + 3; in SetToolTipText() local
2823 LPTSTR pstr = buff.Allocate(cchLen); in SetToolTipText()
2826 SecureHelper::strcpy_x(pstr, cchLen, _T("~~")); in SetToolTipText()
2827 SecureHelper::strcat_x(pstr, cchLen, pstrTipText); in SetToolTipText()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/Agave/Language/
H A Dapi_language.h77 wchar_t* FormattedSizeString(wchar_t *out, int cchLen, __int64 size);
232 inline wchar_t *api_language::FormattedSizeString(wchar_t *out, int cchLen, __int64 size) in FormattedSizeString() argument
234 return _call(API_LANGUAGE_FORMATTEDSIZESTRING, (wchar_t*)0, out, cchLen, size); in FormattedSizeString()

12