Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/fortify/
Dstring_ext.c29 #define SIZE_10 10 macro
203 char src[SIZE_10]; in test_stpncpy_0010()
254 char src[SIZE_10] = STRLEN_10; in test_strncpy_0010()
273 char dst[SIZE_10]; in test_strncpy_0020()
322 const char s[SIZE_10] = STRLEN_9; in test_memchr_0020()
369 const char s[SIZE_10] = STRLEN_9; in test_memrchr_0020()
493 char dst[SIZE_10]; in test_strlcat_0010()
495 memset(dst, 0, SIZE_10); in test_strlcat_0010()
513 char src[SIZE_10] = STRLEN_9; in test_strlcat_0020()
541 char src[SIZE_10]; in test_strlcpy_0010()
[all …]