Home
last modified time | relevance | path

Searched defs:SECUREC_ERROR_BUFFER_OVERLAP (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/hilog/linux/
H A Dvsnprintf_s_p.c57 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) ((void)0) macro
/third_party/musl/porting/linux/user/src/hilog/
H A Dvsnprintf_s_p.c57 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) ((void)0) macro
/third_party/bounds_checking_function/src/
H A Dsecurecutil.h527 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) assert(msg "buffer overlap" == NULL) macro
532 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) printk("%s buffer overlap\n", msg) macro
536 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) printf("%s buffer overlap\n", msg) macro
541 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) LogSecureCRuntimeError(msg " EOVERLAP\n") macro
553 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) macro

Completed in 3 milliseconds