Searched refs:strncat (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_Profile.cpp | 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() [all …]
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_Inlines.h | 201 strncat( in strncat() function 217 char* result = std::strncat( dest, src, srcCount ); in strncat()
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_SoundArchive.cpp | 342 ut::strncat( pathBuffer, FILE_PATH_MAX, externalFilePath, fileLen+1 ); in OpenExtStreamImpl()
|