Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/dev/
Ddev_Profile.cpp163 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.3.3/include/nw/ut/
Dut_Inlines.h201 strncat( in strncat() function
217 char* result = std::strncat( dest, src, srcCount ); in strncat()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchive.cpp342 ut::strncat( pathBuffer, FILE_PATH_MAX, externalFilePath, fileLen+1 ); in OpenExtStreamImpl()