Home
last modified time | relevance | path

Searched defs:SECUREC_ERROR_INVALID_PARAMTER (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/src/hilog/
Dvsnprintf_s_p.c36 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert( msg "invalid argument" == NULL) macro
40 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk( "%s invalid argument\n",msg) macro
43 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf( "%s invalid argument\n",msg) macro
47 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro
50 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
55 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
/third_party/musl/src/hilog/linux/
Dvsnprintf_s_p.c36 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) macro
40 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n",msg) macro
43 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n",msg) macro
47 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro
50 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
55 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
/third_party/bounds_checking_function/src/
Dsecurecutil.h525 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) macro
530 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n", msg) macro
534 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) macro
539 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro
547 #define SECUREC_ERROR_INVALID_PARAMTER(msg) macro