Searched refs:SecVsnprintfPImpl (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | vsnprintf_s_p.c | 192 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_li… 237 retVal = SecVsnprintfPImpl(strDest, count + 1, priv, format, arglist); in vsnprintfp_s() 243 retVal = SecVsnprintfPImpl(strDest, destMax, priv, format, arglist); in vsnprintfp_s() 287 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_li… in SecVsnprintfPImpl() function
|