Lines Matching refs:std
96 if (::std::strcmp(it->name, report.name) == 0) in StoreReport()
163 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
170 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
176 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
182 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
188 std::replace(caption, caption + std::strlen(caption), '|', ','); in DumpReports()
190 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
195 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
226 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
234 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
241 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
248 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
252 ut::strncat(output, MAX_LENGTH, it->name, std::strlen(it->name) + 1); in DumpReports()
254 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
258 std::replace(output, output + std::strlen(output), '|', ','); in DumpReports()