Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp165 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/
Dgfx_AnimEvaluator.h419 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/
Dut_Inlines.h203 strncat( in strncat() function
219 char* result = std::strncat( dest, src, srcCount ); in strncat()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchive.cpp344 ut::strncat( pathBuffer, FILE_PATH_MAX, externalFilePath, fileLen+1 ); in OpenExtStreamImpl()