Lines Matching defs:msg
36 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) argument
37 #define SECUREC_ERROR_INVALID_RANGE(msg) assert(msg "invalid dest buffer size" == NULL) argument
40 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n",msg) argument
41 #define SECUREC_ERROR_INVALID_RANGE(msg) printk("%s invalid dest buffer size\n", msg) argument
43 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n",msg) argument
44 #define SECUREC_ERROR_INVALID_RANGE(msg) printf("%s invalid dest buffer size\n", msg) argument
47 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") argument
48 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") argument
50 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) argument
51 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) argument
55 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) argument
56 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) argument
57 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) ((void)0) argument