Home
last modified time | relevance | path

Searched refs:SECUREC_STRING_MAX_LEN (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c23 #ifndef SECUREC_STRING_MAX_LEN
24 #define SECUREC_STRING_MAX_LEN 0x7fffffffUL macro
27 #if SECUREC_STRING_MAX_LEN > 0x7fffffffUL
227 if (format == NULL || strDest == NULL || destMax == 0 || destMax > SECUREC_STRING_MAX_LEN || in vsnprintfp_s()
228 (count > (SECUREC_STRING_MAX_LEN - 1) && count != (size_t)(-1))) { in vsnprintfp_s()
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c1433 if (format == NULL || strDest == NULL || destMax == 0 || destMax > SECUREC_STRING_MAX_LEN || in HiLog_Printf()
1434 (count > (SECUREC_STRING_MAX_LEN - 1) && count != (size_t)-1)) { in HiLog_Printf()

Completed in 4 milliseconds