Searched defs:outChars (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | output_p.inl | 90 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) do { \ argument 100 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) do { \ argument 115 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ argument 122 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) do { \ argument
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 244 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) \ argument 256 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) \ argument 274 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { … argument 282 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) \ argument
|