Home
last modified time | relevance | path

Searched defs: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
/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