Searched defs:strDest (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | string_help.cpp | 48 int strncpy_s(char* strDest, size_t destMax, const char* strSrc, size_t count) in strncpy_s() 60 int snprintf_s(char* strDest, size_t destMax, size_t count, const char* format, ...) in snprintf_s() 71 int sprintf_s(char* strDest, size_t destMax, const char* format, ...) in sprintf_s()
|