Home
last modified time | relevance | path

Searched refs:strIndex (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DCommandParserInterface.cpp43 for (strIndex=0; strIndex < strLen; strIndex++) in ParseConsoleString()
46 str[strIndex]=0; in ParseConsoleString()
48 if (str[strIndex]=='\n' || str[strIndex]=='\r') in ParseConsoleString()
49 str[strIndex]=0; in ParseConsoleString()
53 str[strIndex]=0; in ParseConsoleString()
59 for (strIndex=0, parameterListIndex=0; strIndex < strLen; ) in ParseConsoleString()
61 if (str[strIndex]!=0) in ParseConsoleString()
69 strIndex++; in ParseConsoleString()
70 while (str[strIndex]!=0 && strIndex < strLen) in ParseConsoleString()
71 strIndex++; in ParseConsoleString()
[all …]
H A DRakNetTypes.cpp79 static unsigned char strIndex=0; in ToString() local
82 unsigned char lastStrIndex=strIndex; in ToString()
83 strIndex++; in ToString()
308 static unsigned char strIndex=0; in ToString() local
311 unsigned char lastStrIndex=strIndex; in ToString()
312 strIndex++; in ToString()
/dports/lang/nim/nim-1.6.2/tools/dochack/
H A Dfuzzysearch.nim40 strIndex = 0
48 while (strIndex < str.len) and (patIndex < pattern.len):
51 strChar = str[strIndex].toLowerAscii
58 strIndex += 1
68 strIndex += 1
88 if not onBoundary and strIndex < high(str):
103 str[strIndex - 1] notin Letters or
104 str[strIndex - 1] in {'a'..'z'} and
105 str[strIndex] in {'A'..'Z'}
133 strIndex += 1
[all …]
/dports/games/tuxmath/t4k_common-0.1.1/src/
H A Dt4k_linewrap.c48 int strIndex; in T4K_LineWrap() local
65 for (strIndex = 0, i = 0; i < length; strIndex++, i++) in T4K_LineWrap()
70 str_list[listIndex][strIndex] = '\0'; // terminate the previous string in T4K_LineWrap()
71 strIndex = 0; // start the next line in T4K_LineWrap()
76 if (strIndex < max_width) in T4K_LineWrap()
77 str_list[listIndex][strIndex] = input[i]; in T4K_LineWrap()
79 str_list[listIndex][strIndex] = '\0'; in T4K_LineWrap()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DCodeWalletTxt605.cs98 string strIndex = strLine.Substring(0, nIDLen); in Import()
99 if(PwDefs.IsStandardField(strIndex)) in Import()
100 strIndex = Guid.NewGuid().ToString(); in Import()
102 pe.Strings.Set(strIndex, new ProtectedString( in Import()
105 strLastIndexedItem = strIndex; in Import()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Ddocument.cpp358 char *strIndex = string + index; in checkForPageBreak() local
362 if (strIndex[1] == dPageBreak[0] && in checkForPageBreak()
363 strIndex[2] == dPageBreak[1]) { in checkForPageBreak()
366 strIndex[0] = 0; in checkForPageBreak()
368 Common::strlcpy(strAfter, &strIndex[3], textSize); in checkForPageBreak()
371 strcat(&strIndex[0], strAfter); in checkForPageBreak()
390 char *strIndex = string + index; in checkForImage() local
402 if (strIndex[1] == dImage[0] && in checkForImage()
403 strIndex[2] == dImage[1]) { in checkForImage()
442 strIndex[0] = 0; in checkForImage()
[all …]
/dports/games/egl/egl-0.3.1_9/shared/
H A Dstring.c352 static int strIndex; in Q_VarArgs() local
354 strIndex ^= 1; in Q_VarArgs()
357 vsnprintf (string[strIndex], sizeof (string[strIndex]), format, argptr); in Q_VarArgs()
360 return string[strIndex]; in Q_VarArgs()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/source/
H A DSafeStringAPIs.cpp449 int strIndex = 0; in _xtox_safe() local
458 buf[strIndex++] = curDigit + 'a' - 10; in _xtox_safe()
460 buf[strIndex++] = curDigit + '0'; in _xtox_safe()
466 buf[strIndex++] = '-'; in _xtox_safe()
467 buf[strIndex++] = 0; in _xtox_safe()
499 int strIndex = 0; in _x64tox_safe() local
507 buf[strIndex++] = curDigit + 'a' - 10; in _x64tox_safe()
509 buf[strIndex++] = curDigit + '0'; in _x64tox_safe()
515 buf[strIndex++] = '-'; in _x64tox_safe()
516 buf[strIndex++] = 0; in _x64tox_safe()
/dports/textproc/exempi/exempi-2.5.2/source/
H A DSafeStringAPIs.cpp449 int strIndex = 0; in _xtox_safe() local
458 buf[strIndex++] = curDigit + 'a' - 10; in _xtox_safe()
460 buf[strIndex++] = curDigit + '0'; in _xtox_safe()
466 buf[strIndex++] = '-'; in _xtox_safe()
467 buf[strIndex++] = 0; in _xtox_safe()
499 int strIndex = 0; in _x64tox_safe() local
507 buf[strIndex++] = curDigit + 'a' - 10; in _x64tox_safe()
509 buf[strIndex++] = curDigit + '0'; in _x64tox_safe()
515 buf[strIndex++] = '-'; in _x64tox_safe()
516 buf[strIndex++] = 0; in _x64tox_safe()
/dports/math/sdpa/sdpa-7.3.8/mex/
H A DmexReadOutput.cpp116 for (mwSize strIndex = 0; strIndex < 30; ++strIndex) { in mexFunction() local
117 if ( phasevalue[strIndex] == ' ' in mexFunction()
118 || phasevalue[strIndex] == '\n') { // remove redundant space in mexFunction()
119 phasevalue[strIndex] = '\0'; in mexFunction()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/storage/xml/
H A DDeviceXml.cpp224 const char* strIndex = pElement->Attribute(BUTTONMAP_XML_ATTR_DRIVER_INDEX); in DeserializeAxis() local
225 if (!strIndex) in DeserializeAxis()
230 index = std::atoi(strIndex); in DeserializeAxis()
253 const char* strIndex = pElement->Attribute(BUTTONMAP_XML_ATTR_DRIVER_INDEX); in DeserializeButton() local
254 if (!strIndex) in DeserializeButton()
259 index = std::atoi(strIndex); in DeserializeButton()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/videoplayer/backend/
H A Dstreamdemuxer.cpp478 int strIndex[AVMEDIA_TYPE_NB]; in run() local
482 memset(strIndex, -1, sizeof(strIndex)); in run()
552strIndex[AVMEDIA_TYPE_VIDEO] = av_find_best_stream(ic, AVMEDIA_TYPE_VIDEO, strIndex[AVMEDIA_TYPE_V… in run()
553strIndex[AVMEDIA_TYPE_AUDIO] = av_find_best_stream(ic, AVMEDIA_TYPE_AUDIO, strIndex[AVMEDIA_TYPE_A… in run()
556 if(strIndex[AVMEDIA_TYPE_AUDIO] >= 0) in run()
557 componentOpen(strIndex[AVMEDIA_TYPE_AUDIO]); in run()
560 …const int vidMode = strIndex[AVMEDIA_TYPE_VIDEO] >= 0 ? componentOpen(strIndex[AVMEDIA_TYPE_VIDEO]… in run()
570 if(strIndex[AVMEDIA_TYPE_SUBTITLE] >= 0) in run()
571 componentOpen(strIndex[AVMEDIA_TYPE_SUBTITLE]); in run()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/
H A DEventLogger.cs145 for (int strIndex = 0; strIndex < logValues.Length; strIndex++) in UnsafeLogEvent()
147 … stringHandles[strIndex] = GCHandle.Alloc(logValues[strIndex], GCHandleType.Pinned); in UnsafeLogEvent()
148 stringRoots[strIndex] = stringHandles[strIndex].AddrOfPinnedObject(); in UnsafeLogEvent()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/OpenGL/
H A DShaderGL.cpp93 int strIndex = 0; in Build() local
121 shaderStrings[ strIndex++ ] = versionString; in Build()
124 shaderStrings[strIndex++] = line; in Build()
135 shaderStrings[ strIndex ] = _pVertexShader; in Build()
136 glShaderSourceARB( m_VertexShader, strIndex + 1, shaderStrings, NULL ); in Build()
156 shaderStrings[ strIndex ] = _pFragmentShader; in Build()
157 glShaderSourceARB( m_FragmentShader, strIndex + 1, shaderStrings, NULL ); in Build()
/dports/deskutils/bitcollider/bitcollider-0.6.0/lib/
H A Dftuuhash.c138 int strIndex = 0; in bitziEncodeBase64() local
159 out[strIndex]=base64digits[digit]; in bitziEncodeBase64()
162 strIndex++; in bitziEncodeBase64()
164 out[strIndex]=0; in bitziEncodeBase64()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/Logger/ClientOnly/
H A DSQLiteClientLoggerPlugin.cpp336 int strIndex=0; in SerializeHeader() local
337 stringIndices[strIndex++]=0; in SerializeHeader()
347 stringIndices[strIndex++]=i+1; in SerializeHeader()
350 RakAssert(strIndex==parameterCount); in SerializeHeader()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DCheckBoxList.cs353 string strIndex = postDataKey.Substring(UniqueID.Length + 1); in LoadPostData()
357 int underscoreIndex = strIndex.LastIndexOf('_'); in LoadPostData()
359 strIndex = strIndex.Substring(underscoreIndex + 1); in LoadPostData()
362 int index = Int32.Parse(strIndex, CultureInfo.InvariantCulture); in LoadPostData()
/dports/deskutils/syncthingtray/c++utilities/chrono/
H A Ddatetime.cpp87 for (const char *strIndex = str;; ++strIndex) { in fromString() local
88 const char c = *strIndex; in fromString()
135 for (const char *strIndex = str;; ++strIndex) { in fromIsoString() local
136 const char c = *strIndex; in fromIsoString()
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Ddebug.cxx256 int strIndex = 0; in append_dbg_buffer() local
278 strIndex = 0; in append_dbg_buffer()
281 strTime[strIndex++] = 0; in append_dbg_buffer()
283 strTime[strIndex++] = cPtr[index]; in append_dbg_buffer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqlinecontrol.cpp1075 int strIndex = 0; in maskString() local
1079 if (strIndex < str.length()) { in maskString()
1082 if (str[(int)strIndex] == m_maskData[i].maskChar) in maskString()
1083 strIndex++; in maskString()
1089 s += str[(int)strIndex].toUpper(); in maskString()
1092 s += str[(int)strIndex].toLower(); in maskString()
1095 s += str[(int)strIndex]; in maskString()
1113 s += str[(int)strIndex].toUpper(); in maskString()
1116 s += str[(int)strIndex].toLower(); in maskString()
1119 s += str[(int)strIndex]; in maskString()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqwidgetlinecontrol.cpp1194 int strIndex = 0; in maskString() local
1198 if (strIndex < str.length()) { in maskString()
1201 if (str[(int)strIndex] == m_maskData[i].maskChar) in maskString()
1202 strIndex++; in maskString()
1208 s += str[(int)strIndex].toUpper(); in maskString()
1211 s += str[(int)strIndex].toLower(); in maskString()
1214 s += str[(int)strIndex]; in maskString()
1232 s += str[(int)strIndex].toUpper(); in maskString()
1235 s += str[(int)strIndex].toLower(); in maskString()
1238 s += str[(int)strIndex]; in maskString()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqwidgetlinecontrol.cpp1194 int strIndex = 0; in maskString() local
1198 if (strIndex < str.length()) { in maskString()
1201 if (str[(int)strIndex] == m_maskData[i].maskChar) in maskString()
1202 strIndex++; in maskString()
1208 s += str[(int)strIndex].toUpper(); in maskString()
1211 s += str[(int)strIndex].toLower(); in maskString()
1214 s += str[(int)strIndex]; in maskString()
1232 s += str[(int)strIndex].toUpper(); in maskString()
1235 s += str[(int)strIndex].toLower(); in maskString()
1238 s += str[(int)strIndex]; in maskString()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqwidgetlinecontrol.cpp1194 int strIndex = 0; in maskString() local
1198 if (strIndex < str.length()) { in maskString()
1201 if (str[(int)strIndex] == m_maskData[i].maskChar) in maskString()
1202 strIndex++; in maskString()
1208 s += str[(int)strIndex].toUpper(); in maskString()
1211 s += str[(int)strIndex].toLower(); in maskString()
1214 s += str[(int)strIndex]; in maskString()
1232 s += str[(int)strIndex].toUpper(); in maskString()
1235 s += str[(int)strIndex].toLower(); in maskString()
1238 s += str[(int)strIndex]; in maskString()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqwidgetlinecontrol.cpp1194 int strIndex = 0; in maskString() local
1198 if (strIndex < str.length()) { in maskString()
1201 if (str[(int)strIndex] == m_maskData[i].maskChar) in maskString()
1202 strIndex++; in maskString()
1208 s += str[(int)strIndex].toUpper(); in maskString()
1211 s += str[(int)strIndex].toLower(); in maskString()
1214 s += str[(int)strIndex]; in maskString()
1232 s += str[(int)strIndex].toUpper(); in maskString()
1235 s += str[(int)strIndex].toLower(); in maskString()
1238 s += str[(int)strIndex]; in maskString()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqwidgetlinecontrol.cpp1194 int strIndex = 0; in maskString() local
1198 if (strIndex < str.length()) { in maskString()
1201 if (str[(int)strIndex] == m_maskData[i].maskChar) in maskString()
1202 strIndex++; in maskString()
1208 s += str[(int)strIndex].toUpper(); in maskString()
1211 s += str[(int)strIndex].toLower(); in maskString()
1214 s += str[(int)strIndex]; in maskString()
1232 s += str[(int)strIndex].toUpper(); in maskString()
1235 s += str[(int)strIndex].toLower(); in maskString()
1238 s += str[(int)strIndex]; in maskString()
[all …]

12345678910