Home
last modified time | relevance | path

Searched defs:_stream (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c117 #define SECUREC_PUTC(_c, _stream) ((--(_stream)->count >= 0) ? (*(_stream)->cur++ = (char)(_c)) : E… argument
121 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0'))… argument
135 #define SECUREC_PUTC(_c, _stream) ((--(_stream)->count >= 0) ? (*(_stream)->cur++ = (char)(_c)) : E… argument
138 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0'))… argument
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
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl90 #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
H A Dvsnprintf_s_p.c115 #define SECUREC_PUTC(_c, _stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)(_c))… argument
117 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0… argument