Searched refs:strncat (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 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() [all …]
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_AnimEvaluator.h | 419 ut::strncat(replacedPath, MAX_BUFFER_LENGTH, m_MaterialName, m_LenMaterialName); in operator() 420 ut::strncat(replacedPath, MAX_BUFFER_LENGTH, path, lenPath); in operator()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Inlines.h | 203 strncat( in strncat() function 219 char* result = std::strncat( dest, src, srcCount ); in strncat()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundArchive.cpp | 344 ut::strncat( pathBuffer, FILE_PATH_MAX, externalFilePath, fileLen+1 ); in OpenExtStreamImpl()
|