Searched defs:SECUREC_ERROR_INVALID_PARAMTER (Results 1 – 3 of 3) sorted by relevance
36 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert( msg "invalid argument" == NULL) macro40 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk( "%s invalid argument\n",msg) macro43 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf( "%s invalid argument\n",msg) macro47 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro50 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro55 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
36 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) macro40 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n",msg) macro43 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n",msg) macro47 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro50 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro55 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
525 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) macro530 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n", msg) macro534 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) macro539 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro547 #define SECUREC_ERROR_INVALID_PARAMTER(msg) macro