Home
last modified time | relevance | path

Searched refs:SECUREC_MEMSET_PREVENT_DSE (Results 1 - 2 of 2) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dsecurecutil.h253 #define SECUREC_MEMSET_PREVENT_DSE(dest, value, count) do { \ macro
258 #define SECUREC_MEMSET_PREVENT_DSE(dest, value, count) do { \ macro
263 #define SECUREC_MEMSET_PREVENT_DSE(dest, value, count) (void)SECUREC_MEMSET_FUNC_OPT((dest), (value), (count)) macro
H A Dmemset_s.c421 SECUREC_MEMSET_PREVENT_DSE((dest), (c), (count)); \
442 SECUREC_MEMSET_PREVENT_DSE(dest, c, destMax); /* Set entire buffer to value c */ in SecMemsetError()
472 SECUREC_MEMSET_PREVENT_DSE(dest, c, count); in memset_s()

Completed in 3 milliseconds