Home
last modified time | relevance | path

Searched refs:SECUREC_ERROR_INVALID_RANGE (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/src/hilog/linux/
H A Dvsnprintf_s_p.c37 #define SECUREC_ERROR_INVALID_RANGE(msg) assert(msg "invalid dest buffer size" == NULL) macro
41 #define SECUREC_ERROR_INVALID_RANGE(msg) printk("%s invalid dest buffer size\n", msg) macro
44 #define SECUREC_ERROR_INVALID_RANGE(msg) printf("%s invalid dest buffer size\n", msg) macro
48 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") macro
51 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) macro
56 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) macro
254 SECUREC_ERROR_INVALID_RANGE("vsnprintfp_s"); in vsnprintfp_s()
/third_party/musl/porting/linux/user/src/hilog/
H A Dvsnprintf_s_p.c37 #define SECUREC_ERROR_INVALID_RANGE(msg) assert( msg "invalid dest buffer size" == NULL) macro
41 #define SECUREC_ERROR_INVALID_RANGE(msg) printk( "%s invalid dest buffer size\n", msg) macro
44 #define SECUREC_ERROR_INVALID_RANGE(msg) printf( "%s invalid dest buffer size\n", msg) macro
48 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") macro
51 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) macro
56 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) macro
254 SECUREC_ERROR_INVALID_RANGE("vsnprintfp_s"); in vsnprintfp_s()
/third_party/bounds_checking_function/src/
H A Dstrncpy_s.c49 SECUREC_ERROR_INVALID_RANGE("strncpy_s"); in CheckSrcCountRange()
61 SECUREC_ERROR_INVALID_RANGE("strncpy_s"); in strncpy_error()
74 SECUREC_ERROR_INVALID_RANGE("strncpy_s"); in strncpy_error()
124 SECUREC_ERROR_INVALID_RANGE("strncpy_s"); in strncpy_s()
H A Dstrncat_s.c46 SECUREC_ERROR_INVALID_RANGE("strncat_s"); in SecDoCatLimit()
90 SECUREC_ERROR_INVALID_RANGE("strncat_s"); in strncat_s()
110 SECUREC_ERROR_INVALID_RANGE("strncat_s"); in strncat_s()
H A Dwcsncat_s.c43 SECUREC_ERROR_INVALID_RANGE("wcsncat_s"); in SecDoCatLimitW()
89 SECUREC_ERROR_INVALID_RANGE("wcsncat_s"); in wcsncat_s()
108 SECUREC_ERROR_INVALID_RANGE("wcsncat_s"); in wcsncat_s()
H A Dwcsncpy_s.c27 SECUREC_ERROR_INVALID_RANGE("wcsncpy_s"); in SecDoCpyLimitW()
78 SECUREC_ERROR_INVALID_RANGE("wcsncpy_s"); in wcsncpy_s()
96 SECUREC_ERROR_INVALID_RANGE("wcsncpy_s"); in wcsncpy_s()
H A Dsecurecutil.h526 #define SECUREC_ERROR_INVALID_RANGE(msg) assert(msg "invalid dest buffer size" == NULL) macro
531 #define SECUREC_ERROR_INVALID_RANGE(msg) printk("%s invalid dest buffer size\n", msg) macro
535 #define SECUREC_ERROR_INVALID_RANGE(msg) printf("%s invalid dest buffer size\n", msg) macro
540 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") macro
549 #ifndef SECUREC_ERROR_INVALID_RANGE
550 #define SECUREC_ERROR_INVALID_RANGE(msg) macro
H A Dwcscpy_s.c24 SECUREC_ERROR_INVALID_RANGE("wcscpy_s"); in SecDoCpyW()
73 SECUREC_ERROR_INVALID_RANGE("wcscpy_s"); in wcscpy_s()
H A Dmemmove_s.c89 SECUREC_ERROR_INVALID_RANGE("memmove_s"); in memmove_s()
102 SECUREC_ERROR_INVALID_RANGE("memmove_s"); in memmove_s()
H A Dstrcat_s.c45 SECUREC_ERROR_INVALID_RANGE("strcat_s"); in SecDoCat()
84 SECUREC_ERROR_INVALID_RANGE("strcat_s"); in strcat_s()
H A Dwcscat_s.c46 SECUREC_ERROR_INVALID_RANGE("wcscat_s"); in SecDoCatW()
92 SECUREC_ERROR_INVALID_RANGE("wcscat_s"); in wcscat_s()
H A Dstrcpy_s.c275 SECUREC_ERROR_INVALID_RANGE("strcpy_s"); in CheckSrcRange()
287 SECUREC_ERROR_INVALID_RANGE("strcpy_s"); in strcpy_error()
H A Dvsprintf_s.c56 SECUREC_ERROR_INVALID_RANGE("vsprintf_s"); in vsprintf_s()
H A Dvswprintf_s.c54 SECUREC_ERROR_INVALID_RANGE("vswprintf_s"); in vswprintf_s()
H A Dvsnprintf_s.c73 SECUREC_ERROR_INVALID_RANGE("vsnprintf_s"); in vsnprintf_s()
H A Dmemset_s.c435 SECUREC_ERROR_INVALID_RANGE("memset_s"); in SecMemsetError()
443 SECUREC_ERROR_INVALID_RANGE("memset_s"); in SecMemsetError()
H A Dmemcpy_s.c448 SECUREC_ERROR_INVALID_RANGE("memcpy_s"); in SecMemcpyError()
461 SECUREC_ERROR_INVALID_RANGE("memcpy_s"); in SecMemcpyError()

Completed in 9 milliseconds