Home
last modified time | relevance | path

Searched refs:MAX_LENGTH (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp138 const int MAX_LENGTH = 256; in DumpReports() local
160 char caption[MAX_LENGTH]; in DumpReports()
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()
215 char formatString[MAX_LENGTH]; in DumpReports()
222 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, in DumpReports()
[all …]