Lines Matching refs:strncat
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()
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()