Home
last modified time | relevance | path

Searched refs:EINVAL_AND_RESET (Results 1 – 11 of 11) sorted by relevance

/third_party/bounds_checking_function/src/
Dstrcat_s.c34 return EINVAL_AND_RESET; in SecDoCat()
43 return EINVAL_AND_RESET; in SecDoCat()
91 return EINVAL_AND_RESET; in strcat_s()
Dwcscat_s.c35 return EINVAL_AND_RESET; in SecDoCatW()
44 return EINVAL_AND_RESET; in SecDoCatW()
100 return EINVAL_AND_RESET; in wcscat_s()
Dstrncat_s.c35 return EINVAL_AND_RESET; in SecDoCatLimit()
44 return EINVAL_AND_RESET; in SecDoCatLimit()
98 return EINVAL_AND_RESET; in strncat_s()
Dwcsncat_s.c32 return EINVAL_AND_RESET; in SecDoCatLimitW()
41 return EINVAL_AND_RESET; in SecDoCatLimitW()
96 return EINVAL_AND_RESET; in wcsncat_s()
Dwcscpy_s.c80 return EINVAL_AND_RESET; in wcscpy_s()
Dmemmove_s.c96 return EINVAL_AND_RESET; in memmove_s()
Dwcsncpy_s.c85 return EINVAL_AND_RESET; in wcsncpy_s()
Dstrncpy_s.c68 return EINVAL_AND_RESET; in strncpy_error()
Dstrcpy_s.c294 return EINVAL_AND_RESET; in strcpy_error()
Dmemcpy_s.c455 return EINVAL_AND_RESET; in SecMemcpyError()
/third_party/bounds_checking_function/include/
Dsecurec.h65 #ifndef EINVAL_AND_RESET
67 #define EINVAL_AND_RESET 150 macro