Home
last modified time | relevance | path

Searched refs:SECUREC_ERROR_BUFFER_OVERLAP (Results 1 - 12 of 12) sorted by relevance

/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
552 #ifndef SECUREC_ERROR_BUFFER_OVERLAP
553 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) macro
H A Dwcscpy_s.c37 SECUREC_ERROR_BUFFER_OVERLAP("wcscpy_s"); in SecDoCpyW()
H A Dstrncat_s.c37 SECUREC_ERROR_BUFFER_OVERLAP("strncat_s"); in SecDoCatLimit()
H A Dstrcat_s.c36 SECUREC_ERROR_BUFFER_OVERLAP("strcat_s"); in SecDoCat()
H A Dwcsncat_s.c34 SECUREC_ERROR_BUFFER_OVERLAP("wcsncat_s"); in SecDoCatLimitW()
H A Dwcscat_s.c37 SECUREC_ERROR_BUFFER_OVERLAP("wcscat_s"); in SecDoCatW()
H A Dwcsncpy_s.c40 SECUREC_ERROR_BUFFER_OVERLAP("wcsncpy_s"); in SecDoCpyLimitW()
H A Dstrncpy_s.c135 SECUREC_ERROR_BUFFER_OVERLAP("strncpy_s"); in strncpy_s()
H A Dstrcpy_s.c342 SECUREC_ERROR_BUFFER_OVERLAP("strcpy_s"); in strcpy_s()
H A Dmemcpy_s.c466 SECUREC_ERROR_BUFFER_OVERLAP("memcpy_s"); in SecMemcpyError()
/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

Completed in 6 milliseconds