Home
last modified time | relevance | path

Searched refs:tempStr (Results 1 – 25 of 477) sorted by last modified time

12345678910>>...20

/dports/x11/xwatchwin/xwatchwin/
H A Dxwatchwin.c185 char tempStr[STRINGLENGTH], *tempStrPtr; in WinNamesEqual() local
187 memset(tempStr, '\0', STRINGLENGTH); in WinNamesEqual()
190 for (tempStrPtr = tempStr; *str2; str2++) { in WinNamesEqual()
198 if (!strcasecmp(str1, tempStr)) { in WinNamesEqual()
/dports/www/pserv/pserv-3.4/sources/
H A Dmime.c182 char tempStr[1024]; local
211 sprintf(tempStr, "HTTP/1.0 %d %s\n", statusCode, description);
212 strcpy(outBuff, tempStr);
217 sprintf(tempStr, "Date: %s\n", timeStr);
218 strcat(outBuff, tempStr);
220 strcat(outBuff, tempStr);
223 sprintf(tempStr, "Content-Type: %s\n", contentType);
224 strcat(outBuff, tempStr);
230 sprintf(tempStr, "Content-length: %ld\n", size);
231 strcat(outBuff, tempStr);
[all …]
H A Dhandlers.c679 char tempStr[MAX_PATH_LEN+1]; local
714 generatedBytes += strlen(tempStr);
715 fprintf(tempFile, "%s", tempStr);
718 strcat(tempStr, "\n");
719 generatedBytes += strlen(tempStr);
720 fprintf(tempFile, "%s", tempStr);
723 strcat(tempStr, "<BLOCKQUOTE>\n");
724 generatedBytes += strlen(tempStr);
725 fprintf(tempFile, "%s", tempStr);
769 fprintf(tempFile, "%s", tempStr);
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpclients/
H A Dntpmon.py296 tempStr = u"\nPress any key to resume monitoring" variable
297 stdscr.addstr(tempStr.encode('UTF-8'))
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dorblist.c104 char comment[128], tempStr[12]; in main() local
503 sprintf( tempStr, " %u", pointList[j]);; in main()
504 strcat( comment, tempStr); in main()
514 sprintf( tempStr, "%u", numOrbitsToWrite); in main()
515 strcat( comment, tempStr); in main()
521 sprintf( tempStr, " %u", pointList[j]);; in main()
522 strcat( comment, tempStr); in main()
536 strcat( comment, tempStr); in main()
543 strcat( comment, tempStr); in main()
589 sprintf( tempStr, " %d", pointList[j]); in main()
[all …]
H A Dgenerate.c176 char tempStr[12]; in main() local
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DMPEG4_Handler.cpp581 std::string tempStr; in ProcessXMP() local
601 FromUTF16 ( (UTF16Unit*)xmpValue, rawLen/2, &tempStr, true /* big endian */ ); in ProcessXMP()
602 xmpValue = tempStr.c_str(); in ProcessXMP()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPCore/
H A DXMPUtils.cpp1658 XMP_StringPtr tempStr; in PackageForJPEG() local
1672 origXMP.SerializeToBuffer ( &tempStr, &tempLen, keepItSmall, 1, "", "", 0 ); in PackageForJPEG()
1688 stdXMP.SerializeToBuffer ( &tempStr, &tempLen, keepItSmall, 1, "", "", 0 ); in PackageForJPEG()
1709 stdXMP.SerializeToBuffer ( &tempStr, &tempLen, keepItSmall, 1, "", "", 0 ); in PackageForJPEG()
1724 stdXMP.SerializeToBuffer ( &tempStr, &tempLen, keepItSmall, 1, "", "", 0 ); in PackageForJPEG()
1790 stdXMP.SerializeToBuffer ( &tempStr, &tempLen, keepItSmall, 1, "", "", 0 ); in PackageForJPEG()
1807 sStandardXMP->assign ( tempStr, tempLen ); in PackageForJPEG()
1815 sExtendedXMP->assign ( tempStr, tempLen ); in PackageForJPEG()
1820 MD5Update ( &context, (XMP_Uns8*)tempStr, tempLen ); in PackageForJPEG()
1831 stdXMP.SerializeToBuffer ( &tempStr, &tempLen, keepItSmall, 1, "", "", 0 ); in PackageForJPEG()
[all …]
/dports/games/scid/scid/src/
H A Dtkscid.cpp202 char tempStr [4]; in appendCharResult() local
203 tempStr[0] = ch; in appendCharResult()
204 tempStr[1] = 0; in appendCharResult()
2791 char tempStr [80]; in probe_tablebase() local
2794 dstr->Append (tempStr); in probe_tablebase()
2997 char tempStr [80]; in probe_tablebase() local
5318 const char * tempStr; in sc_pos() local
5320 if (tempStr) { in sc_pos()
7305 char tempStr[1024]; in sc_name_spellcheck() local
7362 correctCmd += tempStr; in sc_name_spellcheck()
[all …]
/dports/games/galaxyhack/galaxyhack/src/
H A DStuff.cpp529 string tempStr; in FileToString() local
531 while (getline(fStream, tempStr)) in FileToString()
532 theString += tempStr + '\n'; in FileToString()
H A DMenu_Base.cpp103 string tempStr = items[i].desc.substr(0, endOfTitle - 1); in DrawSelf() local
104 boldFonts.BlitString(x, y, 0, tempStr); in DrawSelf()
107 tempStr = items[i].desc.substr(endOfTitle, string::npos); in DrawSelf()
108 normalFonts.BlitString(x, y, 0, tempStr); in DrawSelf()
H A DMain.cpp278 string tempStr; in LoadSettings() local
279 getline(input, tempStr); in LoadSettings()
280 globalSettings.rememberFleets.push_back(tempStr); in LoadSettings()
H A DSetupBattle.cpp209 string tempStr; in Update() local
210 while (getline(playerInfoSS, tempStr)) in Update()
211 tempItem.desc+= tempStr + '\n'; in Update()
H A DRTSUnit_Base.cpp47 string tempStr; in LoadData() local
52 getline(input, tempStr); in LoadData()
60 myType = stringToUType[tempStr]; in LoadData()
63 myCSType = stringToCSType[tempStr]; in LoadData()
73 getline(input, tempStr); in LoadData()
78 picName = tempStr; in LoadData()
82 picName = tempStr; in LoadData()
109 getline(input, tempStr); in LoadData()
112 ChangeSmallType(weaponLoadLookup[tempStr], 1); in LoadData()
117 getline(input, tempStr); in LoadData()
[all …]
H A DRTSUnit.cpp80 string tempStr; in WhatUTIsThis() local
84 getline(input, tempStr); in WhatUTIsThis()
86 if (tempStr == "Light capital ship" in WhatUTIsThis()
87 || tempStr == "Medium capital ship" in WhatUTIsThis()
88 || tempStr == "Heavy capital ship") in WhatUTIsThis()
91 else if (tempStr == "Frigate") in WhatUTIsThis()
94 else if (tempStr == "Small ship") in WhatUTIsThis()
H A DPopupMenu.cpp128 char tempStr[7]; in Update() local
130 sprintf(tempStr, "%d-%d: ", mySide + 1, i + 1); in Update()
132 tempItem.desc = tempStr + name + '\n' + info; in Update()
H A DSide.cpp85 string tempStr; in FilesToSDStruct() local
158 string tempStr; in CreateAIScriptVec() local
161 while (getline(aiStream, tempStr)) in CreateAIScriptVec()
162 aiScripts[aiName].script.push_back(BCCompiler::ConvertToBC(tempStr)); in CreateAIScriptVec()
222 … const ustring tempStr = theText[functionIndex].substr(bi, theText[functionIndex].find(TT_Colon)); in MakeFunctionLookupTable() local
223 if (tempStr == functionName) in MakeFunctionLookupTable()
268 string tempStr; in LoadFromStruct() local
282 getline(input, tempStr, ':'); in LoadFromStruct()
285 unitType = stringToUType[tempStr]; in LoadFromStruct()
H A DRTSWin.cpp271 string tempStr = MoveComToString(*pCommands) + '\n' + FireComToString(*pCommands); in GroupAIReport() local
272 reports.push_back(tempStr); in GroupAIReport()
287 string tempStr = "AI script: " + sides[mySide].groups[myGroup].GetAIFilename(); in DrawSelf() local
288 theText.push_back(WindowText(tempStr)); in DrawSelf()
297 tempStr = MoveComToString(*pCommands) + '\n' + FireComToString(*pCommands); in DrawSelf()
298 reports.push_back(tempStr); in DrawSelf()
/dports/games/evq3/evq3/code/cgame/
H A Dcg_main.c1216 const char *tempStr; local
1238 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.textFont);
1248 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.smallFont);
1258 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.bigFont);
1264 if (!PC_String_Parse(handle, &tempStr)) {
1267 cgDC.Assets.gradientBar = trap_R_RegisterShaderNoMip(tempStr);
1273 if (!PC_String_Parse(handle, &tempStr)) {
1282 if (!PC_String_Parse(handle, &tempStr)) {
1285 cgDC.Assets.menuExitSound = trap_S_RegisterSound( tempStr, qfalse );
1291 if (!PC_String_Parse(handle, &tempStr)) {
[all …]
/dports/games/evq3/evq3/code/ui/
H A Dui_main.c697 const char *tempStr; in Asset_Parse() local
748 if (!PC_String_Parse(handle, &tempStr)) { in Asset_Parse()
757 if (!PC_String_Parse(handle, &tempStr)) { in Asset_Parse()
766 if (!PC_String_Parse(handle, &tempStr)) { in Asset_Parse()
775 if (!PC_String_Parse(handle, &tempStr)) { in Asset_Parse()
784 if (!PC_String_Parse(handle, &tempStr)) { in Asset_Parse()
4499 const char *tempStr; in Team_Parse() local
4527 uiInfo.teamList[uiInfo.teamCount].imageName = tempStr; in Team_Parse()
4559 const char *tempStr; in Character_Parse() local
4588 if (tempStr && (!Q_stricmp(tempStr, "female"))) { in Character_Parse()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars_track_editor/src/
H A DTrackView.cxx1106 char tempStr[256]; in saveMap() local
1155 …sprintf(tempStr, "%.2lf,%.2lf; ", i->x / tiles->getTileWidth() * kScale, i->y / tiles->getTileWidt… in saveMap()
1156 strcat(longStr, tempStr); in saveMap()
1169 sprintf(tempStr, "%d,%.2lf,%.2lf; ", i->type, i->start, i->end); in saveMap()
1170 strcat(longStr, tempStr); in saveMap()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby/
H A DLobbyPCCommon.cpp641 RakNet::RakString tempStr; in Deserialize() local
647 stringCompressor->DecodeString(&tempStr, 512, bs, 0); in Deserialize()
/dports/comms/cutecom/cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd/
H A Dctrlcharacterspopup.cpp345 …QString tempStr = m_lineEdit.displayText().mid(beginningTextCursPos, currentTextCursPos - beginnin… in show() local
347 xPos = lineEditPos.x() + fm.width(tempStr) - (popupRect.width() / 2); in show()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/mime/
H A DnsMIMEHeaderParamImpl.cpp543 nsAutoCString tempStr(valueStart, valueEnd - valueStart); in DoParameterInternal() local
544 tempStr.StripCRLF(); in DoParameterInternal()
545 char* res = ToNewCString(tempStr, mozilla::fallible); in DoParameterInternal()
1326 nsAutoCString tempStr(aResult); in DecodeRFC2047Str() local
1327 tempStr.ReplaceChar('\t', ' '); in DecodeRFC2047Str()
1328 aResult = tempStr; in DecodeRFC2047Str()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()

12345678910>>...20