Home
last modified time | relevance | path

Searched refs:temp_str (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.cpp2018 CHAR temp_str[10]; in SetImportIdName() local
2053 sprintf_s(temp_str, sizeof(temp_str), "_%d", index++); in SetImportIdName()
2054 output_name = input_name + CString(temp_str); in SetImportIdName()
Dresource_view.cpp3057 CString temp_str("already exists. Do you still want to add it?"); in TaskAddPixelmaps() local
3058 message = res_name + " " + temp_str; in TaskAddPixelmaps()