Home
last modified time | relevance | path

Searched refs:szBuffer (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/ext/
H A DKviCommandFormatter.cpp144 szBuffer = ""; in unindent()
154 szBuffer.trim(); in bufferFromBlock()
156 if((*(szBuffer.ptr()) == '{') && szBuffer.lastCharIs('}')) in bufferFromBlock()
165 szBuffer.trim(); in bufferFromBlock()
170 szBuffer = szBuffer.trimmed(); in bufferFromBlock()
178 szBuffer.remove(szBuffer.length() - 1, 1); in bufferFromBlock()
179 …while((szBuffer.length() > 0) && ((szBuffer.at(0) == QChar('\n')) || (szBuffer.at(0) == QChar('\r'… in bufferFromBlock()
184 szBuffer = szBuffer.trimmed(); in bufferFromBlock()
207 szBuffer = ""; in indent()
217 indent(szBuffer); in blockFromBuffer()
[all …]
H A DKviStringConversion.cpp52 if(!szBuffer.isEmpty()) in encodePath()
75 if(!szBuffer.isEmpty()) in decodePath()
81 szBuffer.remove(0, 8); in decodePath()
89 szBuffer.remove(0, 9); in decodePath()
124 szBuffer.setNum(iValue); in toString()
136 szBuffer.setNum(uValue); in toString()
166 szBuffer = szValue; in toString()
171 szBuffer = szValue; in fromString()
178 encodePath(szBuffer); in toString()
217 szBuffer = value.name(); in toString()
[all …]
H A DKviCommandFormatter.h44 extern KVILIB_API void trimBlockBraces(KviCString & szBuffer);
45 extern KVILIB_API void trimBlockBraces(QString & szBuffer);
47 extern KVILIB_API void unindent(KviCString & szBuffer);
48 extern KVILIB_API void unindent(QString & szBuffer);
50 extern KVILIB_API void bufferFromBlock(KviCString & szBuffer);
51 extern KVILIB_API void bufferFromBlock(QString & szBuffer);
53 extern KVILIB_API void addBlockBraces(KviCString & szBuffer);
54 extern KVILIB_API void addBlockBraces(QString & szBuffer);
56 extern KVILIB_API void indent(KviCString & szBuffer);
57 extern KVILIB_API void indent(QString & szBuffer);
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Common/
H A DRemoveComments.cpp61 while (*szBuffer) { in RemoveLineComments()
64 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveLineComments()
65 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveLineComments()
71 if (!*szBuffer) { in RemoveLineComments()
75 ++szBuffer; in RemoveLineComments()
92 while (*szBuffer) { in RemoveMultiLineComments()
94 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveMultiLineComments()
95 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
98 while (*szBuffer) { in RemoveMultiLineComments()
105 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DRemoveComments.cpp61 while (*szBuffer) { in RemoveLineComments()
64 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveLineComments()
65 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveLineComments()
71 if (!*szBuffer) { in RemoveLineComments()
75 ++szBuffer; in RemoveLineComments()
92 while (*szBuffer) { in RemoveMultiLineComments()
94 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveMultiLineComments()
95 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
98 while (*szBuffer) { in RemoveMultiLineComments()
105 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DRemoveComments.cpp61 while (*szBuffer) { in RemoveLineComments()
64 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveLineComments()
65 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveLineComments()
71 if (!*szBuffer) { in RemoveLineComments()
75 ++szBuffer; in RemoveLineComments()
92 while (*szBuffer) { in RemoveMultiLineComments()
94 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveMultiLineComments()
95 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
98 while (*szBuffer) { in RemoveMultiLineComments()
105 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DRemoveComments.cpp60 while (*szBuffer) { in RemoveLineComments()
63 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveLineComments()
64 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveLineComments()
67 while (!IsLineEnd(*szBuffer)) in RemoveLineComments()
70 ++szBuffer; in RemoveLineComments()
87 while (*szBuffer) { in RemoveMultiLineComments()
89 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveMultiLineComments()
90 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
93 while (*szBuffer) { in RemoveMultiLineComments()
100 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DRemoveComments.cpp59 while (*szBuffer) { in RemoveLineComments()
62 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveLineComments()
63 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveLineComments()
66 while (!IsLineEnd(*szBuffer)) in RemoveLineComments()
69 ++szBuffer; in RemoveLineComments()
86 while (*szBuffer) { in RemoveMultiLineComments()
88 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveMultiLineComments()
89 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
92 while (*szBuffer) { in RemoveMultiLineComments()
99 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DRemoveComments.cpp59 while (*szBuffer) { in RemoveLineComments()
62 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveLineComments()
63 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveLineComments()
66 while (!IsLineEnd(*szBuffer)) in RemoveLineComments()
69 ++szBuffer; in RemoveLineComments()
86 while (*szBuffer) { in RemoveMultiLineComments()
88 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveMultiLineComments()
89 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
92 while (*szBuffer) { in RemoveMultiLineComments()
99 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DRemoveComments.cpp60 while (*szBuffer) { in RemoveLineComments()
63 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveLineComments()
64 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveLineComments()
67 while (!IsLineEnd(*szBuffer)) in RemoveLineComments()
70 ++szBuffer; in RemoveLineComments()
87 while (*szBuffer) { in RemoveMultiLineComments()
89 if (*szBuffer == '\"' || *szBuffer == '\'') in RemoveMultiLineComments()
90 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
93 while (*szBuffer) { in RemoveMultiLineComments()
100 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/code/Common/
H A DRemoveComments.cpp57 ai_assert(nullptr != szBuffer); in RemoveLineComments()
61 const size_t lenBuffer = strlen(szBuffer); in RemoveLineComments()
68 if (szBuffer[i] == '\"' || szBuffer[i] == '\'') in RemoveLineComments()
69 while (++i < lenBuffer && szBuffer[i] != '\"' && szBuffer[i] != '\''); in RemoveLineComments()
91 ai_assert(nullptr != szBuffer); in RemoveMultiLineComments()
98 while (*szBuffer) { in RemoveMultiLineComments()
100 if (*szBuffer == '\"' || *szBuffer == '\'') { in RemoveMultiLineComments()
101 while (*szBuffer++ && *szBuffer != '\"' && *szBuffer != '\''); in RemoveMultiLineComments()
105 while (*szBuffer) { in RemoveMultiLineComments()
113 *szBuffer++ = chReplacement; in RemoveMultiLineComments()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/
H A DKviKvsUserAction.cpp115 szBuffer, in exportToKvs()
180 szBuffer += "\""; in exportToKvs()
185 szBuffer += "\","; in exportToKvs()
191 szBuffer += ","; in exportToKvs()
199 szBuffer += ","; in exportToKvs()
213 szBuffer += ","; in exportToKvs()
221 szBuffer += ","; in exportToKvs()
235 szBuffer += ","; in exportToKvs()
243 szBuffer += ","; in exportToKvs()
278 szBuffer += szTmp; in exportToKvs()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/aeronavfaa/
H A Dograeronavfaadatasource.cpp102 char szBuffer[10000]; in Open() local
103 int nbRead = (int)VSIFReadL(szBuffer, 1, sizeof(szBuffer) - 1, fp); in Open()
104 szBuffer[nbRead] = '\0'; in Open()
106 int bIsDOF = (szBuffer[128] == 13 && szBuffer[128+1] == 10 && in Open()
107 szBuffer[130+128] == 13 && szBuffer[130+129] == 10 && in Open()
108 szBuffer[2*130+128] == 13 && szBuffer[2*130+129] == 10 && in Open()
111 int bIsNAVAID = (szBuffer[132] == 13 && szBuffer[132+1] == 10 && in Open()
113 szBuffer[134 + 132] == 13 && szBuffer[134 + 132+1] == 10); in Open()
116 szBuffer[85] == 13 && szBuffer[85+1] == 10; in Open()
119 szBuffer[85] == 13 && szBuffer[85+1] == 10; in Open()
[all …]
/dports/games/wargus/wargus-3.2.0/StormLib/test/
H A DTLogHelper.cpp164 *szBuffer++ = '\r'; in PrintWithClreol()
172 *szBuffer++ = ':'; in PrintWithClreol()
181 szBuffer = CopyFormatCharacter(szBuffer, szFormat); in PrintWithClreol()
193 szBuffer[0] = 0; in PrintWithClreol()
210 *szBuffer = 0; in PrintWithClreol()
271 *szBuffer++ = '\r'; in PrintWithClreol()
288 szBuffer = CopyFormatCharacter(szBuffer, szFormat); in PrintWithClreol()
300 szBuffer[0] = 0; in PrintWithClreol()
317 *szBuffer = 0; in PrintWithClreol()
393 return szBuffer; in CopyFormatCharacter()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviFileDialog.cpp71 return !szBuffer.isEmpty();
87 szBuffer = szFiles[0];
90 return !szBuffer.isEmpty();
106 if(szBuffer.isEmpty())
146 szBuffer = szFiles[0];
149 if(!szBuffer.isEmpty())
198 return !szBuffer.isEmpty();
206 return !szBuffer.isEmpty();
221 szBuffer = szFiles[0];
224 return !szBuffer.isEmpty();
[all …]
H A DKviChannelWindow.cpp730 return szBuffer; in getChannelModeStringWithEmbeddedParams()
827 szBuffer += " "; in getTalkingUsersStats()
864 szBuffer += " "; in getTalkingUsersStats()
919 szBuffer += p5; in getWindowListTipText()
928 szBuffer += p9; in getWindowListTipText()
930 szBuffer += p10; in getWindowListTipText()
941 szBuffer += p5; in getWindowListTipText()
950 szBuffer += p9; in getWindowListTipText()
965 szBuffer += p10; in getWindowListTipText()
976 szBuffer += p10; in getWindowListTipText()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/fastdep/
H A Dfastdep.c1468 && (szBuffer[i + 7] == '\t' || szBuffer[i + 7] == ' ') in langAsm()
1487 && szBuffer[i+j] != ' ' && szBuffer[i+j] != '\t' && szBuffer[i+j] != '\n' in langAsm()
1488 && szBuffer[i+j] != '\0' && szBuffer[i+j] != ';' && szBuffer[i+j] != '\r' in langAsm()
1654 while (szBuffer[i] == ' ' || szBuffer[i] == '\t' || szBuffer[i] == '"')
2186 while (szBuffer[i] == ' ' || szBuffer[i] == '\t') in langCOBOL()
2190 if (szBuffer[i] == '\0' || szBuffer[i] == '\n') in langCOBOL()
2203 if (szBuffer[i+j] != '.' && szBuffer[i+j] != ' ' && szBuffer[i] != '\t') in langCOBOL()
2330 while (szBuffer[i] == ' ' || szBuffer[i] == '\t') in langIPF()
2334 if (szBuffer[i] == '\'' || szBuffer[i] == '\"') in langIPF()
2341 …while (szBuffer[i+j] != chQuote && szBuffer[i+j] != '\n' && szBuffer[i+j] != '\r' && szBuffer[i+j]… in langIPF()
[all …]
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dvdir.h153 if (GetLogicalDriveStringsW(sizeof(szBuffer), szBuffer)) { in Init()
155 WCHAR* ptr = szBuffer; in Init()
231 char szBuffer[MAX_PATH+1]; in SetDefaultA() local
234 if (GetFullPathNameA(pDefault, sizeof(szBuffer), szBuffer, &pPtr)) { in SetDefaultA()
238 SetDefaultDirA(szBuffer, DriveIndex(szBuffer[0])); in SetDefaultA()
278 WCHAR szBuffer[MAX_PATH+1]; in SetDefaultW() local
281 if (GetFullPathNameW(pDefault, (sizeof(szBuffer)/sizeof(WCHAR)), szBuffer, &pPtr)) { in SetDefaultW()
285 SetDefaultDirW(szBuffer, DriveIndex((char)szBuffer[0])); in SetDefaultW()
390 char szBuffer[(MAX_PATH+1)*2]; in MapPathA() local
476 DoGetFullPathNameA(pPtr, sizeof(szBuffer), szBuffer); in SetCurrentDirectoryA()
[all …]
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dvdir.h153 if (GetLogicalDriveStringsW(sizeof(szBuffer), szBuffer)) { in Init()
231 char szBuffer[MAX_PATH+1]; in SetDefaultA() local
234 if (GetFullPathNameA(pDefault, sizeof(szBuffer), szBuffer, &pPtr)) { in SetDefaultA()
238 SetDefaultDirA(szBuffer, DriveIndex(szBuffer[0])); in SetDefaultA()
281 if (GetFullPathNameW(pDefault, (sizeof(szBuffer)/sizeof(WCHAR)), szBuffer, &pPtr)) { in SetDefaultW()
285 SetDefaultDirW(szBuffer, DriveIndex((char)szBuffer[0])); in SetDefaultW()
423 szBuffer[MAX_PATH] = '\0'; in MapPathA()
449 szBuffer[MAX_PATH] = '\0'; in MapPathA()
476 DoGetFullPathNameA(pPtr, sizeof(szBuffer), szBuffer); in SetCurrentDirectoryA()
477 SetDefaultDirA(szBuffer, DriveIndex(szBuffer[0])); in SetCurrentDirectoryA()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dvdir.h153 if (GetLogicalDriveStringsW(sizeof(szBuffer), szBuffer)) { in Init()
155 WCHAR* ptr = szBuffer; in Init()
231 char szBuffer[MAX_PATH+1]; in SetDefaultA() local
234 if (GetFullPathNameA(pDefault, sizeof(szBuffer), szBuffer, &pPtr)) { in SetDefaultA()
238 SetDefaultDirA(szBuffer, DriveIndex(szBuffer[0])); in SetDefaultA()
278 WCHAR szBuffer[MAX_PATH+1]; in SetDefaultW() local
281 if (GetFullPathNameW(pDefault, (sizeof(szBuffer)/sizeof(WCHAR)), szBuffer, &pPtr)) { in SetDefaultW()
285 SetDefaultDirW(szBuffer, DriveIndex((char)szBuffer[0])); in SetDefaultW()
390 char szBuffer[(MAX_PATH+1)*2]; in MapPathA() local
476 DoGetFullPathNameA(pPtr, sizeof(szBuffer), szBuffer); in SetCurrentDirectoryA()
[all …]
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dvdir.h153 if (GetLogicalDriveStringsW(sizeof(szBuffer), szBuffer)) { in Init()
231 char szBuffer[MAX_PATH+1]; in SetDefaultA() local
234 if (GetFullPathNameA(pDefault, sizeof(szBuffer), szBuffer, &pPtr)) { in SetDefaultA()
238 SetDefaultDirA(szBuffer, DriveIndex(szBuffer[0])); in SetDefaultA()
281 if (GetFullPathNameW(pDefault, (sizeof(szBuffer)/sizeof(WCHAR)), szBuffer, &pPtr)) { in SetDefaultW()
285 SetDefaultDirW(szBuffer, DriveIndex((char)szBuffer[0])); in SetDefaultW()
423 szBuffer[MAX_PATH] = '\0'; in MapPathA()
449 szBuffer[MAX_PATH] = '\0'; in MapPathA()
476 DoGetFullPathNameA(pPtr, sizeof(szBuffer), szBuffer); in SetCurrentDirectoryA()
477 SetDefaultDirA(szBuffer, DriveIndex(szBuffer[0])); in SetCurrentDirectoryA()
[all …]
/dports/mail/libdkim/libdkim/src/
H A Ddkimbase.cpp68 szBuffer = new char[nRequiredSize]; in Alloc()
88 if( szBuffer != NULL && nBufferSize > 0 ) in ReAlloc()
90 memcpy( newp, szBuffer, nBufferSize ); in ReAlloc()
91 delete[] szBuffer; in ReAlloc()
93 szBuffer = newp; in ReAlloc()
110 void CDKIMBase::Free( char* szBuffer ) in Free() argument
112 if( szBuffer ) in Free()
113 delete[] szBuffer; in Free()
123 char* p = szBuffer; in Process()
124 char* e = szBuffer + nBufLength; in Process()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogr_autocad_services.cpp605 char szBuffer[64]; in ACAdjustText() local
615 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.3g", dfOldAngle + dfAngle ); in ACAdjustText()
616 papszTokens = CSLSetNameValue( papszTokens, "a", szBuffer ); in ACAdjustText()
630 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.3gg", in ACAdjustText()
632 papszTokens = CSLSetNameValue( papszTokens, "s", szBuffer ); in ACAdjustText()
645 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.4g", in ACAdjustText()
647 papszTokens = CSLSetNameValue( papszTokens, "w", szBuffer ); in ACAdjustText()
670 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.6gg", in ACAdjustText()
673 papszTokens = CSLSetNameValue( papszTokens, "dx", szBuffer ); in ACAdjustText()
675 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.6gg", in ACAdjustText()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogr_autocad_services.cpp605 char szBuffer[64]; in ACAdjustText() local
615 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.3g", dfOldAngle + dfAngle ); in ACAdjustText()
616 papszTokens = CSLSetNameValue( papszTokens, "a", szBuffer ); in ACAdjustText()
630 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.3gg", in ACAdjustText()
632 papszTokens = CSLSetNameValue( papszTokens, "s", szBuffer ); in ACAdjustText()
645 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.4g", in ACAdjustText()
647 papszTokens = CSLSetNameValue( papszTokens, "w", szBuffer ); in ACAdjustText()
670 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.6gg", in ACAdjustText()
673 papszTokens = CSLSetNameValue( papszTokens, "dx", szBuffer ); in ACAdjustText()
675 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.6gg", in ACAdjustText()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogr_autocad_services.cpp605 char szBuffer[64]; in ACAdjustText() local
615 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.3g", dfOldAngle + dfAngle ); in ACAdjustText()
616 papszTokens = CSLSetNameValue( papszTokens, "a", szBuffer ); in ACAdjustText()
630 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.3gg", in ACAdjustText()
632 papszTokens = CSLSetNameValue( papszTokens, "s", szBuffer ); in ACAdjustText()
645 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.4g", in ACAdjustText()
647 papszTokens = CSLSetNameValue( papszTokens, "w", szBuffer ); in ACAdjustText()
670 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.6gg", in ACAdjustText()
673 papszTokens = CSLSetNameValue( papszTokens, "dx", szBuffer ); in ACAdjustText()
675 CPLsnprintf( szBuffer, sizeof(szBuffer), "%.6gg", in ACAdjustText()
[all …]

12345678910>>...32