Home
last modified time | relevance | path

Searched refs:pszBuff (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/graphics/povray37/povray-3.7.0.10/windows/cmedit/
H A Dccodemax.h518 …tLine (int nLine, LPTSTR pszBuff) { return ((LRESULT) SendMessage(m_hWnd, WM_USER + 2370, (WPARAM)… in GetLine() argument
531 …t (LPTSTR pszBuff, const CodemaxRange *pRange = NULL) { return ((LRESULT) SendMessage(m_hWnd, WM_U…
535 …LT GetWord (LPTSTR pszBuff, CodemaxPos *pPos) { return ((LRESULT) SendMessage(m_hWnd, WM_USER + 23… in GetWord() argument
/dports/emulators/hercules/hercules-3.13/
H A Dctc_lcs.c114 static char* ReadOAT( char* pszOATName, FILE* fp, char* pszBuff );
2547 static char* ReadOAT( char* pszOATName, FILE* fp, char* pszBuff ) in ReadOAT() argument
2597 pszBuff[iLen++] = c; in ReadOAT()
2602 ( pszBuff[iLen-1] == ' ' || in ReadOAT()
2603 pszBuff[iLen-1] == '\t' ) ) in ReadOAT()
2606 pszBuff[iLen] = '\0'; in ReadOAT()
2609 if( iLen == 0 || pszBuff[0] == '*' || pszBuff[0] == '#' ) in ReadOAT()
2615 return pszBuff; in ReadOAT()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfParser.cpp1489 char pszBuff[nEOFTokenLen+1]; in CheckEOFMarker() local
1495 if( static_cast<size_t>(m_device.Device()->Read( pszBuff, nEOFTokenLen )) != nEOFTokenLen in CheckEOFMarker()
1499 if (strncmp( pszBuff, pszEOFToken, nEOFTokenLen) != 0) in CheckEOFMarker()
1510 … if( static_cast<size_t>(m_device.Device()->Read( pszBuff, nEOFTokenLen )) != nEOFTokenLen in CheckEOFMarker()
1516 if (strncmp( pszBuff, pszEOFToken, nEOFTokenLen) == 0) in CheckEOFMarker()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlprint.h193 TCHAR* pszBuff = new TCHAR[cchBuff]; variable
194 BOOL bRet = ::GetDefaultPrinter(pszBuff, &cchBuff);
198 ::OpenPrinter(pszBuff, &m_hPrinter, (pDevMode == NULL) ? NULL : &pdefs);
200 delete [] pszBuff;
H A Datltheme.h259 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
262 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlprint.h193 TCHAR* pszBuff = new TCHAR[cchBuff]; variable
194 BOOL bRet = ::GetDefaultPrinter(pszBuff, &cchBuff);
198 ::OpenPrinter(pszBuff, &m_hPrinter, (pDevMode == NULL) ? NULL : &pdefs);
200 delete [] pszBuff;
H A Datltheme.h259 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
262 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/irc/znc/znc-1.8.2/third_party/Csocket/
H A DCsocket.cc684 static const char * CS_StrError( int iErrno, char * pszBuff, size_t uBuffLen ) in CS_StrError() argument
689 memset( pszBuff, '\0', uBuffLen ); in CS_StrError()
691 if ( strerror_s( pszBuff, uBuffLen, iErrno ) == 0 ) in CS_StrError()
692 return( pszBuff ); in CS_StrError()
694 if( strerror_r( iErrno, pszBuff, uBuffLen ) == 0 ) in CS_StrError()
695 return( pszBuff ); in CS_StrError()
697 return( strerror_r( iErrno, pszBuff, uBuffLen ) ); in CS_StrError()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h300 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
303 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h300 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
303 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h300 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
303 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h300 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
303 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h300 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
303 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h300 …HRESULT GetThemeString(int nPartID, int nStateID, int nPropID, LPWSTR pszBuff, int cchMaxBuffChars… in GetThemeString() argument
303 return ::GetThemeString(m_hTheme, nPartID, nStateID, nPropID, pszBuff, cchMaxBuffChars); in GetThemeString()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Duxtheme.h311 THEMEAPI GetThemeString(HTHEME hTheme,int iPartId,int iStateId,int iPropId,LPWSTR pszBuff,int cchMa…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Duxtheme.h311 THEMEAPI GetThemeString(HTHEME hTheme,int iPartId,int iStateId,int iPropId,LPWSTR pszBuff,int cchMa…
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/winapi-0.3.6/src/um/
H A Duxtheme.rs343 pszBuff: LPWSTR, in GetThemeString()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.3.9/src/um/
H A Duxtheme.rs342 pszBuff: LPWSTR, in GetThemeString()

1234567