Searched defs:SECUREC_ERROR_BUFFER_OVERLAP (Results 1 – 3 of 3) sorted by relevance
527 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) assert(msg "buffer overlap" == NULL) macro532 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) printk("%s buffer overlap\n", msg) macro536 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) printf("%s buffer overlap\n", msg) macro541 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) LogSecureCRuntimeError(msg " EOVERLAP\n") macro553 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) macro
57 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) ((void)0) macro