Lines Matching refs:tempStr

202     char tempStr [4];  in appendCharResult()  local
203 tempStr[0] = ch; in appendCharResult()
204 tempStr[1] = 0; in appendCharResult()
205 Tcl_AppendResult (ti, tempStr, NULL); in appendCharResult()
2791 char tempStr [80]; in probe_tablebase() local
2792 sprintf (tempStr, "+:%u =:%u -:%u ?:%u", in probe_tablebase()
2794 dstr->Append (tempStr); in probe_tablebase()
2841 sprintf (tempStr, " +%3d ", bestScore); in probe_tablebase()
2843 strCopy (tempStr, " = "); in probe_tablebase()
2845 sprintf (tempStr, " -%3d ", -bestScore); in probe_tablebase()
2847 dstr->Append ("\n", tempStr); in probe_tablebase()
2997 char tempStr [80]; in probe_tablebase() local
2999 sprintf (tempStr, "# [%s %s %s", in probe_tablebase()
3004 sprintf (tempStr, "%s:%d [%s %s %d", in probe_tablebase()
3010 dstr->Append (tempStr); in probe_tablebase()
5318 const char * tempStr; in sc_pos() local
5319 tempStr = db->game->GetMoveComment(); in sc_pos()
5320 if (tempStr) { in sc_pos()
5321 Tcl_AppendResult (ti, tempStr, NULL); in sc_pos()
7305 char tempStr[1024]; in sc_name_spellcheck() local
7357 sprintf (tempStr, "%s\"%s\"\t>> \"%s\" (%u)", in sc_name_spellcheck()
7362 correctCmd += tempStr; in sc_name_spellcheck()
7371 date_DecodeToString (birthdate, tempStr); in sc_name_spellcheck()
7372 correctCmd += tempStr; in sc_name_spellcheck()
7376 date_DecodeToString (deathdate, tempStr); in sc_name_spellcheck()
7377 correctCmd += tempStr; in sc_name_spellcheck()
7393 sprintf (tempStr, "Scid found %u %s name correction%s.\n", in sc_name_spellcheck()
7396 std::string res = tempStr; in sc_name_spellcheck()