Home
last modified time | relevance | path

Searched refs:vsnprintfp_s (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/include/
H A Dvsnprintf_s_p.h39 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_lis…
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c223 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_lis… in vsnprintfp_s() function
271 int ret = vsnprintfp_s(strDest, destMax, count, priv, format, ap); in snprintfp_s()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Dmusl_log.c39 ret = vsnprintfp_s(buf, sizeof(buf), sizeof(buf) - 1, false, fmt, args); in DfxLogPrint()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Dmusl_log.h66 extern int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, …
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp227 if (vsnprintfp_s(tmpFmt, sizeof(tmpFmt), sizeof(tmpFmt) - 1, true, fmt, ap) == -1) { in HiLogPrintArgs()
291 vsnprintfp_s(logBuf, MAX_LOG_LEN - traceBufLen, MAX_LOG_LEN - traceBufLen - 1, priv, fmt, ap); in HiLogPrintArgs()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c84 vsnprintfp_s(buf, MAX_LOG_LEN, MAX_LOG_LEN - 1, true, fmt, ap); in HiLogBasePrintArgs()
/ohos5.0/base/update/updater/services/log/
H A Dlog.cpp151 int size = vsnprintfp_s(buf, MAX_LOG_LEN, MAX_LOG_LEN - 1, true, format, list); in UpdaterHiLogger()