Description: refactor

Reviewed-by: likailong
This commit is contained in:
Caoruihong
2020-12-16 17:21:23 +08:00
parent b295e8e28f
commit 1405111aa9
269 changed files with 6962 additions and 9592 deletions

View File

0
components/bounds_checking_function/LICENSE Executable file → Normal file
View File

0
components/bounds_checking_function/README.OpenSource Executable file → Normal file
View File

0
components/bounds_checking_function/README.en.md Executable file → Normal file
View File

0
components/bounds_checking_function/README.md Executable file → Normal file
View File

0
components/bounds_checking_function/include/securec.h Executable file → Normal file
View File

View File

0
components/bounds_checking_function/src/fscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/fwscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/gets_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/input.inl Executable file → Normal file
View File

0
components/bounds_checking_function/src/memcpy_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/memmove_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/memset_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/output.inl Executable file → Normal file
View File

0
components/bounds_checking_function/src/scanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/secinput.h Executable file → Normal file
View File

0
components/bounds_checking_function/src/securecutil.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/securecutil.h Executable file → Normal file
View File

View File

View File

View File

View File

View File

0
components/bounds_checking_function/src/snprintf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/sprintf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/sscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/strcat_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/strcpy_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/strncat_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/strncpy_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/strtok_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/swprintf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/swscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vfscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vfwscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vsnprintf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vsprintf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vsscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vswprintf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vswscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/vwscanf_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wcscat_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wcscpy_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wcsncat_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wcsncpy_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wcstok_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wmemcpy_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wmemmove_s.c Executable file → Normal file
View File

0
components/bounds_checking_function/src/wscanf_s.c Executable file → Normal file
View File