Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c133 #define SECUREC_CHAR(x) x macro
312 case SECUREC_CHAR(' '): in SecDecodeFlags()
315 case SECUREC_CHAR('+'): in SecDecodeFlags()
318 case SECUREC_CHAR('-'): in SecDecodeFlags()
321 case SECUREC_CHAR('0'): in SecDecodeFlags()
324 case SECUREC_CHAR('#'): in SecDecodeFlags()
337 case SECUREC_CHAR('j'): in SecDecodeSize()
342 case SECUREC_CHAR('L'): in SecDecodeSize()
345 case SECUREC_CHAR('l'): in SecDecodeSize()
353 case SECUREC_CHAR('t'): in SecDecodeSize()
[all …]
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl182 case SECUREC_CHAR(' '):
185 case SECUREC_CHAR('+'):
188 case SECUREC_CHAR('-'):
191 case SECUREC_CHAR('0'):
194 case SECUREC_CHAR('#'):
207 case SECUREC_CHAR('j'):
212 case SECUREC_CHAR('L'):
215 case SECUREC_CHAR('l'):
223 case SECUREC_CHAR('t'):
227 case SECUREC_CHAR('z'):
[all …]
H A Dvsnprintf_s_p.c281 #define SECUREC_CHAR(x) x macro