Home
last modified time | relevance | path

Searched refs:SECUREC_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c38 #ifndef SECUREC_BUFFER_SIZE
39 #define SECUREC_BUFFER_SIZE 256 macro
42 #define SECUREC_MAX_PRECISION SECUREC_BUFFER_SIZE
224 char str[SECUREC_BUFFER_SIZE + 1];
226 wchar_t wStr[SECUREC_BUFFER_SIZE + 1];
824 if (bufferSize >= SECUREC_BUFFER_SIZE) { in HiLogSecOutputS()
825 /* the current vlaue of SECUREC_BUFFER_SIZE could NOT store the formatted float string */ in HiLogSecOutputS()
887 textLen = sprintf_s(formatBuf.str, SECUREC_BUFFER_SIZE + 1, (char *)fltFmtStr, in HiLogSecOutputS()
890 textLen = sprintf_s(formatBuf.str, SECUREC_BUFFER_SIZE + 1, (char *)fltFmtStr, in HiLogSecOutputS()
893 textLen = sprintf_s(formatBuf.str, SECUREC_BUFFER_SIZE in HiLogSecOutputS()
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c68 /* SECUREC_BUFFER_SIZE Can not be less than 23 ,
71 #define SECUREC_BUFFER_SIZE 256 macro
73 #define SECUREC_BUFFER_SIZE 512 macro
75 #define SECUREC_MAX_PRECISION SECUREC_BUFFER_SIZE

Completed in 3 milliseconds