Searched refs:temp_str (Results 1 – 2 of 2) sorted by relevance
2018 CHAR temp_str[10]; in SetImportIdName() local2053 sprintf_s(temp_str, sizeof(temp_str), "_%d", index++); in SetImportIdName()2054 output_name = input_name + CString(temp_str); in SetImportIdName()
3057 CString temp_str("already exists. Do you still want to add it?"); in TaskAddPixelmaps() local3058 message = res_name + " " + temp_str; in TaskAddPixelmaps()