Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c274 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { … macro
642 SECUREC_SAFE_WRITE_CHAR(ch, stream, &charsOut); /* char * cast to wchar * */ in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl115 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ macro
507 SECUREC_SAFE_WRITE_CHAR(ch, stream, &charsOut); /* char * cast to wchar * */