Searched refs:MAX_LENGTH (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 136 const int MAX_LENGTH = 256; in DumpReports() local 158 char caption[MAX_LENGTH]; in DumpReports() 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() 213 char formatString[MAX_LENGTH]; in DumpReports() 220 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, in DumpReports() [all …]
|