Searched defs:SECUREC_ERROR_INVALID_PARAMTER (Results 1 – 2 of 2) sorted by relevance
37 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) macro41 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n", msg) macro44 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) macro48 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro51 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro56 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
87 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) macro