Home
last modified time | relevance | path

Searched refs:SECUREC_ERROR_INVALID_PARAMTER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c37 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) macro
41 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n", msg) macro
44 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) macro
48 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro
51 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
56 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
232 SECUREC_ERROR_INVALID_PARAMTER("vsnprintfp_s"); in vsnprintfp_s()
259 SECUREC_ERROR_INVALID_PARAMTER("vsnprintfp_s"); in vsnprintfp_s()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c87 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) macro
1438 SECUREC_ERROR_INVALID_PARAMTER("hilog_printf"); in HiLog_Printf()
1465 SECUREC_ERROR_INVALID_PARAMTER("hilog_printf"); in HiLog_Printf()