Home
last modified time | relevance | path

Searched refs:dst60 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp96 wchar_t dst60[13]; in good_wmemcpy_s_full_source_length() local
97 wcscpy_s(dst60, src); in good_wmemcpy_s_full_source_length()
Dbugprone-not-null-terminated-result-memcpy-safe.c109 char dst60[14]; in good_memcpy_s_full_source_length() local
110 strcpy_s(dst60, 14, src); in good_memcpy_s_full_source_length()
Dbugprone-not-null-terminated-result-memcpy-safe-cxx.cpp109 char dst60[14]; in good_memcpy_s_full_source_length() local
110 strcpy_s(dst60, src); in good_memcpy_s_full_source_length()