Home
last modified time | relevance | path

Searched refs:SECUREC_FMT_STR_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c111 #define SECUREC_FMT_STR_LEN (8) macro
113 #define SECUREC_FMT_STR_LEN (16) macro
841 char fltFmtBuf[SECUREC_FMT_STR_LEN]; in HiLogSecOutputS()
850 if (fltFmtStrLen > SECUREC_FMT_STR_LEN) { in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl35 #define SECUREC_FMT_STR_LEN (8) macro
37 #define SECUREC_FMT_STR_LEN (16) macro
735 char fltFmtBuf[SECUREC_FMT_STR_LEN];
744 if (fltFmtStrLen > SECUREC_FMT_STR_LEN) {
745 /* if SECUREC_FMT_STR_LEN is NOT enough, alloc a new buffer */