Lines Matching refs:std
98 if (::std::strcmp(it->name, report.name) == 0) in StoreReport()
165 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
172 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
178 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
184 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
190 std::replace(caption, caption + std::strlen(caption), '|', ','); in DumpReports()
192 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
197 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
228 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
236 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
243 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
250 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
254 ut::strncat(output, MAX_LENGTH, it->name, std::strlen(it->name) + 1); in DumpReports()
256 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
260 std::replace(output, output + std::strlen(output), '|', ','); in DumpReports()