Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c93 #define SECUREC_FLAG_SIGN_SPACE 0x00002U macro
H A Doutput_p.inl183 attr->flags |= SECUREC_FLAG_SIGN_SPACE;
1164 } else if (formatAttr.flags & SECUREC_FLAG_SIGN_SPACE) {
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c48 #define SECUREC_FLAG_SIGN_SPACE 0x00002U macro
313 attr->flags |= SECUREC_FLAG_SIGN_SPACE; in SecDecodeFlags()
1260 } else if (formatAttr.flags & SECUREC_FLAG_SIGN_SPACE) { in HiLogSecOutputS()