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