Home
last modified time | relevance | path

Searched refs:dst20 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-not-null-terminated-result-memcpy-before-safe.c55 char dst20[13]; in good_memcpy_full_source_length() local
56 strcpy(dst20, src); in good_memcpy_full_source_length()
Dbugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp39 wchar_t dst20[14]; in good_wmemcpy_full_source_length() local
40 wcscpy_s(dst20, src); in good_wmemcpy_full_source_length()
Dbugprone-not-null-terminated-result-memcpy-safe.c52 char dst20[14]; in good_memcpy_full_source_length() local
53 strcpy_s(dst20, 14, src); in good_memcpy_full_source_length()
Dbugprone-not-null-terminated-result-memcpy-safe-cxx.cpp52 char dst20[14]; in good_memcpy_full_source_length() local
53 strcpy_s(dst20, src.data()); in good_memcpy_full_source_length()