Lines Matching refs:str
162 char* str = "| total| call|average|average%%| max| min|"; in DumpReports() local
163 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
169 char* str = "IMiss|"; in DumpReports() local
170 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
175 char* str = "DRMiss|"; in DumpReports() local
176 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
181 char* str = "DWMiss|"; in DumpReports() local
182 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
189 char* str = "name,\n"; in DumpReports() local
190 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
194 char* str = "name|h\n"; in DumpReports() local
195 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
253 char* str = "|\n"; in DumpReports() local
254 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()